index
:
rsdsl/libpcap.git
master
the LIBpcap interface to various kernel packet capture mechanism, precompiled for musl x64 and aarch64
himbeer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pcap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of trailing blanks.
Guy Harris
2023-07-27
1
-6
/
+6
*
remove additional ifdefs based upon MSDOS
Michael Richardson
2023-07-26
1
-19
/
+8
*
Fix spelling
Josh Soref
2023-06-25
1
-5
/
+5
*
Add the Solaris "any" device in pcap_findalldevs() if we have it.
Guy Harris
2023-06-13
1
-0
/
+18
*
Add a routine to use as an atexit() routine to clean up Winsock 2.
Guy Harris
2023-05-30
1
-1
/
+14
*
Prefix routines declared in pcap-int.h with pcap_.
Guy Harris
2023-05-26
1
-11
/
+11
*
Make some static variables thread-local.
Guy Harris
2023-05-05
1
-4
/
+6
*
Address a few compiler warnings on Haiku.
Denis Ovsienko
2023-04-23
1
-0
/
+17
*
Refine comments for the recent DLT allocations.
Denis Ovsienko
2023-03-02
1
-0
/
+3
*
Added DLT_FIRA_UCI and LINKTYPE_FIRA_UCI
Henri Chataing
2023-03-02
1
-0
/
+1
*
Do not define IF_NAMESIZE on Un*x. [skip appveyor]
Denis Ovsienko
2023-02-10
1
-4
/
+0
*
Spell WirelessHART details properly. [skip ci]
Denis Ovsienko
2023-01-21
1
-1
/
+1
*
Merge pull request #1142 from hansleidekker/mmap
Guy Harris
2023-01-16
1
-0
/
+5
|
\
|
*
Add an option to force memory-mapped buffers to be mapped as accessible to 32...
Hans Leidekker
2022-12-20
1
-0
/
+5
*
|
Fix some comments. [skip ci]
Guy Harris
2022-12-21
1
-1
/
+9
*
|
Fix the error fix of #1147
hopper-vul
2022-12-21
1
-5
/
+3
*
|
Fix two null pointer crashes of breakloop and can_set_rfmon
hopper-vul
2022-12-21
1
-0
/
+9
|
/
*
DllMain() isn't required in a DLL, so remove it.
Guy Harris
2022-10-09
1
-14
/
+5
*
Fix some typos
Francois-Xavier Le Bail
2022-07-04
1
-1
/
+1
*
Add speed specific USB 2.0/1.1/1.0 linktypes
Tomasz Moń
2022-05-15
1
-0
/
+3
*
pcap_init: return PCAP_ERROR rather than -1, to match the man page.
Guy Harris
2022-05-08
1
-4
/
+4
*
Make the error message for PCAP_ERROR_PERM_DENIED a little more open-ended.
Guy Harris
2022-03-18
1
-1
/
+1
*
pcap_open_live(); don't show an empty additional message.
Guy Harris
2022-03-14
1
-7
/
+19
*
support user/pass in rpcap:// and rpcaps:// source URIs
Ryan Castellucci
2022-03-07
1
-13
/
+17
*
Use "%d" to print a signed int
Francois-Xavier Le Bail
2022-03-01
1
-1
/
+1
*
Add link-type value <-> string and -> descriptions for new linktypes.
Guy Harris
2022-02-20
1
-0
/
+2
*
Merge pull request #1026 from Biswa96/fix-mingw
Guy Harris
2022-01-02
1
-2
/
+2
|
\
|
*
Cast HANDLE to intptr_t first.
Biswapriyo Nath
2021-07-20
1
-2
/
+2
*
|
Revert the DIAG_{OFF,ON}_PTR_TO_INT changes.
Guy Harris
2022-01-02
1
-2
/
+2
*
|
Have a separate DIAG_OFF_ for pointer-to-integer narrowing.
Guy Harris
2022-01-01
1
-2
/
+2
*
|
Move all cleanup actions to pcap_cleanup_live_common
Daniel Miller
2021-11-12
1
-2
/
+4
*
|
Fix comments.
Guy Harris
2021-11-03
1
-2
/
+6
*
|
Address two truncation warnings in pcap_open_live().
Denis Ovsienko
2021-07-31
1
-6
/
+18
|
/
*
Revert "Don't wrap chunks of headers with extern "C" { ... }."
Guy Harris
2021-03-17
1
-4
/
+4
*
Don't wrap chunks of headers with extern "C" { ... }.
Guy Harris
2021-03-17
1
-4
/
+4
*
Add DLT_ETW to the list of link-layer type descriptions.
Guy Harris
2021-01-27
1
-0
/
+1
*
Update some URLs.
Guy Harris
2020-12-25
1
-2
/
+12
*
Remove test code.
Guy Harris
2020-07-03
1
-14
/
+0
*
Spell _WIN32 correctly.
Guy Harris
2020-07-03
1
-1
/
+1
*
OK, see if *this* fixes the link error.
Guy Harris
2020-07-03
1
-0
/
+14
*
Revert "Quick test to make sure compilers warn about de-constification."
Guy Harris
2020-07-02
1
-13
/
+0
*
Quick test to make sure compilers warn about de-constification.
Guy Harris
2020-07-02
1
-0
/
+13
*
Handle the pcap_t+private data in a fashion that makes fewer assumptions.
Guy Harris
2020-07-01
1
-29
/
+16
*
Update a comment.
Guy Harris
2020-06-05
1
-2
/
+5
*
Add a missing parenthese
Francois-Xavier Le Bail
2020-06-03
1
-1
/
+1
*
Don't introduce pcap_handle() unless a need for it is demonstrated.
Guy Harris
2020-05-31
1
-6
/
+0
*
Fix typo.
Guy Harris
2020-05-30
1
-1
/
+1
*
Include "diag-control.h", as we're now using diagnostic suppression macros.
Guy Harris
2020-05-30
1
-0
/
+2
*
Add pcap_handle(), and deprecate pcap_fileno(), on Windows.
Guy Harris
2020-05-30
1
-6
/
+24
*
Support AirPcap devices with a pcap module.
Guy Harris
2020-05-07
1
-2
/
+76
[next]