aboutsummaryrefslogtreecommitdiff
path: root/print-dtp.c
AgeCommit message (Expand)Author
2020-12-10Replace the nd_printzp(..., NULL) calls by nd_printjnp() callsFrancois-Xavier Le Bail
2020-12-01DTP: Modernize packet parsing style.Denis Ovsienko
2020-01-19More bounds checking when fetching addresses and converting to strings.Guy Harris
2019-03-26Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail
2018-09-11Add the nd_print_invalid() functionFrancois-Xavier Le Bail
2018-05-10Remove some spaces (style)Francois-Xavier Le Bail
2018-05-04Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail
2018-04-30Rename the fn_printX() functions to nd_printX()Francois-Xavier Le Bail
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-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-07Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail
2017-12-11Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail
2017-11-26Use more the EXTRACT_U_1() macro (29/n)Francois-Xavier Le Bail
2017-11-24Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail
2017-11-22Rename EXTRACT_ macrosFrancois-Xavier Le Bail
2017-11-20Use more the EXTRACT_8BITS() macro to fetch a one-byte value (12/n)Francois-Xavier Le Bail
2017-11-18Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail
2016-08-15Add a summary comment in all other printersFrancois-Xavier Le Bail
2016-01-28Change istr[] (for invalid string) to be globalFrancois-Xavier Le Bail
2015-09-19DTP: improve packet integrity checksDenis Ovsienko
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-03-22dismiss NETDISSECT_REWORKED macroDenis Ovsienko
2014-06-12don't reinvent ND_TCHECK2()Denis Ovsienko
2014-04-04Netdissectify the to-name resolution routines.Guy Harris
2014-03-15make use of NETDISSECT_REWORKEDDenis Ovsienko
2014-02-27NDOize AH, BEEP and DTP decodersDenis Ovsienko
2014-01-01whitespace changesMichael Richardson
2013-09-24justify declarations of struct tok arraysDenis Ovsienko
2007-03-23From From Carles Kishimoto <carles.kishimoto@gmail.com>:hannes