]> The Tcpdump Group git mirrors - tcpdump/history - print-snmp.c
CHANGES: Add/move change(s) backported to 4.99
[tcpdump] / print-snmp.c
2024-05-15  Francois-Xavier... Include <config.h> unconditionally
2023-10-13  Josh SorefFix spelling
2023-10-12  Bill FennerSNMP: Fix two undefined behaviors
2022-12-31  Denis OvsienkoLose an unused variable in print-snmp.c.
2020-09-28  Francois-Xavier... Remove useless 'return' at end of void functions (style)
2020-09-10  Francois-Xavier... Remove 15 now redundant ND_TCHECK_n() calls
2020-09-06  Francois-Xavier... Remove many (762) now redundant ND_TCHECK_n() calls
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-09-01  Guy HarrisDon't use <ctype.h> macros.
2019-08-09  Guy HarrisRemove more old-compiler compensation.
2019-03-26  Francois-Xavier... Use the new GET_ macros instead of the EXTRACT_ ones
2019-03-24  Michael RichardsonMerge branch 'master' of https://github.com/kivinen...
2019-03-23  Michael RichardsonMerge pull request #733 from marka63/dns-get-extended...
2019-03-16  Francois-Xavier... SNMP: Fix an undefined behavior at runtime
2018-11-17  Tero KivinenUpdated 802.15.4 code
2018-09-03  Francois-Xavier... Fix spaces
2018-05-04  Francois-Xavier... Print truncations with nd_print_trunc() instead of...
2018-04-30  Francois-Xavier... Rename the fn_printX() functions to nd_printX()
2018-03-16  Francois-Xavier... Add the ndo_protocol field in the netdissect_options...
2018-02-02  Guy HarrisFix bug introduced by previous change.
2018-02-01  Guy HarrisDon't decrement an unsigned value past zero.
2018-01-29  Guy HarrisAdd nd_{v}snprintf() routines/wrappers.
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
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-09  Francois-Xavier... Use more the EXTRACT_U_1() macro (52/n)
2017-12-09  Francois-Xavier... Use more the EXTRACT_U_1() macro (51/n)
2017-12-09  Francois-Xavier... Use more the EXTRACT_U_1() macro (49/n)
2017-12-05  Francois-Xavier... Use more the EXTRACT_U_1() macro (47/n)
2017-12-04  Francois-Xavier... Use more the ND_TCHECK_1() macro
2017-12-01  Francois-Xavier... Use more the EXTRACT_U_1() macro (38/n)
2017-11-28  Francois-Xavier... Use more the EXTRACT_U_1() macro (32/n)
2017-11-27  Francois-Xavier... Use more the EXTRACT_U_1() macro (31/n)
2017-11-22  Francois-Xavier... Rename EXTRACT_ macros
2017-11-22  Francois-Xavier... Use more the EXTRACT_8BITS() macro to fetch a one-byte...
2017-11-21  Francois-Xavier... Use more the EXTRACT_8BITS() macro to fetch a one-byte...
2017-11-21  Francois-Xavier... Use more the EXTRACT_8BITS() macro to fetch a one-byte...
2017-02-02  Guy HarrisMerge pull request #588 from glebius/casper
2017-01-18  Denis OvsienkoCVE-2017-5483/SNMP: improve ASN.1 bounds checks
2017-01-18  Guy HarrisClean up the "have libsmi but no modules loaded" case.
2017-01-18  Guy HarrisClean up the object abbreviation list.
2017-01-18  Guy HarrisJust handle COUNTER64 as a u_int64.
2017-01-18  Guy HarrisMore bounds and length checks.
2017-01-18  Francois-Xavier... SNMP: Add some bounds checks
2017-01-18  Guy HarrisDo bounds checks when printing character and octet...
2017-01-18  Guy HarrisMerge pull request #500 from atsampson/master
2016-09-11  Francois-Xavier... Declare some variables as static
2016-08-14  Francois-Xavier... Move the printer summaries from INSTALL.txt to each...
2016-08-04  Guy HarrisMove more libsmi stuff to netdissect.c.
2015-09-14  Guy HarrisMake pduid a u_short consistently.
2015-09-10  Francois-Xavier... Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'
2015-09-09  Francois-Xavier... Update a ndo flag name
2015-09-05  Francois-Xavier... Printers must include 'netdissect.h', not 'interface.h'
2015-08-31  Guy HarrisAvoid collison with error(), clean up code a bit.
2015-07-12  Francois-Xavier... Fix warnings as "declaration of 'x' shadows a previous...
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
2014-09-03  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2014-08-31  Guy HarrisClean up configure check for libsmi.
2014-07-19  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2014-07-08  Guy HarrisClean up the first-item handling a bit.
2014-07-08  Guy HarrisSquelch a Coverity warning.
2014-04-23  Guy Harrisu_intN_t is dead, long live uintN_t.
2014-04-14  Denis OvsienkoNDOize the rest of util.c
2014-03-30  Denis Ovsienkoamend previous commit to fix compiling with libsmi
2014-03-29  Denis OvsienkoNDOize SNMP decoder
2014-02-25  Denis Ovsienkodon't include addrtoname.h needlessly
2014-02-02  Guy HarrisDo our own isascii(), isprint(), isgraph(), and toascii().
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-12-19  Denis Ovsienkomake more array declarations static/const
2005-05-06  guyAdd an "fn_printzp()" routine for printing null-padded...
2005-04-18  guyBoost size of buffers so that they can handle a 32...
2005-01-05  guyFrom Gisle Vanem: fix some signed vs. unsigned and...
2004-12-27  guyDon't pass in "asn1_parse()" a packet length cut short...
2004-11-04  guyFrom Gisle Vanem: undefine OPAQUE, as it's defined...
2004-03-23  guyEnterprise-specific traps have a generic trap number...
2003-11-16  guyHave the configure script arrange that the Makefile...
2003-11-15  guyFrom Neil Spring:
2002-09-05  guyAdd a few more GCC warnings on GCC >= 2 for ".devel...
2002-08-01  rissoAdded support for Win32, based on WinPcap.
2002-07-20  guyFrom Phil Wood <[email protected]>: fix the test for a commu...
2002-06-11  itojunwhitespace cleanup
2002-05-07  fennerFix spacing with -v
2002-05-07  guyFrom Juergen Schoenwaelder <[email protected]...
2001-09-17  fennerUpdate makemib and print-snmp.c license, via OpenBSD...
2001-06-15  fennerprint "outOfRange" instead of "wrongLength" when an...
2001-04-23  fennerJuergen's fix for buffer overflow, posted to tcpdump...
2001-03-22  itojunremove "|%.2x" appeared on -v, which seemed purely...
2001-03-17  itojunavoid trigraph
next