aboutsummaryrefslogtreecommitdiff
path: root/print-rsvp.c
AgeCommit message (Expand)Author
2020-09-06Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail
2020-07-01RSVP: Make a constant unsignedFrancois-Xavier Le Bail
2020-05-26rsvp: add a comment about the INTEGRITY object structure.Guy Harris
2020-05-25rsvp: add error messages for too-short items.Guy Harris
2020-05-25rsvp: clean up length checks.Guy Harris
2020-05-25rsvp: fetch a 32-bit quantity into a 32-bit variable.Guy Harris
2020-02-06Use the Wayback Machine for some removed documentsFrancois-Xavier Le Bail
2020-01-19More bounds checking when fetching addresses and converting to strings.Guy Harris
2019-09-19add rsvp capability object rfc5063ckishimo
2019-08-11More use of %zu to print sizeof values.Guy Harris
2019-04-17Squelch more warnings.Guy Harris
2019-04-17Clean up types to squelch narrowing warnings.Guy Harris
2019-03-26Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail
2019-02-23RSVP: Replace a ND_TTEST_*() call with ND_TCHECK_*() callFrancois-Xavier Le Bail
2018-09-11Add the nd_print_invalid() functionFrancois-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 safeputchar() functionFrancois-Xavier Le Bail
2018-03-16Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail
2018-01-30Use nd_ipv6 rather than struct in6_addr in packet-layout structures.Guy Harris
2018-01-26Remove unnecessary semicolonFrancois-Xavier Le Bail
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-15Get rid of dead code.Guy Harris
2018-01-07Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail
2018-01-03Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)Francois-Xavier Le Bail
2017-12-30Use nd_ types, add EXTRACT_ calls.Guy Harris
2017-12-25Get rid of extra space in "break bit set".Guy Harris
2017-12-25Clean up data types.Guy Harris
2017-12-13Remove all storage class specifier 'register'Francois-Xavier Le Bail
2017-12-11Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail
2017-12-09RSVP: Add a missing bounds checkFrancois-Xavier Le Bail
2017-12-09Use more the EXTRACT_U_1() macro (49/n)Francois-Xavier Le Bail
2017-11-26Use more the EXTRACT_U_1() macro (29/n)Francois-Xavier Le Bail
2017-11-24Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail
2017-11-22Rename EXTRACT_ macrosFrancois-Xavier Le Bail
2017-11-22More EXTRACT_8BITS() and other cleanups.Guy Harris
2017-11-22Use more the EXTRACT_8BITS() macro to fetch a one-byte value (20/n)Francois-Xavier Le Bail
2017-11-21Use more the EXTRACT_8BITS() macro to fetch a one-byte value (18/n)Francois-Xavier Le Bail
2017-11-20Use more the EXTRACT_8BITS() macro to fetch a one-byte value (12/n)Francois-Xavier Le Bail
2017-11-19Use more the EXTRACT_8BITS() macro to fetch a one-byte value (10/n)Francois-Xavier Le Bail
2017-11-19Use more the EXTRACT_8BITS() macro to fetch a one-byte value (8/n)Francois-Xavier Le Bail
2017-11-19Use more the EXTRACT_8BITS() macro to fetch a one-byte value (7/n)Francois-Xavier Le Bail
2017-11-19Use more the EXTRACT_8BITS() macro to fetch a one-byte value (2/n)Francois-Xavier Le Bail
2017-11-19Use more the EXTRACT_8BITS() macro to fetch a one-byte value (1/n)Francois-Xavier Le Bail
2017-11-18Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail
2017-09-13RSVP: Update a reference.Denis Ovsienko
2017-09-13RSVP: Fix some spelling.Denis Ovsienko
2017-09-13Don't specify struct as "const" within sizeof().Denis Ovsienko
2017-09-13CVE-2017-13051/RSVP: fix bounds checks for UNIDenis Ovsienko