aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-icmpv6.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-28icmpv6: Show ND lifetime as time stringStig Bjørlykke1-12/+31
2023-02-13Update RPL dissector with path control subfieldsMathis MARION1-5/+35
2023-01-30Update ICMPv6 dissector with ND EARO statusMathis Marion1-5/+20
2023-01-30Update ICMPv6 dissector for ND EAROMathis Marion1-3/+53
2022-12-01icmpv6: Format DNS name as UTF-8 for outputJohn Thacker1-3/+4
2022-11-30wmem: Remove wmem_strbuf_new_label()João Valverde1-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-04-07icmpv6: Fix dissection of PREF64 option for shorter prefixesThomas Jansen1-6/+1
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-2/+2
2022-01-23ICMPv6: fix missing hf for SubjectKeyInfoAlexis La Goutte1-2/+6
2021-12-31Fix more repeated words throughoutMoshe Kaplan1-2/+2
2021-10-07to_str: scope tvb_ip6_to_strEvan Huus1-19/+19
2021-10-04to_str: pull scope arg up into more addr macrosEvan Huus1-4/+4
2021-10-04to_str: pull scope arg up into tvb_ether_to_strEvan Huus1-2/+2
2021-08-19Added heuristics to ICMP and ICMPv6 dissectors to decode the payload.Thomas Dreibholz1-1/+10
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-10/+10
2021-03-16ICMP6: Parse RFC 5837 extension structuresishaangandhi1-4/+30
2020-08-15Fix a couple of item bitmasks where bit positions were ommitted in error.Martin Mathieson1-1/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-34/+34
2020-04-28ICMPv6: Add PREF64 (RFC8781) OptionAlexis La Goutte1-1/+80
2020-02-15get_dns_name: fixup some missing change introduced with c397adda8a7Jeremiejig1-1/+1
2020-01-21ICMP/ICMPv6: fix request/response tracking for checksum 0x0000Pascal Quantin1-2/+2
2019-08-14Try to fix Wpointer-sign warnings.Anders Broman1-3/+3
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-13/+13
2019-01-02Make dissect_icmp_extension_structure into a dissector function.Michael Mann1-2/+5
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-3/+3
2018-11-20ICMPv6: Add Extended Echo (Probe) RFC8335Uli Heilmeier1-0/+113
2018-08-14ICMPv6: Add support for RPL DIO MC NSA optional TLVsRemous-Aris Koutsiamanis1-2/+48
2018-05-28ICMPv6: fix wrong tree for some bitmask fieldAlexis La Goutte1-5/+4
2018-05-28ICMPv6: fix malformed packet when there is Use Prefix Part Label (Router Renu...Alexis La Goutte1-1/+1
2018-03-15Epan+Qt: Invalidate cached column strings.Gerald Combs1-2/+2
2018-02-20Define macros to calculate (2^N)^M, and use them in more places.Guy Harris1-1/+3
2018-02-20Don't use floating point to calculate 4^N, for integer N.Guy Harris1-3/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-29Add conversation endpoint typeMichael Mann1-3/+3
2017-10-26Include VLAN ID in key for ICMP request/response trackingChristopher Maynard1-13/+27
2017-10-26Rename some IPv6 address test functions.Guy Harris1-1/+1
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-6/+6
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-1/+44
2017-09-02Have a single IPv6 tapJoão Valverde1-3/+2
2017-07-19ICMPv6: RA: Add Captive Portal Option (RFC7710)Uli Heilmeier1-1/+19
2017-07-19ICMPv6: Fix data length for unknown optionUli Heilmeier1-2/+2
2017-04-18Rename BASE_VALS_NO_UNKNOWN to BASE_SPECIAL_VALS.Guy Harris1-10/+10
2017-04-10Add support for BASE_VALS_NO_UNKNOWNAlexis La Goutte1-103/+37
2017-04-04ICMPv6: use a single field for RPL Secure AlgorithmPascal Quantin1-22/+4
2017-03-29packet-icmpv6.c: Fix some value_stringsMichael Mann1-3/+3
2017-03-28Fix up time encodings.Guy Harris1-1/+1