aboutsummaryrefslogtreecommitdiff
path: root/print-icmp.c
AgeCommit message (Expand)Author
2022-03-20icmp: clean up the extension code and comments.Guy Harris
2022-03-19Rename MPLS Extension to Multipart Extensionishaangandhi
2022-03-19MPLS: rename the "exp" field to "tc"Bill Fenner
2021-05-27ICMP: Fix a typo in a comment.Denis Ovsienko
2021-02-23ICMP: Update the snapend for some nested IP packetsFrancois-Xavier Le Bail
2020-12-12Fix some typosFrancois-Xavier Le Bail
2020-09-10Remove 15 now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail
2020-09-08Remove some now redundant ND_TCHECK_4() callsFrancois-Xavier Le Bail
2020-09-06Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail
2020-01-19More bounds checking when fetching addresses and converting to strings.Guy Harris
2019-08-08Remove more old-compiler compensation.Guy Harris
2019-04-17Don't generate formats on the fly.Guy Harris
2019-04-17Clean up types to squelch narrowing warnings.Guy Harris
2019-03-26Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail
2019-03-08ICMP: Fix an undefined behavior at runtimeFrancois-Xavier Le Bail
2019-01-23Fix small misspellingsAntonin Décimo
2018-05-10Add a nd_print_trunc() callFrancois-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-01-30ICMP: Replace a 'struct in_addr' member type with a 'nd_ipv4' oneFrancois-Xavier Le Bail
2018-01-29Add nd_{v}snprintf() routines/wrappers.Guy Harris
2018-01-24ICMP: Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail
2018-01-21Always include <config.h> rather than "config.h".Guy Harris
2018-01-21Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail
2018-01-11Clean up signed vs. unsigned.Guy Harris
2018-01-08ICMP: Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail
2018-01-07Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail
2018-01-03Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)Francois-Xavier Le Bail
2017-12-18Use nd_ types, clean up ICMPv6 dissection.Guy Harris
2017-12-14ICMP: Replace ND_TTEST2 calls by ND_TTEST_LEN callsFrancois-Xavier Le Bail
2017-12-13Remove all storage class specifier 'register'Francois-Xavier Le Bail
2017-12-11Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail
2017-12-10Make nd_uint8_t and nd_int8_t arrays, to catch direct references.Guy Harris
2017-11-24Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail
2017-11-22Rename EXTRACT_ macrosFrancois-Xavier Le Bail
2017-11-22Rename ND_TCHECK_/ND_TTEST_ macrosFrancois-Xavier Le Bail
2017-11-18Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail
2017-09-15ICMP: Make a few cppcheck-inspired fixups.Denis Ovsienko
2017-09-13CVE-2017-13012/ICMP: Add a missing bounds check.Guy Harris
2017-09-13CVE-2017-12895/ICMP: Check the availability of data before checksumming it.Guy Harris
2017-06-02Don't set ndo_snaplen, either.Guy Harris
2016-08-14Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail
2015-10-06Squelch some "constness casted away" warnings.Guy Harris
2015-09-10Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail
2015-09-07Remove obsolete commentsFrancois-Xavier Le Bail
2015-09-05Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail
2015-09-05Functions in libnetdissect must use ndo_error() functionFrancois-Xavier Le Bail
2015-07-10Fix print-icmp.c warningGisle Vanem
2015-04-26Fix a bunch of de-constifications.Guy Harris
2015-03-22dismiss NETDISSECT_REWORKED macroDenis Ovsienko