aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-icmpv6.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-31format_text_wmem -> format_textMichael Mann1-3/+3
2017-01-31Add format_text_wmem.Michael Mann1-3/+3
2017-01-19dns: change get_dns_name to return consumed bytes + actual name len.Dario Lombardo1-9/+14
2016-11-02Fix some errors.Guy Harris1-49/+7
2016-10-28ICMPv6: resolve type errors on proto_tree_add_bitmask()Yasuyuki Tanaka1-12/+12
2016-10-28Implement registration of capture dissectors by nameJoão Valverde1-1/+4
2016-10-26ICMPv6: Convert flag fields to use proto_tree_add_bitmaskMichael Mann1-245/+345
2016-10-25ICMPv6: fix dissection of MPL (dissect_mpl_control)Yasuyuki Tanaka1-1/+1
2016-10-24ICMPv6: Add support for LLN Routing Metrics (RFC 6551)franciscojavier.sanchezroselly1-3/+367
2016-08-20ICMPv6: Add support for MPL Control Message (RFC 7731)Yasuyuki Tanaka1-3/+159
2016-07-29Register IPv6 extension header dissectors to "ip.proto" tableJoão Valverde1-1/+0
2016-07-24Don't even *mention* the TTL/hop limit if we don't have it.Guy Harris1-2/+6
2016-07-21Add proto_tree_add_checksum.Michael Mann1-45/+30
2016-07-03ICMPv6-RPL: Fix DRO-ACK reserved field.João Valverde1-1/+1
2016-07-03Fix indentationJoão Valverde1-15/+15
2016-07-03ICMPv6: Avoid "no response found" for multicast pingJoão Valverde1-1/+7
2016-05-18Replace some tvb_get_ptr calls.Michael Mann1-1/+1
2016-05-01ICMPv6: Observe "Redirected Header" option lengthJoão Valverde1-14/+19
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-4/+2
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-02-22Fix some hf_ field datatype conflicts.Michael Mann1-3/+3
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-9/+9
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-2/+2
2015-12-22Don't limit capture packet counts to a fixed set of protocols.Michael Mann1-1/+1
2015-12-17Create capture dissector "info" structure (capture_packet_info_t)Michael Mann1-2/+2
2015-12-14Create some more capture dissector tables.Michael Mann1-0/+9
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-4/+4
2015-10-14Change proto_tree_add_ipv6() to take a struct e_in6_addr pointerJoão Valverde1-5/+5
2015-08-28Preparation Host Flows: make ICMP(v6) code and type retrieval more robustPascal Quantin1-1/+7
2015-08-18Preparation Host Flows: Dissector Packet ICMP and ICMPv6Pascal Artho1-0/+1