summaryrefslogtreecommitdiff
path: root/print-stp.c
Commit message (Expand)AuthorAgeFilesLines
* Put "{" at end of line with "if" to keep a consistent styleFrancois-Xavier Le Bail2023-04-191-2/+1
* Fix some typosFrancois-Xavier Le Bail2022-07-041-1/+1
* Fix some typosFrancois-Xavier Le Bail2020-12-121-1/+1
* Replace the (void)nd_printzp() calls by nd_printjnp() callsFrancois-Xavier Le Bail2020-12-101-2/+2
* STP: Modernize packet parsing style.Denis Ovsienko2020-12-091-46/+22
* Remove 96 assorted ND_TCHECK calls.Denis Ovsienko2020-09-081-5/+0
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-15/+0
* STP: Remove blank lines in outputFrancois-Xavier Le Bail2019-08-151-1/+1
* Remove more old-compiler compensation.Guy Harris2019-08-081-1/+1
* Add some needed '&' when using a nd_byte type array struct member ...Francois-Xavier Le Bail2019-06-071-1/+1
* Remove some unneeded '&' when getting a pointer to a nd_ typeFrancois-Xavier Le Bail2019-04-211-5/+5
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-60/+62
* Add the ndo parameter to some functionsFrancois-Xavier Le Bail2019-03-261-7/+7
* Add a nd_print_trunc() callFrancois-Xavier Le Bail2018-05-171-1/+1
* Rename the fn_printX() functions to nd_printX()Francois-Xavier Le Bail2018-04-301-2/+2
* Remove useless commentsFrancois-Xavier Le Bail2018-03-191-7/+0
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* Add nd_{v}snprintf() routines/wrappers.Guy Harris2018-01-291-1/+1
* STP: Replace ND_TCHECK call(s) by ND_TCHECK_SIZE call(s)Francois-Xavier Le Bail2018-01-231-1/+1
* 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
* STP: Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail2018-01-071-11/+11
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-48/+48
* Use nd_ types, add EXTRACT_ calls, clean up signed vs. unsigned.Guy Harris2017-12-301-50/+59
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-1/+1
* Use more the ND_TCHECK_1() macroFrancois-Xavier Le Bail2017-12-041-1/+1
* Use more the EXTRACT_U_1() macro (39/n)Francois-Xavier Le Bail2017-12-011-1/+3
* Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail2017-11-291-1/+1
* Use more the EXTRACT_U_1() macro (28/n)Francois-Xavier Le Bail2017-11-261-13/+13
* Use more the EXTRACT_U_1() macro to fetch a one-byte value (24/n)Francois-Xavier Le Bail2017-11-231-1/+1
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-37/+37
* Rename ND_TCHECK_/ND_TTEST_ macrosFrancois-Xavier Le Bail2017-11-221-7/+7
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-39/+37
* CVE-2017-11108/Fix bounds checking for STP.Guy Harris2017-07-221-0/+2
* STP: Remove trailing spaces in outputFrancois-Xavier Le Bail2017-01-181-8/+7
* STP: Filter out non-printable charactersFrancois-Xavier Le Bail2017-01-181-11/+18
* CVE-2016-7940/Add a bunch of bounds checks, and fix some printing.Guy Harris2017-01-181-14/+52
* Add a summary comment in all other printersFrancois-Xavier Le Bail2016-08-151-1/+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
* Fix a bunch of de-constifications.Guy Harris2015-04-261-1/+1
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-16/+16
* NDOize EIGRP, ICMP, L2TP, STP and UDP decodersDenis Ovsienko2014-03-151-58/+60
* don't include addrtoname.h needlesslyDenis Ovsienko2014-02-251-1/+0
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* whitespace changesMichael Richardson2014-01-011-11/+11
* justify declarations of struct tok arraysDenis Ovsienko2013-09-241-4/+4
* Don't print the SPB stuff in non-verbose mode.Guy Harris2013-03-271-2/+8