summaryrefslogtreecommitdiff
path: root/print-isakmp.c
Commit message (Expand)AuthorAgeFilesLines
* IKEv2: add missing notification typesMatthias St. Pierre2023-03-051-43/+310
* ISAKMP: Use GET_U_1() to replace a direct dereferenceFrancois-Xavier Le Bail2022-02-191-3/+3
* Put a space between type and '*' in pointer declarators (style)Francois-Xavier Le Bail2021-12-301-1/+1
* Remove useless 'return' at end of void functions (style)Francois-Xavier Le Bail2020-09-281-1/+0
* Remove 96 assorted ND_TCHECK calls.Denis Ovsienko2020-09-081-1/+0
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-9/+0
* ESP: Rename two printersFrancois-Xavier Le Bail2020-03-081-3/+3
* More bounds checking when fetching addresses and converting to strings.Guy Harris2020-01-191-8/+8
* Don't use <ctype.h> macros.Guy Harris2019-09-011-2/+4
* Remove more old-compiler compensation.Guy Harris2019-08-081-1/+1
* Use nd_ipv6 rather than struct in6_addrFrancois-Xavier Le Bail2019-06-101-1/+1
* Use nd_ipv4 rather than struct in_addrFrancois-Xavier Le Bail2019-06-101-1/+1
* Treat the length field in an Ethernet header as such.Guy Harris2019-04-221-1/+1
* Introduce a buffer stack, and use it for ESP decryption.Guy Harris2019-03-301-0/+7
* Have esp_print() handle printing its payload.Guy Harris2019-03-281-11/+7
* Put IPv4/IPv6 protocol demultiplexing into a common routine.Guy Harris2019-03-271-2/+2
* Fix typo in comment.Guy Harris2019-03-261-1/+1
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-103/+116
* Add the ndo parameter to some functionsFrancois-Xavier Le Bail2019-03-261-7/+7
* ISAKMP: Simplify an expressionFrancois-Xavier Le Bail2019-02-271-2/+1
* Clean up whitespacesFrancois-Xavier Le Bail2019-02-271-1/+1
* Fix spacesFrancois-Xavier Le Bail2018-09-031-1/+1
* Add more nd_print_trunc() callsFrancois-Xavier Le Bail2018-06-061-4/+4
* 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
* Remove a no more used 'volatile' qualifierFrancois-Xavier Le Bail2018-02-231-1/+1
* Rename some printer functions to *_printFrancois-Xavier Le Bail2018-02-221-1/+1
* Don't decrement an unsigned zero value below zero.Guy Harris2018-02-011-2/+4
* Remove unneeded '&' when getting a pointer to a nd_ipv6 typeFrancois-Xavier Le Bail2018-01-311-4/+6
* Remove unneeded '&' when getting a pointer to a nd_ipv4 typeFrancois-Xavier Le Bail2018-01-311-4/+6
* Use nd_ipv6 rather than struct in6_addr in packet-layout structures.Guy Harris2018-01-301-12/+12
* Add nd_{v}snprintf() routines/wrappers.Guy Harris2018-01-291-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
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-255/+255
* Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)Francois-Xavier Le Bail2018-01-031-32/+32
* Put a variable only used if we have libcrypto under HAVE_LIBCRYPTO.Guy Harris2017-12-301-0/+2
* Fix decryption code path.Guy Harris2017-12-171-1/+4
* Clean up ISAKMP dissection, use nd_ types and EXTRACT_ macros.Guy Harris2017-12-171-412/+393
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-11/+11
* Use more the EXTRACT_U_1() macro (52/n)Francois-Xavier Le Bail2017-12-091-1/+1
* Use more the ND_TCHECK_1() macroFrancois-Xavier Le Bail2017-12-041-4/+4
* Use more the EXTRACT_U_1() macro (46/n)Francois-Xavier Le Bail2017-12-031-4/+4
* Use more the EXTRACT_U_1() macro (43/n)Francois-Xavier Le Bail2017-12-031-2/+3
* Simplify some expressionsFrancois-Xavier Le Bail2017-12-031-4/+4
* Use more the EXTRACT_U_1() macro (40/n)Francois-Xavier Le Bail2017-12-011-1/+1
* Use more the EXTRACT_U_1() macro (39/n)Francois-Xavier Le Bail2017-12-011-3/+4
* Use more the EXTRACT_U_1() macro (28/n)Francois-Xavier Le Bail2017-11-261-6/+7
* Use pointer expressions like in most similar casesFrancois-Xavier Le Bail2017-11-231-5/+5