summaryrefslogtreecommitdiff
path: root/print-icmp6.c
Commit message (Expand)AuthorAgeFilesLines
* Replace ND_TCHECK_/memcpy() pairs with GET_CPY_BYTES().Guy Harris2021-01-051-4/+2
* Lose a leftover comment [skip ci]Denis Ovsienko2020-12-281-1/+0
* Remove useless 'return' at end of void functions (style)Francois-Xavier Le Bail2020-09-281-4/+0
* Remove 96 assorted ND_TCHECK calls.Denis Ovsienko2020-09-081-5/+0
* Remove some now redundant ND_TCHECK_LEN(e, sizeof(nd_ipv6)) callsFrancois-Xavier Le Bail2020-09-071-10/+0
* Remove some now redundant ND_TCHECK_16() callsFrancois-Xavier Le Bail2020-09-071-9/+0
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-18/+0
* icmp6: make opt_len a full-width u_int.Guy Harris2020-05-261-1/+2
* More bounds checking when fetching addresses and converting to strings.Guy Harris2020-01-191-22/+22
* 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
* Add support for incomplete header chain param prob messageTom Jones2019-05-091-0/+5
* Clean up types to squelch narrowing warnings.Guy Harris2019-04-171-1/+1
* DNS: Rename a printerFrancois-Xavier Le Bail2019-04-031-1/+1
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-124/+137
* ICMPv6: Add the IPv6-Only flagLoganaden Velvindron2019-03-161-0/+2
* Have all Internet-checksum computing routines return a uint16_t.Guy Harris2018-12-111-1/+1
* ICMPv6: add a comment for the previous commitDenis Ovsienko2018-11-121-0/+1
* show ICMPv6 echo request IDAndreas Jaggi2018-11-121-1/+1
* Add a nd_print_trunc() callFrancois-Xavier Le Bail2018-09-241-1/+1
* ICMPv6: Fix some truncation codesFrancois-Xavier Le Bail2018-09-241-20/+25
* Add the nd_print_invalid() functionFrancois-Xavier Le Bail2018-09-111-1/+1
* Fix spacesFrancois-Xavier Le Bail2018-09-031-5/+5
* Use more the nd_print_trunc() callFrancois-Xavier Le Bail2018-08-201-13/+11
* ICMPv6: Fix printing 'Reachable Time' and 'Retrans Timer' as millisecondsFrancois-Xavier Le Bail2018-07-091-1/+1
* ICMPv6: Add a length checkFrancois-Xavier Le Bail2018-06-231-0/+5
* ICMPv6: Avoid reinventing ND_TCHECK_*() macrosFrancois-Xavier Le Bail2018-06-031-4/+1
* Remove some spaces (style)Francois-Xavier Le Bail2018-05-101-1/+1
* Remove the safeputchar() functionFrancois-Xavier Le Bail2018-05-021-3/+3
* 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/+1
* ICMPv6: Squelch a GCC warningFrancois-Xavier Le Bail2018-02-141-5/+6
* Undo the previous change; it didn't help.Guy Harris2018-02-131-1/+1
* Try to squelch a GCC warning.Guy Harris2018-02-131-1/+1
* Merge branch 'master' of github.com:the-tcpdump-group/tcpdumpGuy Harris2018-01-311-2/+2
|\
| * Remove unneeded '&' when getting a pointer to a nd_ipv6 typeFrancois-Xavier Le Bail2018-01-311-6/+6
* | Have ip{6}addr_string take a u_char * as the second argument.Guy Harris2018-01-311-19/+19
|/
* More nd_ipv6-ification.Guy Harris2018-01-301-19/+17
* Use nd_ipv6 rather than struct in6_addr in packet-layout structures.Guy Harris2018-01-301-34/+34
* Add nd_{v}snprintf() routines/wrappers.Guy Harris2018-01-291-1/+1
* ICMPv6: Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail2018-01-241-10/+10
* ICMPv6: Make some code clearerFrancois-Xavier Le Bail2018-01-241-8/+10
* Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail2018-01-221-16/+16
* Always include <config.h> rather than "config.h".Guy Harris2018-01-211-1/+1
* ICMPv6: Use more ND_TTEST_n() macrosFrancois-Xavier Le Bail2018-01-211-5/+5
* Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail2018-01-211-1/+1
* Clean up signed vs. unsigned.Guy Harris2018-01-111-1/+1
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-232/+232
* Fix some Coccinelle warnings "a \ character appears outside of a #define"Francois-Xavier Le Bail2018-01-041-1/+1
* Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)Francois-Xavier Le Bail2018-01-031-4/+4