aboutsummaryrefslogtreecommitdiffstats
path: root/packet-cgmp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-03-23 22:02:20 +0000
committerGuy Harris <guy@alum.mit.edu>2002-03-23 22:02:20 +0000
commit2128583c24656c75d19264bb4cbc289c5bf2b8ad (patch)
tree2379bfc3d5743f1af9cca510496ad2073ed7b824 /packet-cgmp.c
parent3c36b98cca74501aa572e3da009646e697b892d7 (diff)
CGMP-over-Ethernet II support, from Heikki Vatiainen.
svn path=/trunk/; revision=5009
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);
}