summaryrefslogtreecommitdiff
path: root/print-cfm.c
Commit message (Expand)AuthorAgeFilesLines
* Rename AF_INET{6} to AF_IP{6}.Guy Harris2023-02-201-2/+2
* CFM: Fix another typo in a comment. [skip ci]Denis Ovsienko2020-12-261-1/+1
* Replace the (void)nd_printzp() calls by nd_printjnp() callsFrancois-Xavier Le Bail2020-12-101-3/+3
* Lose some more unnecessary #include lines. [skip ci]Denis Ovsienko2020-11-271-2/+0
* Use MAC_ADDR_LEN in a few more places. [skip ci]Denis Ovsienko2020-09-191-1/+1
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-1/+0
* More bounds checking when fetching addresses and converting to strings.Guy Harris2020-01-191-7/+6
* More use of %zu to print sizeof values.Guy Harris2019-08-111-6/+6
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-30/+30
* Replace some double parentheses with single parenthesesFrancois-Xavier Le Bail2018-05-191-2/+2
* Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail2018-05-041-2/+1
* Remove the safeputs() functionFrancois-Xavier Le Bail2018-05-021-3/+3
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* Add and use tstr[]Francois-Xavier Le Bail2018-02-131-1/+3
* Squelch warnings from MSVC.Guy Harris2018-01-291-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
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-76/+76
* Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (2/n)Francois-Xavier Le Bail2018-01-031-3/+3
* Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)Francois-Xavier Le Bail2018-01-031-1/+1
* Use nd_ types, add EXTRACT_ calls.Guy Harris2017-12-291-41/+46
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-2/+2
* Use nd_ types in 802.x and FDDI headers.Guy Harris2017-12-121-4/+3
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-2/+2
* Use more the EXTRACT_U_1() macro (49/n)Francois-Xavier Le Bail2017-12-091-4/+4
* Use more the EXTRACT_U_1() macro (31/n)Francois-Xavier Le Bail2017-11-271-1/+1
* Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail2017-11-241-1/+1
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-16/+16
* More EXTRACT_8BITS() changes. Use ND_CHECK_nBITS() more as well.Guy Harris2017-11-191-7/+7
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (2/n)Francois-Xavier Le Bail2017-11-191-2/+2
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-7/+7
* CFM: Fix a few typos.Denis Ovsienko2017-09-131-2/+2
* Don't specify struct as "const" within sizeof().Denis Ovsienko2017-09-131-1/+1
* CVE-2017-13052/CFM: refine decoding of the Sender ID TLVDenis Ovsienko2017-09-131-9/+53
* Remove some trailing spacesFrancois-Xavier Le Bail2017-09-131-1/+1
* CFM: There must be at least one byte of MA short name.Guy Harris2017-09-131-2/+5
* zero change: update Hannes Gredler's emailHannes Gredler2017-07-281-1/+1
* Fix typo in printing full name of CFM's CCM opcode value.Tony Samuels2017-02-041-1/+1
* Fixes to match the IEEE standard, and additional bounds and length checks.Guy Harris2017-01-181-122/+205
* Declare some variables as staticFrancois-Xavier Le Bail2016-09-111-1/+1
* Add a summary comment in all other printersFrancois-Xavier Le Bail2016-08-151-2/+2
* Don't require IPv6 library support in order to support IPv6 addresses.Guy Harris2015-09-171-2/+0
* 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
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* clean K&R style up in function declarations a bitDenis Ovsienko2015-03-051-5/+6
* delete trailing spaces/tabsFrancois-Xavier Le Bail2014-05-121-1/+1
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-28/+28
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-11/+11
* NDOize EAP, IEEE CFM, lwres, SIP & Syslog decodersDenis Ovsienko2014-04-011-77/+72