summaryrefslogtreecommitdiff
path: root/print-nflog.c
Commit message (Expand)AuthorAgeFilesLines
* NFLOG: Use correct AF code points on all OSes.Denis Ovsienko2023-02-111-4/+14
* Lose a few always-true #ifdef wrappers. [skip ci]Denis Ovsienko2020-10-031-4/+0
* Remove useless 'return' at end of void functions (style)Francois-Xavier Le Bail2020-09-281-1/+0
* Rename a field of the netdissect_options structureFrancois-Xavier Le Bail2020-07-141-4/+4
* NFLOG: Add a missing nd_print_trunc() callFrancois-Xavier Le Bail2020-05-041-0/+1
* NFLOG: Update the link-layer dissector to a void functionFrancois-Xavier Le Bail2020-05-041-8/+13
* NFLOG: Add two macrosFrancois-Xavier Le Bail2020-05-041-12/+16
* Revert "Print decoded attributes from NFLOG message"Michael Richardson2020-02-291-85/+0
* Merge pull request #492 from vel21ripn/nflog-printMichael Richardson2020-02-291-0/+85
|\
| * Print decoded attributes from NFLOG messageVitaly Lavrov2015-11-251-0/+85
* | Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-9/+9
* | Remove some useless testsFrancois-Xavier Le Bail2018-09-141-3/+3
* | Use HTTPS in the www.tcpdump.org URLs.Denis Ovsienko2018-07-091-1/+1
* | Update closing #endif comment.Guy Harris2018-05-241-1/+1
* | Declare the NFLOG pseudo-header ourselves.Guy Harris2018-05-231-12/+72
* | Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail2018-05-041-2/+1
* | Don't define tstr[] if we won't be using it.Guy Harris2018-04-041-1/+3
* | Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* | NFLOG: Add some bounds checksFrancois-Xavier Le Bail2018-02-081-20/+16
* | Remove function specifier 'inline' in printersFrancois-Xavier Le Bail2018-01-261-1/+1
* | Always include <config.h> rather than "config.h".Guy Harris2018-01-211-1/+1
* | Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail2018-01-211-1/+1
* | Fix indentationFrancois-Xavier Le Bail2018-01-091-6/+6
* | Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-11/+11
* | Get rid of unnecessary casts.Guy Harris2017-11-231-1/+1
* | Add a summary comment in all other printersFrancois-Xavier Le Bail2016-08-151-0/+2
* | Clean up version test.Guy Harris2016-03-251-1/+1
|/
* Don't require IPv6 library support in order to support IPv6 addresses.Guy Harris2015-09-171-2/+2
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-1/+1
* Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail2015-09-051-1/+1
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* Leave it up to ip6_print() to handle non-IPv6-capable systems.Guy Harris2014-10-011-2/+2
* Not all platforms we support define AF_INET6.Guy Harris2014-04-301-1/+3
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-2/+2
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-2/+2
* make use of ND_DEFAULTPRINT()Denis Ovsienko2014-03-261-1/+1
* make use of NETDISSECT_REWORKEDDenis Ovsienko2014-03-151-1/+2
* refine some past NDO conversionsDenis Ovsienko2014-03-121-3/+0
* don't include pcap.h needlesslyDenis Ovsienko2014-02-281-1/+0
* Clean up the TLV processing loop.Guy Harris2014-02-031-16/+37
* Use the new libpcap <pcap/nflog.h> for NFLOG definitions and declarations.Guy Harris2014-02-021-21/+4
* Pull a bunch of headers into the only source file that includes them.Guy Harris2013-12-301-1/+15
* NFLOG: fix error messageDenis Ovsienko2013-10-311-1/+1
* NFLOG: more minor improvementsDenis Ovsienko2013-10-311-13/+9
* nflog - minor changesPetar2013-10-291-21/+21
* justify declarations of struct tok arraysDenis Ovsienko2013-09-241-1/+1
* NFLOG: remove header dependency, add a test caseDenis Ovsienko2013-09-091-3/+3
* IP packet information printing from NFLOG packetPetar2013-08-141-11/+129
* Clean up various things.Guy Harris2013-06-091-12/+10
* Added IP information printing from NFLOG packetPetar2013-05-311-0/+38