aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-icmpv6.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-23ICMPv6: Add a recursion checkGerald Combs1-0/+9
2024-02-13Some more spellings in dissector commentsMartin Mathieson1-1/+1
2024-02-13Add EARO status codes from draft-ietf-6lo-multicast-registration-16Mathis Marion1-0/+2
2024-02-13Dissect P-field in Neighbor Discovery EARO optionMathis Marion1-0/+13
2024-02-13Rename nd_opt_earo_flag_valMathis Marion1-2/+2
2024-01-17Add descriptions for heur dissector tablesDavid Perry1-1/+1
2023-12-06Remove init of tap variablesStig Bjørlykke1-1/+1
2023-11-27icmpv6: Make ND_RA_FLAG_RSV the two last bitsStig Bjørlykke1-1/+1
2023-11-22Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-11/+11
2023-11-20Remove init of proto variablesStig Bjørlykke1-523/+523
2023-11-07Fix some more copy/pasted filtersMartin Mathieson1-1/+1
2023-11-03ICMPv6: Improve Option 21 PvD IDJoakim Karlsson1-3/+4
2023-11-01ICMPv6: Add Option 21 PvD IDJoakim Karlsson1-1/+98
2023-09-22Make tfs_true_false the default for booleansJoão Valverde1-3/+3
2023-08-20ICMPv6: Check for timestamp at the start of Echo dataJohn Thacker1-0/+26
2023-03-16ICMPv6: rename ND P to ND Proxy (like RFC)Alexis La Goutte1-2/+2
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