aboutsummaryrefslogtreecommitdiff
path: root/print-isakmp.c
AgeCommit message (Expand)Author
2022-03-20ISAKMP: Use GET_U_1() to replace a direct dereferenceFrancois-Xavier Le Bail
2022-03-19Put a space between type and '*' in pointer declarators (style)Francois-Xavier Le Bail
2020-09-28Remove useless 'return' at end of void functions (style)Francois-Xavier Le Bail
2020-09-08Remove 96 assorted ND_TCHECK calls.Denis Ovsienko
2020-09-06Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail
2020-03-08ESP: Rename two printersFrancois-Xavier Le Bail
2020-01-19More bounds checking when fetching addresses and converting to strings.Guy Harris
2019-09-01Don't use <ctype.h> macros.Guy Harris
2019-08-08Remove more old-compiler compensation.Guy Harris
2019-06-10Use nd_ipv6 rather than struct in6_addrFrancois-Xavier Le Bail
2019-06-10Use nd_ipv4 rather than struct in_addrFrancois-Xavier Le Bail
2019-04-22Treat the length field in an Ethernet header as such.Guy Harris
2019-03-30Introduce a buffer stack, and use it for ESP decryption.Guy Harris
2019-03-28Have esp_print() handle printing its payload.Guy Harris
2019-03-27Put IPv4/IPv6 protocol demultiplexing into a common routine.Guy Harris
2019-03-26Fix typo in comment.Guy Harris
2019-03-26Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail
2019-03-26Add the ndo parameter to some functionsFrancois-Xavier Le Bail
2019-02-27ISAKMP: Simplify an expressionFrancois-Xavier Le Bail
2019-02-27Clean up whitespacesFrancois-Xavier Le Bail
2018-09-03Fix spacesFrancois-Xavier Le Bail
2018-06-06Add more nd_print_trunc() callsFrancois-Xavier Le Bail
2018-05-02Remove the safeputchar() functionFrancois-Xavier Le Bail
2018-03-19Remove useless commentsFrancois-Xavier Le Bail
2018-03-16Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail
2018-02-23Remove a no more used 'volatile' qualifierFrancois-Xavier Le Bail
2018-02-22Rename some printer functions to *_printFrancois-Xavier Le Bail
2018-02-01Don't decrement an unsigned zero value below zero.Guy Harris
2018-01-31Remove unneeded '&' when getting a pointer to a nd_ipv6 typeFrancois-Xavier Le Bail
2018-01-31Remove unneeded '&' when getting a pointer to a nd_ipv4 typeFrancois-Xavier Le Bail
2018-01-30Use nd_ipv6 rather than struct in6_addr in packet-layout structures.Guy Harris
2018-01-29Add nd_{v}snprintf() routines/wrappers.Guy Harris
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-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-30Put a variable only used if we have libcrypto under HAVE_LIBCRYPTO.Guy Harris
2017-12-17Fix decryption code path.Guy Harris
2017-12-17Clean up ISAKMP dissection, use nd_ types and EXTRACT_ macros.Guy Harris
2017-12-11Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail
2017-12-09Use more the EXTRACT_U_1() macro (52/n)Francois-Xavier Le Bail
2017-12-04Use more the ND_TCHECK_1() macroFrancois-Xavier Le Bail
2017-12-03Use more the EXTRACT_U_1() macro (46/n)Francois-Xavier Le Bail
2017-12-03Use more the EXTRACT_U_1() macro (43/n)Francois-Xavier Le Bail
2017-12-03Simplify some expressionsFrancois-Xavier Le Bail
2017-12-01Use more the EXTRACT_U_1() macro (40/n)Francois-Xavier Le Bail
2017-12-01Use more the EXTRACT_U_1() macro (39/n)Francois-Xavier Le Bail
2017-11-26Use more the EXTRACT_U_1() macro (28/n)Francois-Xavier Le Bail
2017-11-23Use pointer expressions like in most similar casesFrancois-Xavier Le Bail
2017-11-22Rename EXTRACT_ macrosFrancois-Xavier Le Bail