summaryrefslogtreecommitdiff
path: root/print-vqp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix spaces before tabs in indentationFrancois-Xavier Le Bail2023-02-151-1/+1
* VQP: Do not print unknown error codes twice. [skip ci]Denis Ovsienko2021-01-291-2/+2
* Replace the (void)nd_printzp() calls by nd_printjnp() callsFrancois-Xavier Le Bail2020-12-101-1/+1
* VQP: Modernize packet parsing style.Denis Ovsienko2020-10-171-7/+8
* More bounds checking when fetching addresses and converting to strings.Guy Harris2020-01-191-2/+2
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-13/+14
* Add more nd_print_trunc() callsFrancois-Xavier Le Bail2018-05-061-1/+1
* Remove the safeputs() functionFrancois-Xavier Le Bail2018-05-021-1/+1
* 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
* Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)Francois-Xavier Le Bail2018-01-031-2/+2
* Use nd_ types, add EXTRACT_ calls.Guy Harris2017-12-301-21/+22
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-1/+1
* Use nd_ types in 802.x and FDDI headers.Guy Harris2017-12-121-2/+1
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-1/+1
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-4/+4
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-4/+4
* Don't specify struct as "const" within sizeof().Denis Ovsienko2017-09-131-2/+2
* CVE-2017-13045/VQP: add some bounds checksDenis Ovsienko2017-09-131-1/+13
* Add a summary comment in all other printersFrancois-Xavier Le Bail2016-08-151-2/+2
* 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-2/+1
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-10/+10
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-2/+2
* NDOize safeputs() and safeputchar()Denis Ovsienko2014-04-011-1/+1
* make use of NETDISSECT_REWORKEDDenis Ovsienko2014-03-151-1/+2
* NDOize FDDI, MPCP, Token Ring, VQP and Zephyr decodersDenis Ovsienko2014-03-141-22/+18
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* ndo-ize print-ascii: hex_print_with_offset()Michael Richardson2014-01-011-1/+1
* whitespace changesMichael Richardson2014-01-011-4/+4
* Squelch compiler warning.guy2006-08-191-2/+2
* backout variable TLV style decoding, artifact of broken rev-engineeringhannes2006-03-081-42/+14
* from Carles Kishimoto <Carles.Kishimoto@bsc.es>:hannes2006-03-031-0/+237