aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipv6.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-11IPv6: refactor dissect_routing6() into type-specific dissectorsJoão Valverde1-277/+335
2016-07-08IPv6: Remove a memcpy()João Valverde1-16/+14
2016-06-23IPv6: Don't check payload length for ICMPv6 encapsulationJoão Valverde1-1/+1
2016-06-15Display "IP DSCP" column as short textJoão Valverde1-1/+2
2016-06-13IPv6: Add text marker for SRH next segmentJoão Valverde1-1/+10
2016-06-13Rename a variableJoão Valverde1-10/+10
2016-06-12IPv6: Add dissection for SRH flagsJoão Valverde1-5/+51
2016-06-12IPv6: Add support for Segment Routing (Type 4) Extension HeaderThibault Gerondal1-1/+98
2016-06-02IPv6: Don't disable relevant RPL expert infos with "strict" preferenceJoão Valverde1-31/+28
2016-06-02IPv6: Add indexes to routing header address vectorJoão Valverde1-8/+25
2016-06-02IPv6: Try to dissect routing exthdr even if length is not aligned.João Valverde1-27/+25
2016-06-01IPv6: Add option for extension header length field in octetsJoão Valverde1-41/+104
2016-04-09Move IPv6 address utility functions to wsutilJoão Valverde1-30/+0
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-5/+2
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+2
2016-01-24Set width of hex output according to bitmaskKevin Bracey1-3/+3
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-1/+1
2016-01-14IPv6 fragment header's reserved octet is 8 bitsKevin Bracey1-1/+1
2016-01-12Change IPv6 "Flowlabel" to "Flow label"Kevin Bracey1-1/+1
2016-01-04IPv6: Don't export Shim6 protocol parametersJoão Valverde1-0/+47
2016-01-03IPv6: Minor rename, cleanup (Shim6)João Valverde1-6/+9
2015-12-29IPv6: Update option type parameters, make value_string_extJoão Valverde1-41/+49
2015-12-22Don't limit capture packet counts to a fixed set of protocols.Michael Mann1-0/+2
2015-12-18Removed local definitions of offsetof().Stig Bjørlykke1-4/+0
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-28/+4
2015-12-14Create capture dissector tables.Michael Mann1-38/+32
2015-12-13Standardize the capture dissector function signature.Michael Mann1-1/+1
2015-12-11IPv6: Dest/Hop extension header register_info fixupJoão Valverde1-8/+8
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-4/+4
2015-11-30Add BASE_ALLOW_ZERO for byte arrays that are validly zero sized.Michael Mann1-1/+1
2015-11-29IPv6: Add ipv6extprotostr() to ipproto.hJoão Valverde1-26/+2
2015-11-29IPv6: Fix RPL routing header computed address count if ip6r_len == 0João Valverde1-29/+32
2015-11-23register_dissector -> new_register_dissectorMichael Mann1-9/+10
2015-11-12IPv6: Register extension header fields under the appropriate protocolJoão Valverde1-53/+73
2015-11-07Add user preference to display IPv6 ext headers under root protocol treeJoão Valverde1-12/+29
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-3/+3
2015-10-29"Color dissector filters" are just filters.Guy Harris1-4/+4
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-7/+7
2015-10-14Change proto_tree_add_ipv6() to take a struct e_in6_addr pointerJoão Valverde1-4/+4
2015-10-12IPv6: Make extension headers filterableJoão Valverde1-40/+12
2015-10-11IPv6: Don't call expert info under if(tree) (for options)João Valverde1-239/+237
2015-10-10IPv6: Set destination address for RPL routing headerJoão Valverde1-7/+11
2015-10-07IPv6: add changes forgotten in gbedda9bPascal Quantin1-3/+3
2015-10-03IPv6: don't call expert_info on if(tree)João Valverde1-262/+251
2015-10-03IPv6: store address in pinfo->pool instead of putting it on the stackPascal Quantin1-25/+26