summaryrefslogtreecommitdiff
path: root/print-udld.c
Commit message (Expand)AuthorAgeFilesLines
* Replace the (void)nd_printn(..., NULL) calls by nd_printjn() callsFrancois-Xavier Le Bail2021-01-081-1/+1
* Replace the nd_printzp(..., NULL) calls by nd_printjnp() callsFrancois-Xavier Le Bail2020-12-101-1/+1
* UDLD: Refine and modernize the code.Denis Ovsienko2020-10-031-28/+39
* Fix a few bitmap printing bugs.Denis Ovsienko2020-10-011-4/+10
* Remove 96 assorted ND_TCHECK calls.Denis Ovsienko2020-09-081-1/+0
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-9/+9
* 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-2/+2
* 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-11/+11
* 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 (31/n)Francois-Xavier Le Bail2017-11-271-1/+1
* Use more the EXTRACT_U_1() macro (30/n)Francois-Xavier Le Bail2017-11-271-2/+2
* Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail2017-11-241-1/+1
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-6/+6
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (12/n)Francois-Xavier Le Bail2017-11-201-1/+1
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (1/n)Francois-Xavier Le Bail2017-11-191-1/+1
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-4/+4
* Add a summary comment in all other printersFrancois-Xavier Le Bail2016-08-151-2/+4
* Change istr[] (for invalid string) to be globalFrancois-Xavier Le Bail2016-01-281-1/+0
* UDLD: Fix "Unchecked return value" found by CoverityFrancois-Xavier Le Bail2015-11-261-1/+1
* UDLD: Fix an infinite loopFrancois-Xavier Le Bail2015-11-201-16/+47
* 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
* make use of NETDISSECT_REWORKEDDenis Ovsienko2014-03-151-1/+2
* NDOize HSRP, IGRP and UDLD decodersDenis Ovsienko2014-03-041-18/+14
* don't include addrtoname.h needlesslyDenis Ovsienko2014-02-251-1/+0
* whitespace changesMichael Richardson2014-01-011-20/+20
* justify declarations of struct tok arraysDenis Ovsienko2013-09-241-3/+3
* From Carles Kishimoto <carles.kishimoto@gmail.com>:hannes2007-03-191-0/+173