aboutsummaryrefslogtreecommitdiff
path: root/print-icmp6.c
AgeCommit message (Expand)Author
2022-09-13ICMPv6: Fix the Node Information flagsNicholas Reilly
2022-09-11ICMPv6: Fix output for Router Renumbering messagesFrancois-Xavier Le Bail
2022-07-16ICMPv6: Remove an unused macro and extra blank linesFrancois-Xavier Le Bail
2022-07-16ICMPv6: Add a comment about "don't use GET_IP6ADDR_STRING()"Francois-Xavier Le Bail
2022-07-16ICMPv6: Add a length check in the rpl_dio_print() functionFrancois-Xavier Le Bail
2022-07-16ICMPv6: Use GET_IP6ADDR_STRING() in the rpl_dio_print() functionFrancois-Xavier Le Bail
2021-04-26Replace ND_TCHECK_/memcpy() pairs with GET_CPY_BYTES().Guy Harris
2020-12-28Lose a leftover comment [skip ci]Denis Ovsienko
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-07Remove some now redundant ND_TCHECK_LEN(e, sizeof(nd_ipv6)) callsFrancois-Xavier Le Bail
2020-09-07Remove some now redundant ND_TCHECK_16() callsFrancois-Xavier Le Bail
2020-09-06Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail
2020-05-26icmp6: make opt_len a full-width u_int.Guy Harris
2020-01-19More bounds checking when fetching addresses and converting to strings.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-05-09Add support for incomplete header chain param prob messageTom Jones
2019-04-17Clean up types to squelch narrowing warnings.Guy Harris
2019-04-03DNS: Rename a printerFrancois-Xavier Le Bail
2019-03-26Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail
2019-03-16ICMPv6: Add the IPv6-Only flagLoganaden Velvindron
2018-12-11Have all Internet-checksum computing routines return a uint16_t.Guy Harris
2018-11-12ICMPv6: add a comment for the previous commitDenis Ovsienko
2018-11-12show ICMPv6 echo request IDAndreas Jaggi
2018-09-24Add a nd_print_trunc() callFrancois-Xavier Le Bail
2018-09-24ICMPv6: Fix some truncation codesFrancois-Xavier Le Bail
2018-09-11Add the nd_print_invalid() functionFrancois-Xavier Le Bail
2018-09-03Fix spacesFrancois-Xavier Le Bail
2018-08-20Use more the nd_print_trunc() callFrancois-Xavier Le Bail
2018-07-09ICMPv6: Fix printing 'Reachable Time' and 'Retrans Timer' as millisecondsFrancois-Xavier Le Bail
2018-06-23ICMPv6: Add a length checkFrancois-Xavier Le Bail
2018-06-03ICMPv6: Avoid reinventing ND_TCHECK_*() macrosFrancois-Xavier Le Bail
2018-05-10Remove some spaces (style)Francois-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-14ICMPv6: Squelch a GCC warningFrancois-Xavier Le Bail
2018-02-13Undo the previous change; it didn't help.Guy Harris
2018-02-13Try to squelch a GCC warning.Guy Harris
2018-01-31Merge branch 'master' of github.com:the-tcpdump-group/tcpdumpGuy Harris
2018-01-31Have ip{6}addr_string take a u_char * as the second argument.Guy Harris
2018-01-31Remove unneeded '&' when getting a pointer to a nd_ipv6 typeFrancois-Xavier Le Bail
2018-01-30More nd_ipv6-ification.Guy Harris
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-24ICMPv6: Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail
2018-01-24ICMPv6: Make some code clearerFrancois-Xavier Le Bail
2018-01-22Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail
2018-01-21Always include <config.h> rather than "config.h".Guy Harris