aboutsummaryrefslogtreecommitdiffstats
path: root/packet-cgmp.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-03-23 22:02:20 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-03-23 22:02:20 +0000
commit7edae33cf9e25dc9c7d99fcd3fc9c291e141433a (patch)
tree2379bfc3d5743f1af9cca510496ad2073ed7b824 /packet-cgmp.c
parentb0fc0a6ccb50929c17941535b8e009f3521dc44c (diff)
CGMP-over-Ethernet II support, from Heikki Vatiainen.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5009 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-cgmp.c')
-rw-r--r--packet-cgmp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-cgmp.c b/packet-cgmp.c
index 94bc0759ac..a3484ac2f5 100644
--- a/packet-cgmp.c
+++ b/packet-cgmp.c
@@ -1,7 +1,7 @@
/* packet-cgmp.c
* Routines for the disassembly of the Cisco Group Management Protocol
*
- * $Id: packet-cgmp.c,v 1.14 2002/01/24 09:20:47 guy Exp $
+ * $Id: packet-cgmp.c,v 1.15 2002/03/23 22:02:20 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -143,4 +143,5 @@ proto_reg_handoff_cgmp(void)
cgmp_handle = create_dissector_handle(dissect_cgmp, proto_cgmp);
dissector_add("llc.cisco_pid", 0x2001, cgmp_handle);
+ dissector_add("ethertype", 0x2001, cgmp_handle);
}