]> The Tcpdump Group git mirrors - libpcap/history - pcap-netfilter-linux.c
CI: Call print_so_deps() on rpcapd in remote enabled build
[libpcap] / pcap-netfilter-linux.c
2024-10-26  Denis OvsienkoRemove remaining no-op strrchr() calls.
2024-08-06  Guy HarrisDon't increment packet buffer pointers past the end...
2024-03-27  Francois-Xavier... Include <config.h> unconditionally
2024-03-05  Denis OvsienkoLose two dead #include directives. [skip ci]
2023-11-09  Guy HarrisMerge pull request #1229 from guyharris/more-pcap-to...
2023-11-09  Guy HarrisMore pcap_ to pcapint_ for non-API routines. 1229/head
2023-11-08  Francois-Xavier... Prefix functions declared in pcap-int.h with pcapint_
2023-08-07  Guy HarrisMerge pull request #1082 from luizluca/realtek_tag_2
2023-08-06  Guy HarrisMerge pull request #1090 from randomkny/fix-enobufs
2023-06-25  Josh SorefFix spelling
2023-06-25  Guy HarrisMerge pull request #1201 from guyharris/fail-if-cant...
2023-06-25  Guy HarrisIf we can't allocate a DLT_ list, fail. 1201/head
2023-05-26  Guy HarrisPrefix routines declared in pcap-int.h with pcap_.
2023-02-15  Guy HarrisMerge pull request #1160 from davidkaroly/cmake-cleanup-cxx
2023-02-15  Francois-Xavier... Fix spaces before tabs in indentation
2022-03-08  Guy HarrisMerge branch 'master' into pcap-options
2022-02-08  Kenny Luongnflog: only increment packets_nobufs when recv() return... 1090/head
2022-01-26  Guy HarrisMake sure no read routine process more than INT_MAX...
2021-09-03  Michael RichardsonMerge pull request #1008 from HilscherAutomation/master
2021-06-26  Guy HarrisMerge pull request #1027 from fghzxm/master
2021-06-23  Francois-Xavier... Squelch a narrowing warning
2020-12-12  Francois-Xavier... Fix some typos
2020-08-28  Michael RichardsonMerge pull request #906 from Oppen/issue_898
2020-07-01  Guy HarrisHandle the pcap_t+private data in a fashion that makes...
2020-03-28  Francois-Xavier... Remove duplicate words
2020-03-01  Michael RichardsonMerge pull request #889 from vovkos/master
2019-12-07  B. Scott MichelMerge branch 'cmake_library_architecture' of https...
2019-12-06  Guy HarrisSquelch some warnings.
2019-09-25  Michael RichardsonMerge pull request #849 from ppaul1989/848_Uninitialize...
2019-09-25  Pawel BrzezinskiInitialize buffer used for nlh and nfg 849/head
2019-08-15  Guy HarrisMerge pull request #833 from daemonhorn/master
2019-08-09  Guy HarrisRemove some workarounds for old compilers.
2019-04-25  Michael RichardsonMerge pull request #771 from ether42/reuseaddr
2019-04-25  Michael RichardsonMerge pull request #749 from nmap/manpage-formatting
2019-01-07  Guy HarrisMerge branch 'master' of https://github.com/rixed/libpc...
2018-12-10  Guy HarrisClean up some "injection not supported" messages.
2018-09-14  Guy HarrisMerge branch 'master' into breakloop_poll 741/head
2018-09-14  Guy HarrisMerge pull request #756 from stubbfel/patch-1
2018-09-13  Guy HarrisFix format string.
2018-09-13  Guy HarrisSquelch more narrowing warnings.
2018-09-01  Guy HarrisClean up the declaration of the packet-filtering routines.
2018-04-29  Guy HarrisAdd more interface flags to pcap_findalldevs().
2018-04-04  Guy HarrisMerge pull request #687 from jmayer/warning_fixes
2018-04-04  Joerg MayerFix a set of trivial unused warnings 687/head
2017-11-28  Guy HarrisMerge pull request #663 from sgeto/netmap
2017-11-15  Guy HarrisAdd a routine to format error messages with an errno...
2017-09-11  Guy HarrisUse C99 {u}intN_t types rather than BSD {u_}intN_t...
2017-09-09  Guy HarrisCast away a warning.
2017-08-31  Guy HarrisMerge pull request #585 from rolandd/master
2017-08-31  Denis OvsienkoSquelch a compiler warning after commit 2806e8e.
2017-08-24  Guy HarrisMerge pull request #595 from buytenh/pcap_protocol
2017-08-24  Guy HarrisFix test for message running past the end of the buffer.
2017-08-24  Guy HarrisMerge pull request #602 from Nyangawa/fix-linux-netfilt...
2017-08-24  rongxi.lifix linux netfilter with a max packet count 602/head
2017-08-19  Guy HarrisAlways include <config.h> rather than "config.h".
2017-07-22  Guy HarrisMerge pull request #588 from mkubecek/mk/master/vlan4
2017-06-02  Guy HarrisMake the checks and adjustment of the snapshot length...
2017-01-18  Guy HarrisHave a pcap_if_list_t structure for use by the findalld...
2017-01-17  Guy HarrisMerge pull request #429 from msekletar/bpf-userland...
2016-12-18  Guy HarrisClean up findalldevs code.
2016-12-13  Christopher K LeeMerge branch 'master' of https://github.com/the-tcpdump...
2016-08-20  Francois-Xavier... Remove trailing spaces/tabs
2016-07-25  Guy HarrisSquelch more signed vs. unsigned comparison warnings.
2016-06-30  Denis Ovsienkorefine the previous change to fix Linux builds
2016-06-30  Guy HarrisRename opt.source to opt.device.
2015-11-25  Christopher K LeeMerge branch 'master' of https://github.com/the-tcpdump...
2015-11-24  Guy HarrisMerge pull request #462 from vel21ripn/nflog-nobufs
2015-11-24  Vitaly LavrovDo not exit from netfilter_read_linux()/pcap_loop(... 462/head
2015-11-03  Guy HarrisUse pcap_snprintf() instead of snprintf().
2015-09-27  Guy HarrisMerge branch 'aix-large-files' of https://github.com...
2015-08-09  Guy HarrisMake the buffer member of a pcap_t a void *.
2015-03-08  Francois-Xavier... Delete trailing spaces/tabs
2015-02-15  Michael RichardsonMerge pull request #403 from skarg/libpcap-dlm
2015-02-15  Michael RichardsonMerge pull request #372 from baruchsiach/config-fixes
2015-02-15  Michael RichardsonMerge branch 'add_with-libnl_switch' of https://github...
2015-02-15  Michael RichardsonMerge pull request #360 from bonsaiviking/scanner-lex-top
2015-02-15  Michael RichardsonMerge pull request #358 from bonsaiviking/config-packet...
2015-02-15  Michael RichardsonMerge pull request #346 from atzm/linux-vlan-tpid
2015-02-15  Michael Richardsonissue: https://github.com/the-tcpdump-group/libpcap...
2015-01-26  Guy HarrisMerge pull request #378 from sfd/master
2015-01-06  Francois-Xavier... Linux netfilter queue interface: fix a Coverity warning
2015-01-06  Francois-Xavier... Linux netfilter queue interface: fix a warning and...
2014-11-13  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2014-04-04  Guy HarrisMake the code to set the type a bit clearer.
2013-09-30  Guy HarrisMore findalldevs fixes.
2013-08-07  Guy HarrisRename the "private" member of a pcap_t to avoid C...
2013-05-13  Guy HarrisMerge remote-tracking branch 'libpcap/master'
2013-05-06  Guy HarrisMove platform-dependent pcap_t data out of the pcap_t...
2012-07-12  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2012-06-30  Jakub ZawadzkiAdd netfilter/nfqueue interface.
2012-06-30  Jakub ZawadzkiFix compilation of pcap-netfilter.
2012-06-14  Michael RichardsonMerge pull request #7 from sfd/aa0d1466731bae42b5f84dd0...
2012-06-11  Guy HarrisConstify some variables.
2012-06-11  Guy HarrisHave non-interface modules take responsibility for...
2012-03-29  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org... libpcap-1.3-bp
2012-02-29  Jiri SlabyDon't fail if netfilter isn't enabled in the kernel.
2011-12-09  Guy HarrisPut declarations of pcap-netfilter-linux.c in pcap...
2011-08-30  Jakub ZawadzkiSupport capturing raw NFLOG headers on netfilter devices.
2011-06-17  Jakub ZawadzkiAdd support for capturing from Linux iptables NFLOG...