aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-shim6.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-54/+54
2023-09-19Use `register_dissector()` for more protocolsDavid Perry1-3/+3
2021-07-29Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-13/+13
2020-06-10shim6: indicate the RFC for the protocol.Guy Harris1-0/+2
2020-06-10shim6: use ip_checksum_tvb().Guy Harris1-12/+1
2020-05-01No explicit glib.h include requiredJaap Keuter1-2/+0
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-3/+3
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
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