aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tr.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-01-21 20:16:01 +0000
committerGuy Harris <guy@alum.mit.edu>2001-01-21 20:16:01 +0000
commit987c7dc2a3efd14fc7e564aeffa24980ab2aeba2 (patch)
tree69b67bb42bc27af52a358934494429ba9377e4c5 /packet-tr.c
parent23e7ce209ac1e84e58529de43263f671b0cd753e (diff)
Always call the Ethernet and Token Ring dissectors through a dissector
handle, and make them static. svn path=/trunk/; revision=2925
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;