summaryrefslogtreecommitdiff
path: root/pcap-netmap.c
Commit message (Expand)AuthorAgeFilesLines
* Handle the pcap_t+private data in a fashion that makes fewer assumptions.Guy Harris2020-07-011-1/+1
* Don't use ctype.h macros.Guy Harris2019-08-311-1/+0
* Squelch a narrowing warning.Guy Harris2018-11-091-1/+1
* Squelch more narrowing warnings.Guy Harris2018-09-121-1/+1
* Clean up the declaration of the packet-filtering routines.Guy Harris2018-08-311-1/+1
* "#if 0" out debug printouts.Guy Harris2018-05-061-4/+5
* Fix typo.Guy Harris2018-04-041-1/+1
* Check for FreeBSD, not Linux, when checking for IFF_PPROMISC and ifr_flagshigh.Guy Harris2017-12-111-6/+43
* Resolve integer conversion problems.mkaniewski2017-12-111-2/+2
* Add a routine to format error messages with an errno-based message at the end.Guy Harris2017-11-151-3/+3
* More consistently use pcap_snprintf().Guy Harris2017-09-061-1/+1
* Always include <config.h> rather than "config.h".Guy Harris2017-08-181-1/+1
* Make the checks and adjustment of the snapshot length module-dependent.Guy Harris2017-06-011-1/+14
* Update a comment.Guy Harris2017-05-311-3/+4
* The device is now opt.device, not opt.source.Guy Harris2017-05-311-3/+3
* Add netmap support.Guy Harris2017-05-311-0/+254