aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tr.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-01-21 20:16:01 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-01-21 20:16:01 +0000
commitcc183d66074384bf1ff08cd8d1615545c53a589f (patch)
tree69b67bb42bc27af52a358934494429ba9377e4c5 /packet-tr.c
parent1dc66d7e3fc19f3a71de7c0657962e2e01fb014b (diff)
Always call the Ethernet and Token Ring dissectors through a dissector
handle, and make them static. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2925 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-tr.c')
-rw-r--r--packet-tr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-tr.c b/packet-tr.c
index d8e30be2b2..d3e1592607 100644
--- a/packet-tr.c
+++ b/packet-tr.c
@@ -2,7 +2,7 @@
* Routines for Token-Ring packet disassembly
* Gilbert Ramirez <gram@xiexie.org>
*
- * $Id: packet-tr.c,v 1.56 2001/01/10 09:07:35 guy Exp $
+ * $Id: packet-tr.c,v 1.57 2001/01/21 20:16:01 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -294,7 +294,7 @@ capture_tr(const u_char *pd, int offset, packet_counts *ld) {
}
-void
+static void
dissect_tr(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
proto_tree *tr_tree, *bf_tree;