aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipv6.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-28IPv6: Reduce some expert info PI_PROTOCOL severitiesJoão Valverde1-11/+11
2016-07-28IPv6: Fix an incorrect bitmaskJoão Valverde1-1/+1
2016-07-28IPv6: Add expert info for option extension header type mismatchJoão Valverde1-11/+57
2016-07-28IPv6: Add support for SMF_DPD option (RFC 6621)João Valverde1-2/+113
2016-07-27IPv6: Fix dissection with IPv6 No Next HeaderJoão Valverde1-10/+15
2016-07-27IPv6: Remove an unused function and unused macros.Gerald Combs1-14/+0
2016-07-26IPv6: Add "ipv6_ws" tap providing a ws_ip structureJoão Valverde1-73/+78
2016-07-26IPv6: Add fragment header size #defineJoão Valverde1-3/+3
2016-07-25IPv6: Use wmem_packet_scope for ws_ip address allocationJoão Valverde1-2/+2
2016-07-25IPv6: Use pinfo->pool scope for ipv6_pinfoJoão Valverde1-1/+1
2016-07-25IPv6: Say "unknown" for unknown ip protocol column infoJoão Valverde1-1/+1
2016-07-25IPv6: Use ipv6_pinfo_t instead of ws_ip to keep some stateJoão Valverde1-20/+11
2016-07-24Use 'nxt' argument in ipv6_dissect_next()João Valverde1-1/+1
2016-07-24Fix indentation (no tabs).Guy Harris1-1/+1
2016-07-24More null "IP information" pointer checks.Guy Harris1-27/+35