summaryrefslogtreecommitdiff
path: root/print-vtp.c
Commit message (Expand)AuthorAgeFilesLines
* VTP: Update two error messagesFrancois-Xavier Le Bail2023-05-141-2/+2
* Replace the nd_printzp(..., NULL) calls by nd_printjnp() callsFrancois-Xavier Le Bail2020-12-101-2/+2
* VTP: Modernize packet parsing style.Denis Ovsienko2020-10-111-18/+15
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-3/+0
* More bounds checking when fetching addresses and converting to strings.Guy Harris2020-01-191-1/+1
* Use more HTTPS in URLsFrancois-Xavier Le Bail2019-08-191-3/+3
* VTP: Avoid a pointer overflowFrancois-Xavier Le Bail2019-07-301-1/+1
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-24/+24
* Add more nd_print_trunc() callsFrancois-Xavier Le Bail2018-05-101-1/+1
* Remove some spaces (style)Francois-Xavier Le Bail2018-05-101-2/+2
* 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-30/+30
* Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)Francois-Xavier Le Bail2018-01-031-1/+1
* Use nd_ types, add EXTRACT_ calls.Guy Harris2017-12-301-19/+20
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-6/+6
* Use more the EXTRACT_U_1() macro (49/n)Francois-Xavier Le Bail2017-12-091-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 (29/n)Francois-Xavier Le Bail2017-11-261-1/+1
* Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail2017-11-241-3/+3
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-17/+17
* Rename ND_TCHECK_/ND_TTEST_ macrosFrancois-Xavier Le Bail2017-11-221-2/+2
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (18/n)Francois-Xavier Le Bail2017-11-211-3/+3
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-14/+14
* CVE-2017-13033/VTP: Add more bound and length checks.Guy Harris2017-09-131-62/+80
* CVE-2017-13020/VTP: Add some missing bounds checks.Guy Harris2017-09-131-0/+2
* VTP: Add a test on Mgmt Domain Name lengthFrancois-Xavier Le Bail2016-09-121-5/+10
* Add a summary comment in all other printersFrancois-Xavier Le Bail2016-08-151-2/+2
* VTP: Add bounds checksFrancois-Xavier Le Bail2015-11-211-0/+5
* VTP: Filter out non-printable charactersFrancois-Xavier Le Bail2015-11-101-10/+11
* 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-1/+1
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* don't reinvent ND_TCHECK2()Denis Ovsienko2014-06-121-6/+3
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-7/+7
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-1/+1
* NDOize ATM, MPTCP, NTP, VTP & Whiteboard decodersDenis Ovsienko2014-03-201-36/+34
* ndo-ize print-ascii: hex_print_with_offset()Michael Richardson2014-01-011-1/+1
* whitespace changesMichael Richardson2014-01-011-13/+13
* justify declarations of struct tok arraysDenis Ovsienko2013-09-241-6/+6
* From Carles Kishimoto <carles.kishimoto@gmail.com>:hannes2007-03-261-0/+6
* From Carles Kishimoto <carles.kishimoto@gmail.com>:hannes2007-03-231-10/+109
* remove unused variables / tokentableshannes2007-03-231-8/+1
* From Carles Kishimoto <carles.kishimoto@gmail.com>:hannes2007-03-211-0/+280