summaryrefslogtreecommitdiff
path: root/print-bfd.c
Commit message (Expand)AuthorAgeFilesLines
* Put "{" at end of line with "if" to keep a consistent styleFrancois-Xavier Le Bail2023-04-191-4/+2
* BFD: Refine the previous commit.Denis Ovsienko2021-02-161-2/+2
* BFD: add SBFD support (RFC7880 and RFC7881)Bill Fenner2021-02-141-1/+3
* Replace the (void)nd_printn(..., NULL) calls by nd_printjn() callsFrancois-Xavier Le Bail2021-01-081-1/+1
* Fix some "Unchecked return value" found by CoverityFrancois-Xavier Le Bail2020-11-011-1/+1
* BFD: Modernize packet parsing style.Denis Ovsienko2020-10-131-16/+5
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-2/+0
* Add BFD multihop and lag decodingBill Fenner2019-04-261-3/+14
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-29/+39
* Clean up handling of different packet types.Guy Harris2018-07-101-102/+113
* Add more nd_print_trunc() callsFrancois-Xavier Le Bail2018-05-061-1/+1
* Rename the fn_printX() functions to nd_printX()Francois-Xavier Le Bail2018-04-301-1/+1
* Remove useless commentsFrancois-Xavier Le Bail2018-03-191-6/+0
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+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-41/+41
* Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)Francois-Xavier Le Bail2018-01-031-2/+2
* Use nd_ types, add EXTRACT_ calls, use %u for unsigned values.Guy Harris2017-12-291-47/+53
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-3/+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 (31/n)Francois-Xavier Le Bail2017-11-271-1/+1
* Use more the EXTRACT_U_1() macro (28/n)Francois-Xavier Le Bail2017-11-261-2/+2
* Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail2017-11-241-2/+2
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-14/+14
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-14/+14
* Don't specify struct as "const" within sizeof().Denis Ovsienko2017-09-131-1/+1
* zero change: update Hannes Gredler's emailHannes Gredler2017-07-281-1/+1
* BFD: Update to print optional authentication fieldFrancois-Xavier Le Bail2016-08-171-26/+147
* BFD: Update specification from draft to RFC 5880Francois-Xavier Le Bail2016-08-161-3/+5
* Add a summary comment in all other printersFrancois-Xavier Le Bail2016-08-151-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
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-13/+13
* make use of NETDISSECT_REWORKEDDenis Ovsienko2014-03-151-1/+2
* refine some past NDO conversionsDenis Ovsienko2014-03-121-2/+0
* NDOize ARCNET, BFD and GRE decodersDenis Ovsienko2014-03-111-36/+36
* don't include addrtoname.h needlesslyDenis Ovsienko2014-02-251-1/+0
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* ndo-ize print-ascii: hex_print_with_offset()Michael Richardson2014-01-011-2/+8
* whitespace changesMichael Richardson2014-01-011-5/+5
* Based on a patch from Marc Binderberger, fix the handling of non-controlGuy Harris2009-03-271-5/+9
* shift the state field in the bfdv1 printer correcthannes2006-02-021-2/+2
* authentication present flag is 0x04 and not 0x40hannes2005-04-281-2/+2
* do proper masking and shifting of the flag bitshannes2005-04-281-4/+4
* boundary check for authentication headerhannes2005-04-271-2/+4
* add support for BFDv1 as per draft-ietf-bfd-base-02hannes2005-04-271-11/+128
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* From Neil Spring:guy2003-11-151-4/+4