aboutsummaryrefslogtreecommitdiff
path: root/print-stp.c
AgeCommit message (Expand)Author
2022-07-04Fix some typosFrancois-Xavier Le Bail
2020-12-12Fix some typosFrancois-Xavier Le Bail
2020-12-10Replace the (void)nd_printzp() calls by nd_printjnp() callsFrancois-Xavier Le Bail
2020-12-09STP: Modernize packet parsing style.Denis Ovsienko
2020-09-08Remove 96 assorted ND_TCHECK calls.Denis Ovsienko
2020-09-06Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail
2019-08-15STP: Remove blank lines in outputFrancois-Xavier Le Bail
2019-08-08Remove more old-compiler compensation.Guy Harris
2019-06-07Add some needed '&' when using a nd_byte type array struct member ...Francois-Xavier Le Bail
2019-04-21Remove some unneeded '&' when getting a pointer to a nd_ typeFrancois-Xavier Le Bail
2019-03-26Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail
2019-03-26Add the ndo parameter to some functionsFrancois-Xavier Le Bail
2018-05-17Add a nd_print_trunc() callFrancois-Xavier Le Bail
2018-04-30Rename the fn_printX() functions to nd_printX()Francois-Xavier Le Bail
2018-03-19Remove useless commentsFrancois-Xavier Le Bail
2018-03-16Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail
2018-01-29Add nd_{v}snprintf() routines/wrappers.Guy Harris
2018-01-23STP: Replace ND_TCHECK call(s) by ND_TCHECK_SIZE call(s)Francois-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-07STP: Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail
2018-01-07Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail
2017-12-30Use nd_ types, add EXTRACT_ calls, clean up signed vs. unsigned.Guy Harris
2017-12-11Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail
2017-12-04Use more the ND_TCHECK_1() macroFrancois-Xavier Le Bail
2017-12-01Use more the EXTRACT_U_1() macro (39/n)Francois-Xavier Le Bail
2017-11-29Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail
2017-11-26Use more the EXTRACT_U_1() macro (28/n)Francois-Xavier Le Bail
2017-11-23Use more the EXTRACT_U_1() macro to fetch a one-byte value (24/n)Francois-Xavier Le Bail
2017-11-22Rename EXTRACT_ macrosFrancois-Xavier Le Bail
2017-11-22Rename ND_TCHECK_/ND_TTEST_ macrosFrancois-Xavier Le Bail
2017-11-18Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail
2017-07-22CVE-2017-11108/Fix bounds checking for STP.Guy Harris
2017-01-18STP: Remove trailing spaces in outputFrancois-Xavier Le Bail
2017-01-18STP: Filter out non-printable charactersFrancois-Xavier Le Bail
2017-01-18CVE-2016-7940/Add a bunch of bounds checks, and fix some printing.Guy Harris
2016-08-15Add a summary comment in all other printersFrancois-Xavier Le Bail
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-04-26Fix a bunch of de-constifications.Guy Harris
2015-03-22dismiss NETDISSECT_REWORKED macroDenis Ovsienko
2014-04-23u_intN_t is dead, long live uintN_t.Guy Harris
2014-03-15NDOize EIGRP, ICMP, L2TP, STP and UDP decodersDenis Ovsienko
2014-02-25don't include addrtoname.h needlesslyDenis Ovsienko
2014-01-03remove tcpdump's own CVS keywordsDenis Ovsienko
2014-01-01whitespace changesMichael Richardson
2013-09-24justify declarations of struct tok arraysDenis Ovsienko
2013-03-27Don't print the SPB stuff in non-verbose mode.Guy Harris
2013-03-26Fix handling of V3 and V4 BPDUs.Guy Harris