summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-ipv6.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-24More null "IP information" pointer checks.Guy Harris1-2/+4
2016-07-24Pass the next protocol value to ip_try_dissect() as an argument.Guy Harris1-1/+1
2016-07-24Pass the next header value to ipv6_dissect_next() as an argument.Guy Harris1-9/+9
2016-07-23Update struct ws_ip with flow label and commentsJoão Valverde1-1/+3
2016-07-23Use wmem_new0() to allocate struct ws_ipJoão Valverde1-21/+17
2016-07-22IPv6: Another get_jumbo_plen cleanupJoão Valverde1-11/+16
2016-07-22Decouple extension headers from the IPv6 dissector loopJoão Valverde1-100/+141
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