aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipv6.c
AgeCommit message (Expand)AuthorFilesLines
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
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