aboutsummaryrefslogtreecommitdiff
path: root/pcap-airpcap.c
AgeCommit message (Expand)Author
2022-02-20Make sure no read routine process more than INT_MAX packets.Guy Harris
2021-02-25airpcap: don't treat the absence of airpcap.dll as an error.Guy Harris
2020-09-27Clean up allocation of some lists.Guy Harris
2020-07-03airpcap: squelch some warnings about enum values not handled in switches.Guy Harris
2020-07-01Handle the pcap_t+private data in a fashion that makes fewer assumptions.Guy Harris
2020-06-17airpcap: fix an snprintf() call.Guy Harris
2020-06-17Remove some trailing tabsFrancois-Xavier Le Bail
2020-05-30npf, airpcap: fill in ps_capt iff _WIN32 is defined.Guy Harris
2020-05-30airpcap: don't check for -1 being returned from device_is_airpcap().Guy Harris
2020-05-30airpcap: have our own breakloop routine.Guy Harris
2020-05-30airpcap: set the initial DLT_ based on the current link type.Guy Harris
2020-05-29airpcap: remove some code copied-and-pasted from another file.Guy Harris
2020-05-29Fix more AirPcap API calls.Guy Harris
2020-05-29airpcap: make all AirPcap calls through function pointers.Guy Harris
2020-05-08airpcap: change a cast to squelch a warning.Guy Harris
2020-05-07Support AirPcap devices with a pcap module.Guy Harris