aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-shim6.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-02IPv6: Split p_update_ipv6_pinfo() into partsJoão Valverde1-2/+2
2017-09-02Have a single IPv6 tapJoão Valverde1-2/+2
2017-08-30IPv6: Move duplicate code to update IPv6 dissection state to a functionJoão Valverde1-9/+1
2016-10-28Implement registration of capture dissectors by nameJoão Valverde1-2/+0
2016-07-29Register IPv6 extension header dissectors to "ip.proto" tableJoão Valverde1-1/+3
2016-07-25SHIM6: rename p variable by offsetAlexis La Goutte1-143/+126
2016-07-25IPv6: Use ipv6_pinfo_t instead of ws_ip to keep some stateJoão Valverde1-6/+2
2016-07-24More null "IP information" pointer checks.Guy Harris1-2/+4
2016-07-24Pass the next header value to ipv6_dissect_next() as an argument.Guy Harris1-1/+1
2016-07-22Decouple extension headers from the IPv6 dissector loopJoão Valverde1-4/+20
2016-07-21Add proto_tree_add_checksum.Michael Mann1-41/+8
2016-07-18SHIM6: fix no previous prototype for 'proto_register_shim6/proto_reg_handoff_...Alexis La Goutte1-0/+3
2016-07-15Move Shim6 dissector to packet-shim6.cJoão Valverde1-0/+941