aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipv6.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-4/+4
2018-11-12IPv6: Fix payload root tree for IPv6 Routing HdrJoão Valverde1-4/+4
2018-09-30MPLS: add dissector for Management Communication ChannelChristoph Portner1-0/+1
2018-08-30IPv6: Make ipv6_pinfo code less convolutedJoão Valverde1-22/+22
2018-08-29IPv6: Fix indentationJoão Valverde1-9/+12
2018-08-22Revert "IP: Use pinfo for session IP addresses"João Valverde1-5/+7
2018-08-22IP: Use pinfo for session IP addressesJoão Valverde1-7/+5
2018-03-10MaxMindDB: Add country ISO codes.Gerald Combs1-1/+30
2018-03-06Transition from GeoIP Legacy to MaxMindDB.Gerald Combs1-162/+123
2018-02-13IPv6: SLAAC ether address is 8 bytesStig Bjørlykke1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-01IPv6: Add segmentation offload (TSO) supportUli Heilmeier1-3/+31
2017-10-29Use endpoint_type in conversation tables and hostlistsMichael Mann1-3/+3
2017-10-26Rename some IPv6 address test functions.Guy Harris1-6/+6
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-13/+13
2017-09-03IPv6: Add routing extension header dissector tableJoão Valverde1-121/+148
2017-09-03IPv6: Add dissection for PDM destination optionJoão Valverde1-0/+79
2017-09-02IPv6: Split p_update_ipv6_pinfo() into partsJoão Valverde1-18/+19
2017-09-02Have a single IPv6 tapJoão Valverde1-47/+30
2017-08-30IPv6: Undo 'ipv6_ws' tap changeJoão Valverde1-11/+12
2017-08-30IPv6: Move duplicate code to update IPv6 dissection state to a functionJoão Valverde1-27/+27
2017-05-06packet-ipv6.c: dissect_routing6_rpl must have IPv6 addresses.Michael Mann1-0/+4
2017-04-17packet-nsh.c: Create dissector table for next protocolMichael Mann1-0/+2
2017-02-04IPv6: Update SRH dissection to draft-*-05João Valverde1-20/+20
2017-01-29Register reassembly tablesMichael Mann1-15/+2
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-3/+2
2016-12-16IPv6: Fix IPv6 fragment header offset unit displayJoão Valverde1-3/+4
2016-12-16Remove proto_item_append_text calls in favor of BASE_UNIT_STRING.Michael Mann1-9/+6
2016-12-01Check preference titles and descriptions.Gerald Combs1-2/+2
2016-11-12fix no previous prototype for ‘capture_*’ [-Wmissing-prototypes]Alexis La Goutte1-2/+2
2016-10-31PW_ACH: Use proper symbolic namesJaap Keuter1-1/+2
2016-10-28Implement registration of capture dissectors by nameJoão Valverde1-6/+21
2016-10-24IPv6: Remove some duplicate address codeJoão Valverde1-187/+168
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-09-01ipv6: fix build with old 32-bit glib headers (master only)Peter Wu1-1/+1
2016-08-05Add PI_DEPRECATED expert info groupJoão Valverde1-2/+2
2016-08-01IPv6: Display reassembly information under root_treeJoão Valverde1-1/+1
2016-07-31IPv6: Expand blurb for IPv4 embedded addressesJoão Valverde1-3/+3
2016-07-31IPv6: Remove an unused #define and two macrosJoão Valverde1-6/+3
2016-07-31IPv6: Fix typo in comment from gd2cd779Binh Trinh1-1/+1
2016-07-31IPv6: Add support for embedded IPv4 addressess (RFC 6052)Binh Trinh1-0/+43
2016-07-31IPv6: Move a declarationJoão Valverde1-8/+8
2016-07-31IPv6: Capitalize some field namesJoão Valverde1-7/+7
2016-07-30Move IPv6 inet definitions to wsutil/inet_ipv6.hJoão Valverde1-4/+14
2016-07-30IPv6: Add deprecation expert infosJoão Valverde1-3/+19
2016-07-30IPv6: Add experimental routing header typesJoão Valverde1-18/+22
2016-07-29IPv6: Use some macros to set/allocate addressesJoão Valverde1-22/+32
2016-07-29IPv6: Dissect unknown routing header types as dataJoão Valverde1-4/+28
2016-07-29Register IPv6 extension header dissectors to "ip.proto" tableJoão Valverde1-133/+121
2016-07-28IPv6: Fix Decode As to distinguish a null from a hop-by-hop next header.João Valverde1-12/+39