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-airpcap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
airpcap: format an error message if we run out of memory.
Guy Harris
2023-06-24
1
-1
/
+4
*
Prefix routines declared in pcap-int.h with pcap_.
Guy Harris
2023-05-26
1
-3
/
+3
*
struct pcap: Update buffer type from "void *" to "u_char *"
Francois-Xavier Le Bail
2023-05-18
1
-1
/
+1
*
Make sure no read routine process more than INT_MAX packets.
Guy Harris
2022-01-26
1
-0
/
+3
*
airpcap: don't treat the absence of airpcap.dll as an error.
Guy Harris
2021-02-25
1
-2
/
+9
*
Clean up allocation of some lists.
Guy Harris
2020-09-27
1
-1
/
+1
*
airpcap: squelch some warnings about enum values not handled in switches.
Guy Harris
2020-07-03
1
-0
/
+1
*
Handle the pcap_t+private data in a fashion that makes fewer assumptions.
Guy Harris
2020-07-01
1
-1
/
+1
*
airpcap: fix an snprintf() call.
Guy Harris
2020-06-17
1
-1
/
+1
*
Remove some trailing tabs
Francois-Xavier Le Bail
2020-06-17
1
-3
/
+2
*
npf, airpcap: fill in ps_capt iff _WIN32 is defined.
Guy Harris
2020-05-30
1
-1
/
+5
*
airpcap: don't check for -1 being returned from device_is_airpcap().
Guy Harris
2020-05-30
1
-4
/
+0
*
airpcap: have our own breakloop routine.
Guy Harris
2020-05-30
1
-0
/
+19
*
airpcap: set the initial DLT_ based on the current link type.
Guy Harris
2020-05-30
1
-2
/
+45
*
airpcap: remove some code copied-and-pasted from another file.
Guy Harris
2020-05-29
1
-6
/
+0
*
Fix more AirPcap API calls.
Guy Harris
2020-05-29
1
-2
/
+2
*
airpcap: make all AirPcap calls through function pointers.
Guy Harris
2020-05-29
1
-4
/
+8
*
airpcap: change a cast to squelch a warning.
Guy Harris
2020-05-08
1
-1
/
+1
*
Support AirPcap devices with a pcap module.
Guy Harris
2020-05-07
1
-0
/
+984