aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipv6.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-21Add proto_tree_add_checksum.Michael Mann1-2/+2
2016-07-20IPv6: Add option type encodingsJoão Valverde1-7/+47
2016-07-20IPv6: Mark ENDI option as deprecated (do not ignore)João Valverde1-1/+1
2016-07-20IPv6: Fix LIO option dissectionJoão Valverde1-11/+9
2016-07-20IPv6: Mark ENDI option as deprecated (ignore)João Valverde1-2/+2
2016-07-19VXLAN: use the newly created vxlan.next_proto dissector table everywherePascal Quantin1-0/+2
2016-07-18IPv6: Export ipv6_pinfo interface for sub-dissectorsJoão Valverde1-36/+27
2016-07-18IPv6: Remove unknown extension header dissectionJoão Valverde1-64/+1
2016-07-18IPv6: Set (jumbo) length by inspecting hop-by-hop header, if existingJoão Valverde1-39/+56
2016-07-18IPv6: Dissect as much as possible in case of errorsJoão Valverde1-156/+128
2016-07-18Rename iph->ip_p to iph->ip_nxtJoão Valverde1-1/+1
2016-07-18IPv6: Remove union from struct ip6_hdrJoão Valverde1-13/+19
2016-07-16IPv6: Improve offset handling for options sub-dissectorsJoão Valverde1-90/+134
2016-07-15IPv6: Minor loop cleanupJoão Valverde1-3/+5
2016-07-15IPv6: Register fragment header dissector handleJoão Valverde1-68/+76
2016-07-15IPv6: Fix commentJoão Valverde1-1/+1
2016-07-15IPv6: Register extension headers ett/ei arraysJoão Valverde1-63/+102
2016-07-15Move Shim6 dissector to packet-shim6.cJoão Valverde1-868/+9
2016-07-15IPv6: Check pinfo->layers for hop-by-hop exthdr orderJoão Valverde1-16/+17
2016-07-15IPv6: Remove null check (CID 1364087)João Valverde1-1/+1
2016-07-14IPv6: Fix jumbo payload length offsetJoão Valverde1-1/+1
2016-07-14IPv6: Fix Jumbogram hop-by-hop expert infoJoão Valverde1-1/+1
2016-07-14IPv6: Add support for more option typesJoão Valverde1-3/+166
2016-07-14IPv6: Refactor dissect_opts() into type-specific dissectorsJoão Valverde1-236/+355
2016-07-13IPv6: Simplify RPL routing header dissectorJoão Valverde1-56/+20
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