]> The Tcpdump Group git mirrors - tcpdump/history - print-nflog.c
gre: add support for MikroTik Ethernet-over-IP hack.
[tcpdump] / print-nflog.c
2023-02-11  Denis OvsienkoNFLOG: Use correct AF code points on all OSes.
2020-10-03  Denis OvsienkoLose a few always-true #ifdef wrappers. [skip ci]
2020-09-28  Francois-Xavier... Remove useless 'return' at end of void functions (style)
2020-07-14  Francois-Xavier... Rename a field of the netdissect_options structure
2020-05-28  Guy HarrisMerge branch 'master' into macsec
2020-05-25  Guy HarrisMerge branch 'master' into fix_udp_frag_badlen 602/head
2020-05-25  Guy HarrisMerge pull request #773 from Mister-X-/fix-reason-codes
2020-05-25  Guy HarrisMerge pull request #772 from Mister-X-/fix-status-codes
2020-05-04  Francois-Xavier... NFLOG: Add a missing nd_print_trunc() call
2020-05-04  Francois-Xavier... NFLOG: Update the link-layer dissector to a void function
2020-05-04  Francois-Xavier... NFLOG: Add two macros
2020-02-29  Michael RichardsonRevert "Print decoded attributes from NFLOG message"
2020-02-29  Michael RichardsonMerge pull request #492 from vel21ripn/nflog-print
2019-03-26  Francois-Xavier... Use the new GET_ macros instead of the EXTRACT_ ones
2018-11-17  Tero KivinenUpdated 802.15.4 code
2018-09-14  Francois-Xavier... Remove some useless tests
2018-07-09  Denis OvsienkoUse HTTPS in the www.tcpdump.org URLs.
2018-05-24  Guy HarrisUpdate closing #endif comment.
2018-05-23  Guy HarrisDeclare the NFLOG pseudo-header ourselves.
2018-05-04  Francois-Xavier... Print truncations with nd_print_trunc() instead of...
2018-04-04  Guy HarrisDon't define tstr[] if we won't be using it.
2018-03-16  Francois-Xavier... Add the ndo_protocol field in the netdissect_options...
2018-02-08  Francois-Xavier... NFLOG: Add some bounds checks
2018-01-26  Francois-Xavier... Remove function specifier 'inline' in printers
2018-01-21  Guy HarrisAlways include <config.h> rather than "config.h".
2018-01-21  Francois-Xavier... Use quoted include netdissect-stdinc.h instead of angle...
2018-01-09  Francois-Xavier... Fix indentation
2018-01-07  Francois-Xavier... Update ND_PRINT() as a variadic macro
2017-12-16  Guy HarrisMerge branch 'master' into master 630/head
2017-11-23  Guy HarrisGet rid of unnecessary casts.
2017-01-18  Guy HarrisMerge pull request #500 from atsampson/master
2016-08-15  Francois-Xavier... Add a summary comment in all other printers
2016-03-25  Guy HarrisClean up version test.
2015-11-25  Vitaly LavrovPrint decoded attributes from NFLOG message 492/head
2015-09-17  Guy HarrisDon't require IPv6 library support in order to support...
2015-09-10  Francois-Xavier... Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'
2015-09-05  Francois-Xavier... Printers must include 'netdissect.h', not 'interface.h'
2015-04-22  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2015-03-22  Denis Ovsienkodismiss NETDISSECT_REWORKED macro
2014-10-01  Guy HarrisLeave it up to ip6_print() to handle non-IPv6-capable...
2014-04-30  Guy HarrisNot all platforms we support define AF_INET6.
2014-04-23  Guy Harrisu_intN_t is dead, long live uintN_t.
2014-04-06  Denis OvsienkoMerge remote-tracking branch 'bpf/master'
2014-04-04  Guy HarrisNetdissectify the to-name resolution routines.
2014-03-26  Denis Ovsienkomake use of ND_DEFAULTPRINT()
2014-03-15  Denis Ovsienkomake use of NETDISSECT_REWORKED
2014-03-12  Denis Ovsienkorefine some past NDO conversions
2014-02-28  Denis Ovsienkodon't include pcap.h needlessly
2014-02-03  Guy HarrisClean up the TLV processing loop.
2014-02-03  Guy HarrisUse the new libpcap <pcap/nflog.h> for NFLOG definition...
2014-01-02  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2013-12-31  Guy HarrisPull a bunch of headers into the only source file that...
2013-10-31  Denis OvsienkoNFLOG: fix error message
2013-10-31  Denis OvsienkoNFLOG: more minor improvements
2013-10-29  Petarnflog - minor changes 337/head
2013-09-24  Denis Ovsienkojustify declarations of struct tok arrays
2013-09-09  Denis OvsienkoNFLOG: remove header dependency, add a test case
2013-08-29  Michael RichardsonMerge pull request #331 from audaya/master
2013-08-15  Michael RichardsonMerge pull request #329 from PetarAlilovic/master
2013-08-14  PetarIP packet information printing from NFLOG packet 329/head
2013-06-22  Guy HarrisMerge pull request #317 from tejblum/strict-aliasing
2013-06-21  Denis OvsienkoMerge pull request #320 from tejblum/strict-aliasing-2
2013-06-16  Denis OvsienkoMerge remote-tracking branch 'bpf/master'
2013-06-10  Guy HarrisClean up various things.
2013-05-31  Michael RichardsonMerge remote-tracking branch 'mcrhub/master'
2013-05-31  Michael RichardsonMerge pull request #67 from PetarAlilovic/master
2013-05-31  PetarAdded IP information printing from NFLOG packet