aboutsummaryrefslogtreecommitdiffstats
path: root/packet-llc.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-01-03 10:34:42 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-01-03 10:34:42 +0000
commit0442a789c10c208756b38971f752eaf44ff37e03 (patch)
treeb9e74ab80383b0add3d88c281308f9fb06f0b32e /packet-llc.h
parente2534b5ffb50ad4151b53180d94ef6036a3de560 (diff)
Have the TR MAC and LLC dissectors register themselves, make them
static, and have other dissectors call them through handles. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2816 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-llc.h')
-rw-r--r--packet-llc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-llc.h b/packet-llc.h
index 4bff2efbaf..a228605d87 100644
--- a/packet-llc.h
+++ b/packet-llc.h
@@ -1,6 +1,6 @@
/* packet-llc.h
*
- * $Id: packet-llc.h,v 1.3 2000/08/11 13:34:08 deniel Exp $
+ * $Id: packet-llc.h,v 1.4 2001/01/03 10:34:41 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -26,6 +26,5 @@
#define __PACKET_LLC_H__
void capture_llc(const u_char *, int, packet_counts *);
-void dissect_llc(tvbuff_t *, packet_info *, proto_tree *);
#endif