aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-icmp.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-05epan: Switch our capture dissector callbacks to boolsGerald Combs1-1/+1
2024-04-05Remove init to zero for static variablesStig Bjørlykke1-1/+1
2024-03-31Switch our boolean preferences to boolGerald Combs1-1/+1
2024-03-20ICMP: fix minimum original datagram lengthDavid Lamparter1-1/+1
2024-01-17Add descriptions for heur dissector tablesDavid Perry1-1/+1
2023-12-23ICMPv4: Mark formally deprecated typesJohn Thacker1-16/+43
2023-12-06Remove init of tap variablesStig Bjørlykke1-1/+1
2023-11-20Remove init of proto variablesStig Bjørlykke1-108/+108
2023-09-15Check whether value_string labels spuriously differ in capitalisationMartin Mathieson1-1/+1
2023-09-06Clean up some hf blurbsMartin Mathieson1-1/+1
2023-08-20ICMPv6: Check for timestamp at the start of Echo dataJohn Thacker1-11/+16
2023-08-20ICMP: Improve heuristic for data timeJohn Thacker1-19/+94
2023-01-31More fussing with items and calls.Martin Mathieson1-1/+1
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-3/+3
2022-06-10tap: Adding flags for tap_packetRoland Knall1-1/+1
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-2/+2
2021-10-07Fix some field mask widths.Martin Mathieson1-1/+1
2021-08-19Added heuristics to ICMP and ICMPv6 dissectors to decode the payload.Thomas Dreibholz1-2/+7
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-4/+4
2021-05-06icmp: fix Dead StoreAlexis La Goutte1-1/+0
2021-04-20Read ICMP extensions from after the original datagramishaangandhi1-1/+2
2021-03-12ICMP: Support MTU in RFC 5837ishaangandhi1-6/+22
2020-11-29icmp: fix typo in hf_icmp_ident_le field definitionChuck Craft1-1/+1
2020-10-07Update some field names to match what's in RFCs.Gerald Combs1-9/+9
2020-10-03ICMP: Fix dissection of Interface Information Objectishaangandhi1-0/+2
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-2/+2
2020-06-08icmp: fix indentation.Guy Harris1-1/+1
2020-04-13Standardise IETF RFC and Draft URLs in dissectors.Martin Mathieson1-2/+2
2020-01-21ICMP/ICMPv6: fix request/response tracking for checksum 0x0000Pascal Quantin1-3/+3
2019-11-17ICMP: fix parameter problem parsingJaap Keuter1-7/+3
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-8/+8
2019-01-11dissectors: remove unused assignments.Dario Lombardo1-2/+0
2019-01-02Make dissect_icmp_extension_structure into a dissector function.Michael Mann1-4/+8
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-3/+3
2018-11-25packet-icmp.c: Add some unused fields and fix a logic errorJoerg Mayer1-73/+46
2018-11-20ICMPv6: Add Extended Echo (Probe) RFC8335Uli Heilmeier1-6/+7
2018-11-09ICMP: Add Extended Echo (Probe) RFC8335Uli Heilmeier1-1/+255
2018-06-21Indicate why we ahve to check the address type.Guy Harris1-1/+2
2018-06-20Check the address type, not the address length, in multicast/broadcast tests.Guy Harris1-3/+3
2018-03-15Epan+Qt: Invalidate cached column strings.Gerald Combs1-2/+2
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-02-04Don't assume address data is aligned.Guy Harris1-5/+9
2018-01-01ICMP: Resolve Extension Object Class valueUli Heilmeier1-4/+10
2017-10-30Add wsutil/inet_ipv4.h.Guy Harris1-2/+1
2017-10-29Add conversation endpoint typeMichael Mann1-4/+4
2017-10-26Include VLAN ID in key for ICMP request/response trackingChristopher Maynard1-8/+23
2017-09-23Have sequence analysis properly use filters from taps.Michael Mann1-21/+18
2017-09-20Explicitly add ICMP and ICMPv6 to Flow graph.Michael Mann1-0/+44
2017-09-02Have a single IPv6 tapJoão Valverde1-1/+1