summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-icmpv6.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-04-01 10:17:05 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-04-01 10:17:05 +0000
commit3b435e70a39924b227c7577ec8bd206685b6ded2 (patch)
tree76706f5ad073cc4c7b90828576285ea7f5c58cd4 /epan/dissectors/packet-icmpv6.c
parentd549b4456ef9f264e2ac970baf7ae9e163fa7474 (diff)
downloadwireshark-3b435e70a39924b227c7577ec8bd206685b6ded2.tar.gz
From Mark C Brown NETTL updates
svn path=/trunk/; revision=13999
Diffstat (limited to 'epan/dissectors/packet-icmpv6.c')
-rw-r--r--epan/dissectors/packet-icmpv6.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-icmpv6.c b/epan/dissectors/packet-icmpv6.c
index fe424f222c..f872707ada 100644
--- a/epan/dissectors/packet-icmpv6.c
+++ b/epan/dissectors/packet-icmpv6.c
@@ -1652,7 +1652,6 @@ proto_reg_handoff_icmpv6(void)
icmpv6_handle = create_dissector_handle(dissect_icmpv6, proto_icmpv6);
dissector_add("ip.proto", IP_PROTO_ICMPV6, icmpv6_handle);
- dissector_add("wtap_encap", WTAP_ENCAP_RAW_ICMPV6, icmpv6_handle);
/*
* Get a handle for the IPv6 dissector.