summaryrefslogtreecommitdiff
path: root/print-decnet.c
Commit message (Expand)AuthorAgeFilesLines
* libdnet has bugs, do not use it.Denis Ovsienko2019-11-031-38/+0
* Remove more old-compiler compensation.Guy Harris2019-08-081-1/+1
* Squelch more warnings.Guy Harris2019-04-171-1/+2
* Clean up types to squelch narrowing warnings.Guy Harris2019-04-171-1/+2
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-74/+74
* DECnet: Avoid using EXTRACT_ macros on non packet buffer pointersFrancois-Xavier Le Bail2018-05-221-10/+6
* DECnet: Pointers to packet bytes should be u_char *, not char *Francois-Xavier Le Bail2018-05-191-7/+7
* Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail2018-05-041-7/+6
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* Add a status exit code to the function ndo_error()Francois-Xavier Le Bail2018-02-251-1/+1
* Add comments on some memory allocations we cannot freeFrancois-Xavier Le Bail2018-02-231-0/+1
* Add nd_{v}snprintf() routines/wrappers.Guy Harris2018-01-291-1/+1
* Remove unused incomplete structure declarationsFrancois-Xavier Le Bail2018-01-241-3/+0
* DECnet: Replace ND_TCHECK call(s) by ND_TCHECK_SIZE call(s)Francois-Xavier Le Bail2018-01-231-9/+9
* DECnet: Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail2018-01-231-12/+12
* 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-115/+112
* Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)Francois-Xavier Le Bail2018-01-031-8/+8
* Clean up handling of libdnet headers.Guy Harris2017-12-301-20/+23
* Don't use nd_ types in struct dn_naddr.Guy Harris2017-12-291-2/+2
* Use nd_ types, add EXTRACT_ calls, clean up signed vs. unsigned.Guy Harris2017-12-291-93/+93
* Add EXTRACT_ macros/functions for IPv4 addresses, get rid of structure wrappers.Guy Harris2017-12-201-1/+1
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-7/+7
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-4/+4
* Use pointer expressions like in most similar casesFrancois-Xavier Le Bail2017-12-101-5/+5
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-74/+74
* Remove EXTRACT_LE_8BITS() macro, use EXTRACT_8BITS() macroFrancois-Xavier Le Bail2017-11-181-30/+30
* CVE-2017-12899/DECnet: Fix bounds checking.Guy Harris2017-09-131-0/+2
* make minor cleanups to print-decnet.cDenis Ovsienko2016-10-071-75/+0
* Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail2016-08-141-0/+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
* Printers must use ndo_error() function (via ndo->ndo_error)Francois-Xavier Le Bail2015-09-051-5/+5
* The official #define for 32-bit and 64-bit Windows is _WIN32.Guy Harris2015-08-311-2/+2
* Fix a bunch of de-constifications.Guy Harris2015-04-261-24/+24
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* DECNET: Fix segmentation faultFrancois-Xavier Le Bail2015-02-161-1/+6
* Delete useless Control-L charsFrancois-Xavier Le Bail2014-11-141-1/+1
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-8/+8
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-9/+9
* fixup a few ND_DEFAULTPRINT() use casesDenis Ovsienko2014-04-021-3/+3
* NDOize DECnet, OSPF and TCP decodersDenis Ovsienko2014-04-021-187/+197
* merge decnet.h into print-decnet.cDenis Ovsienko2014-04-021-1/+439
* NDOize safeputs() and safeputchar()Denis Ovsienko2014-04-011-1/+1
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* make consistent use of the "tstr" idiomDenis Ovsienko2013-12-261-6/+8
* justify declarations of struct tok arraysDenis Ovsienko2013-09-241-1/+1
* Add a bunch of bounds checks.guy2005-05-061-49/+174
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4