summaryrefslogtreecommitdiff
path: root/print-nflog.c
Commit message (Expand)AuthorAgeFilesLines
* 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