]> The Tcpdump Group git mirrors - tcpdump/history - print-decnet.c
CHANGES: Add/move change(s) backported to 4.99
[tcpdump] / print-decnet.c
2024-05-15  Francois-Xavier... Include <config.h> unconditionally
2020-11-03  Francois-Xavier... DECnet: Use %zu to print sizeof values
2020-10-17  Denis OvsienkoUse nd_mac_addr where it belongs. [skip ci]
2020-10-17  Denis OvsienkoInclude <string.h> only if required.
2020-10-16  Denis OvsienkoDECnet: Modernize packet parsing style.
2020-10-08  Denis OvsienkoUse __func__ from C99 in error messages. [skip ci]
2020-10-04  Denis OvsienkoSpell most remaining MAC_ADDR_LEN instances. [skip ci]
2020-09-30  Francois-Xavier... Remove 3 now redundant ND_TCHECK_LEN(e, sizeof(short...
2020-09-28  Francois-Xavier... Remove useless 'return' at end of void functions (style)
2020-09-06  Francois-Xavier... Remove many (762) now redundant ND_TCHECK_n() calls
2020-08-24  Denis OvsienkoRename min() and max() to ND_MIN() and ND_MAX(). [skip ci]
2020-05-28  Guy HarrisMerge branch 'master' into macsec
2020-05-25  Guy HarrisMerge branch 'master' into fix_udp_frag_badlen 602/head
2020-05-25  Guy HarrisMerge pull request #773 from Mister-X-/fix-reason-codes
2020-05-25  Guy HarrisMerge pull request #772 from Mister-X-/fix-status-codes
2020-02-29  Michael RichardsonMerge pull request #492 from vel21ripn/nflog-print
2019-11-03  Denis Ovsienkolibdnet has bugs, do not use it.
2019-08-09  Guy HarrisRemove more old-compiler compensation.
2019-04-18  Guy HarrisSquelch more warnings.
2019-04-18  Guy HarrisClean up types to squelch narrowing warnings.
2019-03-26  Francois-Xavier... Use the new GET_ macros instead of the EXTRACT_ ones
2018-11-17  Tero KivinenUpdated 802.15.4 code
2018-05-22  Francois-Xavier... DECnet: Avoid using EXTRACT_ macros on non packet buffe...
2018-05-19  Francois-Xavier... DECnet: Pointers to packet bytes should be u_char ...
2018-05-04  Francois-Xavier... Print truncations with nd_print_trunc() instead of...
2018-03-16  Francois-Xavier... Add the ndo_protocol field in the netdissect_options...
2018-02-25  Francois-Xavier... Add a status exit code to the function ndo_error()
2018-02-23  Francois-Xavier... Add comments on some memory allocations we cannot free
2018-01-29  Guy HarrisAdd nd_{v}snprintf() routines/wrappers.
2018-01-24  Francois-Xavier... Remove unused incomplete structure declarations
2018-01-23  Francois-Xavier... DECnet: Replace ND_TCHECK call(s) by ND_TCHECK_SIZE...
2018-01-23  Francois-Xavier... DECnet: Use more ND_TCHECK_n() macros
2018-01-21  Guy HarrisAlways include <config.h> rather than "config.h".
2018-01-21  Francois-Xavier... Use quoted include netdissect-stdinc.h instead of angle...
2018-01-07  Francois-Xavier... Update ND_PRINT() as a variadic macro
2018-01-03  Francois-Xavier... Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)
2017-12-30  Guy HarrisClean up handling of libdnet headers.
2017-12-30  Guy HarrisDon't use nd_ types in struct dn_naddr.
2017-12-30  Guy HarrisUse nd_ types, add EXTRACT_ calls, clean up signed...
2017-12-20  Guy HarrisAdd EXTRACT_ macros/functions for IPv4 addresses, get...
2017-12-16  Guy HarrisMerge branch 'master' into master 630/head
2017-12-13  Francois-Xavier... Remove all storage class specifier 'register'
2017-12-11  Francois-Xavier... Replace ND_TTEST2()/ND_TCHECK2() macros by macros using...
2017-12-10  Francois-Xavier... Use pointer expressions like in most similar cases
2017-11-22  Francois-Xavier... Rename EXTRACT_ macros
2017-11-18  Francois-Xavier... Remove EXTRACT_LE_8BITS() macro, use EXTRACT_8BITS...
2017-09-13  Guy HarrisCVE-2017-12899/DECnet: Fix bounds checking.
2017-01-18  Guy HarrisMerge pull request #500 from atsampson/master
2016-10-07  Denis Ovsienkomake minor cleanups to print-decnet.c
2016-08-14  Francois-Xavier... Move the printer summaries from INSTALL.txt to each...
2015-09-10  Francois-Xavier... Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'
2015-09-05  Francois-Xavier... Printers must include 'netdissect.h', not 'interface.h'
2015-09-05  Francois-Xavier... Printers must use ndo_error() function (via ndo->ndo_error)
2015-08-31  Guy HarrisThe official #define for 32-bit and 64-bit Windows...
2015-05-20  Guy HarrisMerge pull request #455 from brooksdavis/gndo-cleanup
2015-04-27  Guy HarrisFix a bunch of de-constifications.
2015-04-22  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2015-03-22  Denis Ovsienkodismiss NETDISSECT_REWORKED macro
2015-02-16  Francois-Xavier... DECNET: Fix segmentation fault
2014-11-19  Guy HarrisMerge git://github.com/the-tcpdump-group/tcpdump
2014-11-14  Francois-Xavier... Delete useless Control-L chars
2014-04-23  Guy Harrisu_intN_t is dead, long live uintN_t.
2014-04-06  Denis OvsienkoMerge remote-tracking branch 'bpf/master'
2014-04-04  Guy HarrisNetdissectify the to-name resolution routines.
2014-04-02  Denis Ovsienkofixup a few ND_DEFAULTPRINT() use cases
2014-04-02  Denis OvsienkoNDOize DECnet, OSPF and TCP decoders
2014-04-02  Denis Ovsienkomerge decnet.h into print-decnet.c
2014-04-01  Denis OvsienkoNDOize safeputs() and safeputchar()
2014-04-01  Denis OvsienkoNDOize safeputs() and safeputchar()
2014-01-03  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2014-01-02  Denis Ovsienkoremove tcpdump's own CVS keywords
2013-12-26  Denis Ovsienkomake consistent use of the "tstr" idiom
2013-09-24  Denis Ovsienkojustify declarations of struct tok arrays
2005-05-06  guyAdd a bunch of bounds checks.
2003-11-16  guyHave the configure script arrange that the Makefile...
2003-11-15  guyFrom Neil Spring:
2002-09-05  guyGet rid of the "-Wno-unused" flag, and fix up most...
2002-08-01  rissoAdded support for Win32, based on WinPcap.
2002-04-07  guyFrom Maciej W. Rozycki <[email protected]>:
2001-09-17  fennerEliminate some unused parameters.
2001-01-28  itojunuse safeputchar() instead of cook up on its own.
2001-01-20  guyPatch from Pekka Savola <[email protected]> to get...
2000-09-28  guyGet rid of unneeded includes of <net/if.h>.
2000-07-01  assarremove non-STDC code
2000-01-17  itojuns/sprintf/snprintf/.
1999-11-21  fennerSwitch to config.h instead of passing defines in DEFS.
1999-10-07  mcrInitial revision