summaryrefslogtreecommitdiff
path: root/print-rsvp.c
Commit message (Expand)AuthorAgeFilesLines
* Rename AF_INET{6} to AF_IP{6}.Guy Harris2023-02-201-2/+2
* Update the ND_LCHECK*() macros to ND_ICHECK*() macrosFrancois-Xavier Le Bail2021-12-291-3/+3
* Try the new ND_LCHECK*() macros. [skip ci]Denis Ovsienko2021-01-171-10/+3
* RSVP: Modernize packet parsing style.Denis Ovsienko2021-01-011-19/+11
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-7/+0
* RSVP: Make a constant unsignedFrancois-Xavier Le Bail2020-07-011-1/+1
* rsvp: add a comment about the INTEGRITY object structure.Guy Harris2020-05-261-0/+8
* rsvp: add error messages for too-short items.Guy Harris2020-05-251-57/+65
* rsvp: clean up length checks.Guy Harris2020-05-251-42/+44
* rsvp: fetch a 32-bit quantity into a 32-bit variable.Guy Harris2020-05-251-1/+1
* Use the Wayback Machine for some removed documentsFrancois-Xavier Le Bail2020-02-061-1/+1
* More bounds checking when fetching addresses and converting to strings.Guy Harris2020-01-191-40/+40
* add rsvp capability object rfc5063ckishimo2019-09-191-0/+34
* More use of %zu to print sizeof values.Guy Harris2019-08-111-6/+6
* Squelch more warnings.Guy Harris2019-04-171-2/+2
* Clean up types to squelch narrowing warnings.Guy Harris2019-04-171-2/+2
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-162/+165
* RSVP: Replace a ND_TTEST_*() call with ND_TCHECK_*() callFrancois-Xavier Le Bail2019-02-231-2/+1
* Add the nd_print_invalid() functionFrancois-Xavier Le Bail2018-09-111-1/+1
* Replace some double parentheses with single parenthesesFrancois-Xavier Le Bail2018-05-191-1/+1
* Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail2018-05-041-6/+3
* Remove the safeputchar() functionFrancois-Xavier Le Bail2018-05-021-1/+1
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* Use nd_ipv6 rather than struct in6_addr in packet-layout structures.Guy Harris2018-01-301-16/+16
* Remove unnecessary semicolonFrancois-Xavier Le Bail2018-01-261-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
* Get rid of dead code.Guy Harris2018-01-151-5/+0
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-205/+205
* Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)Francois-Xavier Le Bail2018-01-031-2/+2
* Use nd_ types, add EXTRACT_ calls.Guy Harris2017-12-301-46/+80
* Get rid of extra space in "break bit set".Guy Harris2017-12-251-2/+2
* Clean up data types.Guy Harris2017-12-251-3/+4
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-1/+1
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-3/+3
* RSVP: Add a missing bounds checkFrancois-Xavier Le Bail2017-12-091-0/+1
* Use more the EXTRACT_U_1() macro (49/n)Francois-Xavier Le Bail2017-12-091-1/+1
* Use more the EXTRACT_U_1() macro (29/n)Francois-Xavier Le Bail2017-11-261-1/+1
* Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail2017-11-241-10/+10
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-156/+157
* More EXTRACT_8BITS() and other cleanups.Guy Harris2017-11-221-26/+26
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (20/n)Francois-Xavier Le Bail2017-11-221-3/+3
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (18/n)Francois-Xavier Le Bail2017-11-211-9/+9
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (12/n)Francois-Xavier Le Bail2017-11-201-7/+7
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (10/n)Francois-Xavier Le Bail2017-11-191-1/+1
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (8/n)Francois-Xavier Le Bail2017-11-191-2/+2
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (7/n)Francois-Xavier Le Bail2017-11-191-1/+1
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (2/n)Francois-Xavier Le Bail2017-11-191-6/+6
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (1/n)Francois-Xavier Le Bail2017-11-191-3/+3
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-108/+108