aboutsummaryrefslogtreecommitdiff
path: root/print-decnet.c
AgeCommit message (Expand)Author
2020-11-03DECnet: Use %zu to print sizeof valuesFrancois-Xavier Le Bail
2020-10-17Use nd_mac_addr where it belongs. [skip ci]Denis Ovsienko
2020-10-17Include <string.h> only if required.Denis Ovsienko
2020-10-16DECnet: Modernize packet parsing style.Denis Ovsienko
2020-10-08Use __func__ from C99 in error messages. [skip ci]Denis Ovsienko
2020-10-04Spell most remaining MAC_ADDR_LEN instances. [skip ci]Denis Ovsienko
2020-09-30Remove 3 now redundant ND_TCHECK_LEN(e, sizeof(short)) callsFrancois-Xavier Le Bail
2020-09-28Remove useless 'return' at end of void functions (style)Francois-Xavier Le Bail
2020-09-06Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail
2020-08-24Rename min() and max() to ND_MIN() and ND_MAX(). [skip ci]Denis Ovsienko
2019-11-03libdnet has bugs, do not use it.Denis Ovsienko
2019-08-08Remove more old-compiler compensation.Guy Harris
2019-04-17Squelch more warnings.Guy Harris
2019-04-17Clean up types to squelch narrowing warnings.Guy Harris
2019-03-26Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail
2018-05-22DECnet: Avoid using EXTRACT_ macros on non packet buffer pointersFrancois-Xavier Le Bail
2018-05-19DECnet: Pointers to packet bytes should be u_char *, not char *Francois-Xavier Le Bail
2018-05-04Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail
2018-03-16Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail
2018-02-25Add a status exit code to the function ndo_error()Francois-Xavier Le Bail
2018-02-23Add comments on some memory allocations we cannot freeFrancois-Xavier Le Bail
2018-01-29Add nd_{v}snprintf() routines/wrappers.Guy Harris
2018-01-24Remove unused incomplete structure declarationsFrancois-Xavier Le Bail
2018-01-23DECnet: Replace ND_TCHECK call(s) by ND_TCHECK_SIZE call(s)Francois-Xavier Le Bail
2018-01-23DECnet: Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail
2018-01-21Always include <config.h> rather than "config.h".Guy Harris
2018-01-21Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail
2018-01-07Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail
2018-01-03Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)Francois-Xavier Le Bail
2017-12-30Clean up handling of libdnet headers.Guy Harris
2017-12-29Don't use nd_ types in struct dn_naddr.Guy Harris
2017-12-29Use nd_ types, add EXTRACT_ calls, clean up signed vs. unsigned.Guy Harris
2017-12-20Add EXTRACT_ macros/functions for IPv4 addresses, get rid of structure wrappers.Guy Harris
2017-12-13Remove all storage class specifier 'register'Francois-Xavier Le Bail
2017-12-11Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail
2017-12-10Use pointer expressions like in most similar casesFrancois-Xavier Le Bail
2017-11-22Rename EXTRACT_ macrosFrancois-Xavier Le Bail
2017-11-18Remove EXTRACT_LE_8BITS() macro, use EXTRACT_8BITS() macroFrancois-Xavier Le Bail
2017-09-13CVE-2017-12899/DECnet: Fix bounds checking.Guy Harris
2016-10-07make minor cleanups to print-decnet.cDenis Ovsienko
2016-08-14Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail
2015-09-10Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail
2015-09-05Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail
2015-09-05Printers must use ndo_error() function (via ndo->ndo_error)Francois-Xavier Le Bail
2015-08-31The official #define for 32-bit and 64-bit Windows is _WIN32.Guy Harris
2015-04-26Fix a bunch of de-constifications.Guy Harris
2015-03-22dismiss NETDISSECT_REWORKED macroDenis Ovsienko
2015-02-16DECNET: Fix segmentation faultFrancois-Xavier Le Bail
2014-11-14Delete useless Control-L charsFrancois-Xavier Le Bail
2014-04-23u_intN_t is dead, long live uintN_t.Guy Harris