summaryrefslogtreecommitdiff
path: root/print-icmp.c
Commit message (Expand)AuthorAgeFilesLines
* icmp: clean up the extension code and comments.Guy Harris2022-03-191-12/+34
* ICMP: Avoid printing non-ASCII characters in Interface NameFrancois-Xavier Le Bail2022-02-071-3/+3
* ICMP: Fix printing the Interface Name Sub-ObjectFrancois-Xavier Le Bail2022-02-071-4/+16
* ICMP: Print the length field of the Interface Name Sub-ObjectFrancois-Xavier Le Bail2022-02-071-4/+8
* ICMP: Fix indentation in parsing multi-part message extensions codeFrancois-Xavier Le Bail2022-02-071-56/+54
* Remove last remaining trailing whitespacea13460542021-09-041-1/+1
* Fix spacesFrancois-Xavier Le Bail2021-07-131-1/+1
* Add dissector for ICMP Interface Identification Objectishaangandhi2021-07-131-6/+99
* Rename MPLS Extension to Multipart Extensionishaangandhi2021-07-131-23/+28
* ICMP: Update the snapend for some nested IP packetsFrancois-Xavier Le Bail2021-01-251-3/+15
* ICMP: Fix a typo in a comment.Denis Ovsienko2021-01-071-1/+1
* MPLS: rename the "exp" field to "tc"Bill Fenner2021-01-061-1/+1
* Fix some typosFrancois-Xavier Le Bail2020-12-121-2/+2
* Remove 15 now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-101-4/+0
* Remove some now redundant ND_TCHECK_4() callsFrancois-Xavier Le Bail2020-09-081-2/+0
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-5/+0
* More bounds checking when fetching addresses and converting to strings.Guy Harris2020-01-191-31/+31
* Remove more old-compiler compensation.Guy Harris2019-08-081-42/+42
* Don't generate formats on the fly.Guy Harris2019-04-171-45/+119
* Clean up types to squelch narrowing warnings.Guy Harris2019-04-171-1/+2
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-29/+30
* ICMP: Fix an undefined behavior at runtimeFrancois-Xavier Le Bail2019-03-081-1/+2
* Fix small misspellingsAntonin Décimo2019-01-231-1/+1
* Add a nd_print_trunc() callFrancois-Xavier Le Bail2018-05-101-1/+4
* Remove useless commentsFrancois-Xavier Le Bail2018-03-191-6/+0
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* ICMP: Replace a 'struct in_addr' member type with a 'nd_ipv4' oneFrancois-Xavier Le Bail2018-01-301-12/+12
* Add nd_{v}snprintf() routines/wrappers.Guy Harris2018-01-291-25/+25
* ICMP: Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail2018-01-241-3/+3
* 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
* Clean up signed vs. unsigned.Guy Harris2018-01-111-7/+7
* ICMP: Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail2018-01-081-8/+8
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-15/+15
* Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)Francois-Xavier Le Bail2018-01-031-4/+4
* Use nd_ types, clean up ICMPv6 dissection.Guy Harris2017-12-181-67/+70
* ICMP: Replace ND_TTEST2 calls by ND_TTEST_LEN callsFrancois-Xavier Le Bail2017-12-141-2/+2
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-3/+3
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-1/+1
* Make nd_uint8_t and nd_int8_t arrays, to catch direct references.Guy Harris2017-12-101-4/+6
* Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail2017-11-241-1/+1
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-19/+19
* Rename ND_TCHECK_/ND_TTEST_ macrosFrancois-Xavier Le Bail2017-11-221-1/+1
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-19/+19
* ICMP: Make a few cppcheck-inspired fixups.Denis Ovsienko2017-09-151-7/+7
* CVE-2017-13012/ICMP: Add a missing bounds check.Guy Harris2017-09-131-0/+1
* CVE-2017-12895/ICMP: Check the availability of data before checksumming it.Guy Harris2017-09-131-7/+10
* Don't set ndo_snaplen, either.Guy Harris2017-06-021-1/+0
* Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail2016-08-141-0/+2
* Squelch some "constness casted away" warnings.Guy Harris2015-10-061-3/+3