summaryrefslogtreecommitdiff
path: root/print-icmp6.c
Commit message (Expand)AuthorAgeFilesLines
* Put "}" at beginning of line with "else" to keep a consistent styleFrancois-Xavier Le Bail2023-04-211-2/+1
* Put "{" at end of line with "while" to keep a consistent styleFrancois-Xavier Le Bail2023-04-191-2/+1
* Fix spaces before tabs in indentationFrancois-Xavier Le Bail2023-02-151-9/+9
* ICMPv6: Fix the Node Information flagsNicholas Reilly2022-09-131-12/+7
* ICMPv6: Fix output for Router Renumbering messagesFrancois-Xavier Le Bail2022-09-111-4/+4
* ICMPv6: Remove an unused macro and extra blank linesFrancois-Xavier Le Bail2022-02-071-7/+0
* ICMPv6: Add a comment about "don't use GET_IP6ADDR_STRING()"Francois-Xavier Le Bail2022-02-061-1/+1
* ICMPv6: Modernize RPL DAO-ACK parsingFrancois-Xavier Le Bail2022-02-061-15/+6
* ICMPv6: Modernize RPL DAO parsingFrancois-Xavier Le Bail2022-02-061-15/+6
* ICMPv6: Update the output to show a RPL DAO field nameFrancois-Xavier Le Bail2022-02-061-1/+1
* ICMPv6: Add a length check in the rpl_dio_print() functionFrancois-Xavier Le Bail2022-02-061-0/+4
* ICMPv6: Use GET_IP6ADDR_STRING() in the rpl_dio_print() functionFrancois-Xavier Le Bail2022-02-051-9/+3
* 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