summaryrefslogtreecommitdiff
path: root/print-dtp.c
Commit message (Expand)AuthorAgeFilesLines
* DTP: Update an error messageFrancois-Xavier Le Bail2023-05-131-1/+1
* Replace the nd_printzp(..., NULL) calls by nd_printjnp() callsFrancois-Xavier Le Bail2020-12-101-1/+1
* DTP: Modernize packet parsing style.Denis Ovsienko2020-12-011-25/+26
* More bounds checking when fetching addresses and converting to strings.Guy Harris2020-01-191-1/+1
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-4/+4
* Add the nd_print_invalid() functionFrancois-Xavier Le Bail2018-09-111-1/+1
* Remove some spaces (style)Francois-Xavier Le Bail2018-05-101-1/+1
* Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail2018-05-041-2/+1
* Rename the fn_printX() functions to nd_printX()Francois-Xavier Le Bail2018-04-301-1/+1
* Remove useless commentsFrancois-Xavier Le Bail2018-03-191-7/+0
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+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
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-9/+9
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-2/+2
* Use more the EXTRACT_U_1() macro (29/n)Francois-Xavier Le Bail2017-11-261-1/+1
* Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail2017-11-241-1/+1
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-3/+3
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (12/n)Francois-Xavier Le Bail2017-11-201-1/+1
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-2/+2
* Add a summary comment in all other printersFrancois-Xavier Le Bail2016-08-151-2/+2
* Change istr[] (for invalid string) to be globalFrancois-Xavier Le Bail2016-01-281-1/+0
* DTP: improve packet integrity checksDenis Ovsienko2015-09-191-8/+20
* 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
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* don't reinvent ND_TCHECK2()Denis Ovsienko2014-06-121-4/+2
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-1/+1
* make use of NETDISSECT_REWORKEDDenis Ovsienko2014-03-151-1/+2
* NDOize AH, BEEP and DTP decodersDenis Ovsienko2014-02-271-17/+13
* whitespace changesMichael Richardson2014-01-011-8/+8
* justify declarations of struct tok arraysDenis Ovsienko2013-09-241-1/+1
* From From Carles Kishimoto <carles.kishimoto@gmail.com>:hannes2007-03-231-0/+123