aboutsummaryrefslogtreecommitdiff
path: root/pcap-netfilter-linux.c
AgeCommit message (Expand)Author
2023-02-15Fix spaces before tabs in indentationFrancois-Xavier Le Bail
2022-02-20Make sure no read routine process more than INT_MAX packets.Guy Harris
2021-06-23Squelch a narrowing warningFrancois-Xavier Le Bail
2020-12-12Fix some typosFrancois-Xavier Le Bail
2020-07-01Handle the pcap_t+private data in a fashion that makes fewer assumptions.Guy Harris
2020-03-28Remove duplicate wordsFrancois-Xavier Le Bail
2019-12-05Squelch some warnings.Guy Harris
2019-09-25Initialize buffer used for nlh and nfgPawel Brzezinski
2019-08-09Remove some workarounds for old compilers.Guy Harris
2018-12-10Clean up some "injection not supported" messages.Guy Harris
2018-09-12Fix format string.Guy Harris
2018-09-12Squelch more narrowing warnings.Guy Harris
2018-08-31Clean up the declaration of the packet-filtering routines.Guy Harris
2018-04-29Add more interface flags to pcap_findalldevs().Guy Harris
2018-04-04Fix a set of trivial unused warningsJoerg Mayer
2017-11-15Add a routine to format error messages with an errno-based message at the end.Guy Harris
2017-09-11Use C99 {u}intN_t types rather than BSD {u_}intN_t types.Guy Harris
2017-09-09Cast away a warning.Guy Harris
2017-08-31Squelch a compiler warning after commit 2806e8e.Denis Ovsienko
2017-08-24Fix test for message running past the end of the buffer.Guy Harris
2017-08-24fix linux netfilter with a max packet countrongxi.li
2017-08-18Always include <config.h> rather than "config.h".Guy Harris
2017-06-01Make the checks and adjustment of the snapshot length module-dependent.Guy Harris
2017-01-18Have a pcap_if_list_t structure for use by the findalldevs code.Guy Harris
2016-12-17Clean up findalldevs code.Guy Harris
2016-08-20Remove trailing spaces/tabsFrancois-Xavier Le Bail
2016-07-25Squelch more signed vs. unsigned comparison warnings.Guy Harris
2016-06-30refine the previous change to fix Linux buildsDenis Ovsienko
2016-06-29Rename opt.source to opt.device.Guy Harris
2015-11-24Do not exit from netfilter_read_linux()/pcap_loop() if get ENOBUFS error.Vitaly Lavrov
2015-11-03Use pcap_snprintf() instead of snprintf().Guy Harris
2015-08-09Make the buffer member of a pcap_t a void *.Guy Harris
2015-03-08Delete trailing spaces/tabsFrancois-Xavier Le Bail
2015-01-06Linux netfilter queue interface: fix a Coverity warningFrancois-Xavier Le Bail
2015-01-06Linux netfilter queue interface: fix a warning and add a commentFrancois-Xavier Le Bail
2014-04-04Make the code to set the type a bit clearer.Guy Harris
2013-09-29More findalldevs fixes.Guy Harris
2013-08-07Rename the "private" member of a pcap_t to avoid C++ issues.Guy Harris
2013-05-06Move platform-dependent pcap_t data out of the pcap_t structure.Guy Harris
2012-06-30Add netfilter/nfqueue interface.Jakub Zawadzki
2012-06-30Fix compilation of pcap-netfilter.Jakub Zawadzki
2012-06-11Constify some variables.Guy Harris
2012-06-11Have non-interface modules take responsibility for identifying their devices.Guy Harris
2012-02-29Don't fail if netfilter isn't enabled in the kernel.Jiri Slaby
2011-12-08Put declarations of pcap-netfilter-linux.c in pcap-netfilter-linux.h.Guy Harris
2011-08-30Support capturing raw NFLOG headers on netfilter devices.Jakub Zawadzki
2011-06-16Add support for capturing from Linux iptables NFLOG log groups.Jakub Zawadzki