aboutsummaryrefslogtreecommitdiff
path: root/print-pktap.c
AgeCommit message (Expand)Author
2020-11-03PKTAP: Use %zu to print sizeof valuesFrancois-Xavier Le Bail
2020-10-13PKTAP: Modernize packet parsing style.Denis Ovsienko
2020-09-28Remove useless 'return' at end of void functions (style)Francois-Xavier Le Bail
2020-08-06Apply the last step of the new way to update the link-layer header lengthFrancois-Xavier Le Bail
2020-07-14Rename a field of the netdissect_options structureFrancois-Xavier Le Bail
2020-03-28PKTAP: Update the link-layer dissector to a void functionFrancois-Xavier Le Bail
2020-02-02Apply the first step of the new way to update the link-layer header lengthFrancois-Xavier Le Bail
2019-03-26Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail
2018-09-14Remove some useless testsFrancois-Xavier Le Bail
2018-05-10Add more nd_print_trunc() callsFrancois-Xavier Le Bail
2018-03-19Return caplen for too-short packets.Guy Harris
2018-03-19Remove useless commentsFrancois-Xavier Le Bail
2018-03-16Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail
2018-01-26Remove function specifier 'inline' in printersFrancois-Xavier Le Bail
2018-01-21Always include <config.h> rather than "config.h".Guy Harris
2018-01-21Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail
2018-01-11Use nd_ types, clean up signed vs. unsigned.Guy Harris
2018-01-07Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail
2017-11-22Rename EXTRACT_ macrosFrancois-Xavier Le Bail
2017-09-13CVE-2017-13007/PKTAP: Pass a properly updated struct pcap_pkthdr to the sub-d...Guy Harris
2016-10-13PKTAP,PPI: Fix printing NULL string pointersFrancois-Xavier Le Bail
2016-08-15Add a summary comment in all other printersFrancois-Xavier Le Bail
2015-09-10Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail
2015-09-05Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail
2015-04-26Fix a bunch of de-constifications.Guy Harris
2015-04-14Include the metadata *and* link-layer header in the header length.Guy Harris
2015-03-22dismiss NETDISSECT_REWORKED macroDenis Ovsienko
2015-03-10Get rid of support for non-NDOified printers.Guy Harris
2014-04-04Define NETDISSECT_REWORKED in a bunch of files, and fix the issues it finds.Guy Harris
2014-04-04Netdissectify the to-name resolution routines.Guy Harris
2014-04-03Add missing break - thanks to Coverity for finding this one.Guy Harris
2014-03-30Add support for Apple's DLT_PKTAP.Guy Harris