summaryrefslogtreecommitdiff
path: root/print-ldp.c
Commit message (Expand)AuthorAgeFilesLines
* Put "}" at beginning of line with "else" to keep a consistent styleFrancois-Xavier Le Bail2023-04-211-4/+2
* Rename AF_INET{6} to AF_IP{6}.Guy Harris2023-02-201-4/+4
* LDP: Use %zu to print sizeof valuesFrancois-Xavier Le Bail2020-11-041-11/+11
* LDP: Use nd_trunc_longjmp().Denis Ovsienko2020-10-021-4/+2
* Remove some now redundant ND_TCHECK_LEN(e, sizeof(nd_ipv4)) callsFrancois-Xavier Le Bail2020-09-081-1/+0
* Remove some now redundant ND_TCHECK_LEN(e, sizeof(nd_ipv6)) callsFrancois-Xavier Le Bail2020-09-071-1/+0
* ldp: use a constant 2, not LDP_TLV_ADDRESS_LIST_AFNUM_LEN.Guy Harris2020-05-261-2/+2
* LDP: Add some missing bounds checksFrancois-Xavier Le Bail2020-01-181-5/+5
* LDP: Fix a length checkFrancois-Xavier Le Bail2019-10-211-4/+8
* LDP: Fix an undefined behavior at runtimeFrancois-Xavier Le Bail2019-08-181-3/+8
* Squelch a compiler warning.Guy Harris2019-04-261-1/+1
* Squelch more warnings.Guy Harris2019-04-171-1/+1
* Clean up types to squelch narrowing warnings.Guy Harris2019-04-171-2/+3
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-45/+45
* Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail2018-05-041-3/+2
* Remove the safeputchar() functionFrancois-Xavier Le Bail2018-05-021-1/+1
* 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/+2
* Add and use tstr[]Francois-Xavier Le Bail2018-02-131-2/+4
* Have ip{6}addr_string take a u_char * as the second argument.Guy Harris2018-01-311-1/+1
* Use nd_ipv6 rather than struct in6_addr in packet-layout structures.Guy Harris2018-01-301-8/+8
* 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-58/+58
* Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)Francois-Xavier Le Bail2018-01-031-2/+2
* Use nd_ types.Guy Harris2017-12-301-17/+17
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-4/+4
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-5/+5
* More EXTRACT_U_1() replacing direct dereferences.Guy Harris2017-12-081-2/+2
* Use more the EXTRACT_U_1() macro (35/n)Francois-Xavier Le Bail2017-11-301-1/+1
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-42/+42
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (18/n)Francois-Xavier Le Bail2017-11-211-2/+2
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (12/n)Francois-Xavier Le Bail2017-11-201-2/+2
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (1/n)Francois-Xavier Le Bail2017-11-191-2/+2
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-37/+37
* Don't specify struct as "const" within sizeof().Denis Ovsienko2017-09-131-4/+4
* zero change: update Hannes Gredler's emailHannes Gredler2017-07-281-1/+1
* Fix some names for MPLS PW types, and use that table for LDP.Guy Harris2016-10-081-5/+9
* Add a summary comment in all other printersFrancois-Xavier Le Bail2016-08-151-0/+2
* Don't require IPv6 library support in order to support IPv6 addresses.Guy Harris2015-09-171-6/+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-6/+6
* Strengthen various bounds etc. checks.Guy Harris2014-10-221-17/+42
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-9/+9
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-5/+5
* NDOize safeputs() and safeputchar()Denis Ovsienko2014-04-011-1/+1
* NDOize BGP decoderDenis Ovsienko2014-03-261-2/+2
* NDOize 7 bigger decodersDenis Ovsienko2014-03-191-82/+80