summaryrefslogtreecommitdiff
path: root/pcap-netfilter-linux.c
Commit message (Expand)AuthorAgeFilesLines
* Fix spaces before tabs in indentationFrancois-Xavier Le Bail2023-02-151-2/+2
* Make sure no read routine process more than INT_MAX packets.Guy Harris2022-01-261-0/+7
* Squelch a narrowing warningFrancois-Xavier Le Bail2021-06-231-0/+3
* Fix some typosFrancois-Xavier Le Bail2020-12-121-3/+3
* Handle the pcap_t+private data in a fashion that makes fewer assumptions.Guy Harris2020-07-011-1/+1
* Remove duplicate wordsFrancois-Xavier Le Bail2020-03-281-2/+2
* Squelch some warnings.Guy Harris2019-12-051-2/+20
* Initialize buffer used for nlh and nfgPawel Brzezinski2019-09-251-0/+1
* Remove some workarounds for old compilers.Guy Harris2019-08-091-6/+6
* Clean up some "injection not supported" messages.Guy Harris2018-12-101-1/+2
* Fix format string.Guy Harris2018-09-121-1/+1
* Squelch more narrowing warnings.Guy Harris2018-09-121-6/+10
* Clean up the declaration of the packet-filtering routines.Guy Harris2018-08-311-1/+1
* Add more interface flags to pcap_findalldevs().Guy Harris2018-04-291-2/+10
* Fix a set of trivial unused warningsJoerg Mayer2018-04-041-1/+1
* Add a routine to format error messages with an errno-based message at the end.Guy Harris2017-11-151-14/+31
* Use C99 {u}intN_t types rather than BSD {u_}intN_t types.Guy Harris2017-09-111-12/+12
* Cast away a warning.Guy Harris2017-09-091-1/+1
* Squelch a compiler warning after commit 2806e8e.Denis Ovsienko2017-08-311-3/+3
* Fix test for message running past the end of the buffer.Guy Harris2017-08-241-11/+52
* fix linux netfilter with a max packet countrongxi.li2017-08-241-18/+42
* 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-0/+11
* Have a pcap_if_list_t structure for use by the findalldevs code.Guy Harris2017-01-181-3/+3
* Clean up findalldevs code.Guy Harris2016-12-171-2/+2
* Remove trailing spaces/tabsFrancois-Xavier Le Bail2016-08-201-1/+1
* Squelch more signed vs. unsigned comparison warnings.Guy Harris2016-07-251-5/+5
* refine the previous change to fix Linux buildsDenis Ovsienko2016-06-301-1/+1
* Rename opt.source to opt.device.Guy Harris2016-06-291-3/+3
* Do not exit from netfilter_read_linux()/pcap_loop() if get ENOBUFS error.Vitaly Lavrov2015-11-241-3/+6
* Use pcap_snprintf() instead of snprintf().Guy Harris2015-11-031-19/+19
* Make the buffer member of a pcap_t a void *.Guy Harris2015-08-091-1/+1
* Delete trailing spaces/tabsFrancois-Xavier Le Bail2015-03-081-18/+18
* Linux netfilter queue interface: fix a Coverity warningFrancois-Xavier Le Bail2015-01-061-1/+2
* Linux netfilter queue interface: fix a warning and add a commentFrancois-Xavier Le Bail2015-01-061-1/+3
* Make the code to set the type a bit clearer.Guy Harris2014-04-041-6/+5
* More findalldevs fixes.Guy Harris2013-09-291-3/+2
* Rename the "private" member of a pcap_t to avoid C++ issues.Guy Harris2013-08-071-2/+2
* Move platform-dependent pcap_t data out of the pcap_t structure.Guy Harris2013-05-061-4/+13
* Add netfilter/nfqueue interface.Jakub Zawadzki2012-06-301-48/+201
* Fix compilation of pcap-netfilter.Jakub Zawadzki2012-06-301-1/+1
* Constify some variables.Guy Harris2012-06-111-1/+1
* Have non-interface modules take responsibility for identifying their devices.Guy Harris2012-06-111-2/+26
* Don't fail if netfilter isn't enabled in the kernel.Jiri Slaby2012-02-291-2/+2
* Put declarations of pcap-netfilter-linux.c in pcap-netfilter-linux.h.Guy Harris2011-12-081-0/+2
* Support capturing raw NFLOG headers on netfilter devices.Jakub Zawadzki2011-08-301-21/+44
* Add support for capturing from Linux iptables NFLOG log groups.Jakub Zawadzki2011-06-161-0/+443