summaryrefslogtreecommitdiff
path: root/print-pktap.c
Commit message (Expand)AuthorAgeFilesLines
* PKTAP: Use %zu to print sizeof valuesFrancois-Xavier Le Bail2020-11-031-4/+4
* PKTAP: Modernize packet parsing style.Denis Ovsienko2020-10-131-11/+17
* 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
* PKTAP: Update the link-layer dissector to a void functionFrancois-Xavier Le Bail2020-03-281-6/+10
* 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
* Remove some useless testsFrancois-Xavier Le Bail2018-09-141-2/+2
* Add more nd_print_trunc() callsFrancois-Xavier Le Bail2018-05-101-3/+3
* Return caplen for too-short packets.Guy Harris2018-03-191-3/+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/+1
* 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
* Use nd_ types, clean up signed vs. unsigned.Guy Harris2018-01-111-18/+18
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-8/+8
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-5/+5
* CVE-2017-13007/PKTAP: Pass a properly updated struct pcap_pkthdr to the sub-d...Guy Harris2017-09-131-1/+5
* PKTAP,PPI: Fix printing NULL string pointersFrancois-Xavier Le Bail2016-10-131-3/+5
* Add a summary comment in all other printersFrancois-Xavier Le Bail2016-08-151-0/+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
* 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-1/+1
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* Get rid of support for non-NDOified printers.Guy Harris2015-03-101-5/+2
* Define NETDISSECT_REWORKED in a bunch of files, and fix the issues it finds.Guy Harris2014-04-041-0/+1
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-2/+2
* Add missing break - thanks to Coverity for finding this one.Guy Harris2014-04-031-0/+1
* Add support for Apple's DLT_PKTAP.Guy Harris2014-03-301-0/+167