summaryrefslogtreecommitdiff
path: root/print-ppi.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless 'return' at end of void functions (style)Francois-Xavier Le Bail2020-09-281-1/+0
* Apply the last step of the new way to update the link-layer header lengthFrancois-Xavier Le Bail2020-08-061-8/+5
* Rename a field of the netdissect_options structureFrancois-Xavier Le Bail2020-07-141-5/+5
* PPI: Update the link-layer dissector to a void functionFrancois-Xavier Le Bail2020-03-281-25/+17
* PPI: Add a length checkFrancois-Xavier Le Bail2020-03-271-4/+7
* PPI: Add specification, update summary, add some commentsFrancois-Xavier Le Bail2020-03-221-5/+12
* Apply the first step of the new way to update the link-layer header lengthFrancois-Xavier Le Bail2020-02-021-3/+8
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-5/+5
* Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail2018-05-041-4/+3
* Remove useless commentsFrancois-Xavier Le Bail2018-03-191-8/+0
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+2
* 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
* PPI: Use nd_ types, add EXTRACT_ call, tstr[] and bounds checksFrancois-Xavier Le Bail2018-01-131-14/+20
* Clean up signed vs. unsigned.Guy Harris2018-01-111-1/+1
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-7/+7
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-4/+4
* PKTAP,PPI: Fix printing NULL string pointersFrancois-Xavier Le Bail2016-10-131-2/+4
* Add a summary comment in all other printersFrancois-Xavier Le Bail2016-08-151-0/+2
* 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