summaryrefslogtreecommitdiff
path: root/print-ppi.c
Commit message (Expand)AuthorAgeFilesLines
* Pass an adjusted struct pcap_pkthdr to the sub-printer.Guy Harris2016-02-121-1/+5
* 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
* Fix a bunch of de-constifications.Guy Harris2015-04-261-3/+3
* Include the metadata *and* link-layer header in the header length.Guy Harris2015-04-141-10/+15
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+1
* Get rid of support for non-NDOified printers.Guy Harris2015-03-101-5/+2
* Fix PPI header and payload printing.Guy Harris2014-09-231-8/+18
* Fields in PPI headers are little-endian, not big-endian.Guy Harris2014-04-261-3/+3
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-3/+3
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-3/+3
* make use of ND_DEFAULTPRINT()Denis Ovsienko2014-03-261-1/+1
* make use of NETDISSECT_REWORKEDDenis Ovsienko2014-03-151-1/+1
* refine some past NDO conversionsDenis Ovsienko2014-03-121-2/+0
* don't include pcap.h needlesslyDenis Ovsienko2014-02-281-1/+0
* Pull a bunch of headers into the only source file that includes them.Guy Harris2013-12-301-1/+9
* Declare all local variables before any executable statements.Guy Harris2011-08-141-1/+2
* From: Darren Reed <darren.reed@oracle.com>Michael Richardson2011-05-031-0/+103