summaryrefslogtreecommitdiff
path: root/pcap-airpcap.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure no read routine process more than INT_MAX packets.Guy Harris2022-01-261-0/+3
* airpcap: don't treat the absence of airpcap.dll as an error.Guy Harris2021-02-251-2/+9
* Clean up allocation of some lists.Guy Harris2020-09-271-1/+1
* airpcap: squelch some warnings about enum values not handled in switches.Guy Harris2020-07-031-0/+1
* Handle the pcap_t+private data in a fashion that makes fewer assumptions.Guy Harris2020-07-011-1/+1
* airpcap: fix an snprintf() call.Guy Harris2020-06-171-1/+1
* Remove some trailing tabsFrancois-Xavier Le Bail2020-06-171-3/+2
* npf, airpcap: fill in ps_capt iff _WIN32 is defined.Guy Harris2020-05-301-1/+5
* airpcap: don't check for -1 being returned from device_is_airpcap().Guy Harris2020-05-301-4/+0
* airpcap: have our own breakloop routine.Guy Harris2020-05-301-0/+19
* airpcap: set the initial DLT_ based on the current link type.Guy Harris2020-05-301-2/+45
* airpcap: remove some code copied-and-pasted from another file.Guy Harris2020-05-291-6/+0
* Fix more AirPcap API calls.Guy Harris2020-05-291-2/+2
* airpcap: make all AirPcap calls through function pointers.Guy Harris2020-05-291-4/+8
* airpcap: change a cast to squelch a warning.Guy Harris2020-05-081-1/+1
* Support AirPcap devices with a pcap module.Guy Harris2020-05-071-0/+984