aboutsummaryrefslogtreecommitdiffstats
path: root/packet-llc.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-12-08 22:01:20 +0000
committerGuy Harris <guy@alum.mit.edu>2002-12-08 22:01:20 +0000
commit93b92b0f94da9cec62d1236470fafa52c2d272c9 (patch)
treeebbf83b51027643f3d3547de8c228fd7e9e59f76 /packet-llc.c
parent8eb4de203dbaafcfb8826bf245fab0e441bb78a2 (diff)
Do LLC handoff from the IP-over-FC dissector the way it's done for other
protocols using 802.2 LLC. svn path=/trunk/; revision=6765
Diffstat (limited to 'packet-llc.c')
-rw-r--r--packet-llc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-llc.c b/packet-llc.c
index bb1054a6a3..2fb953a904 100644
--- a/packet-llc.c
+++ b/packet-llc.c
@@ -2,7 +2,7 @@
* Routines for IEEE 802.2 LLC layer
* Gilbert Ramirez <gram@alumni.rice.edu>
*
- * $Id: packet-llc.c,v 1.103 2002/12/08 02:32:17 gerald Exp $
+ * $Id: packet-llc.c,v 1.104 2002/12/08 22:01:20 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -560,5 +560,4 @@ proto_reg_handoff_llc(void)
dissector_add("udp.port", UDP_PORT_LLC3, llc_handle);
dissector_add("udp.port", UDP_PORT_LLC4, llc_handle);
dissector_add("udp.port", UDP_PORT_LLC5, llc_handle);
- dissector_add("ipfc.llc", 0, llc_handle);
}