aboutsummaryrefslogtreecommitdiff
path: root/print-cfm.c
AgeCommit message (Expand)Author
2020-12-26CFM: Fix another typo in a comment. [skip ci]Denis Ovsienko
2020-12-10Replace the (void)nd_printzp() calls by nd_printjnp() callsFrancois-Xavier Le Bail
2020-11-27Lose some more unnecessary #include lines. [skip ci]Denis Ovsienko
2020-09-19Use MAC_ADDR_LEN in a few more places. [skip ci]Denis Ovsienko
2020-09-06Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail
2020-01-19More bounds checking when fetching addresses and converting to strings.Guy Harris
2019-08-11More use of %zu to print sizeof values.Guy Harris
2019-03-26Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail
2018-05-19Replace some double parentheses with single parenthesesFrancois-Xavier Le Bail
2018-05-04Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail
2018-05-02Remove the safeputs() functionFrancois-Xavier Le Bail
2018-03-16Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail
2018-02-13Add and use tstr[]Francois-Xavier Le Bail
2018-01-29Squelch warnings from MSVC.Guy Harris
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 (2/n)Francois-Xavier Le Bail
2018-01-03Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)Francois-Xavier Le Bail
2017-12-29Use nd_ types, add EXTRACT_ calls.Guy Harris
2017-12-13Remove all storage class specifier 'register'Francois-Xavier Le Bail
2017-12-12Use nd_ types in 802.x and FDDI headers.Guy Harris
2017-12-11Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail
2017-12-09Use more the EXTRACT_U_1() macro (49/n)Francois-Xavier Le Bail
2017-11-27Use more the EXTRACT_U_1() macro (31/n)Francois-Xavier Le Bail
2017-11-24Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail
2017-11-22Rename EXTRACT_ macrosFrancois-Xavier Le Bail
2017-11-19More EXTRACT_8BITS() changes. Use ND_CHECK_nBITS() more as well.Guy Harris
2017-11-19Use more the EXTRACT_8BITS() macro to fetch a one-byte value (2/n)Francois-Xavier Le Bail
2017-11-18Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail
2017-09-13CFM: Fix a few typos.Denis Ovsienko
2017-09-13Don't specify struct as "const" within sizeof().Denis Ovsienko
2017-09-13CVE-2017-13052/CFM: refine decoding of the Sender ID TLVDenis Ovsienko
2017-09-13Remove some trailing spacesFrancois-Xavier Le Bail
2017-09-13CFM: There must be at least one byte of MA short name.Guy Harris
2017-07-28zero change: update Hannes Gredler's emailHannes Gredler
2017-02-04Fix typo in printing full name of CFM's CCM opcode value.Tony Samuels
2017-01-18Fixes to match the IEEE standard, and additional bounds and length checks.Guy Harris
2016-09-11Declare some variables as staticFrancois-Xavier Le Bail
2016-08-15Add a summary comment in all other printersFrancois-Xavier Le Bail
2015-09-17Don't require IPv6 library support in order to support IPv6 addresses.Guy Harris
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-03-22dismiss NETDISSECT_REWORKED macroDenis Ovsienko
2015-03-05clean K&R style up in function declarations a bitDenis Ovsienko
2014-05-12delete trailing spaces/tabsFrancois-Xavier Le Bail
2014-04-23u_intN_t is dead, long live uintN_t.Guy Harris
2014-04-04Netdissectify the to-name resolution routines.Guy Harris
2014-04-01NDOize EAP, IEEE CFM, lwres, SIP & Syslog decodersDenis Ovsienko
2014-04-01NDOize safeputs() and safeputchar()Denis Ovsienko