aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tr.c
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1998-10-13 03:38:16 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1998-10-13 03:38:16 +0000
commit53ecc650eb350aa87b5b4201cf9418524de059cf (patch)
tree92aa528d3f1e99de29d7670f58fdeab15aadc280 /packet-tr.c
parent0686c1afede4113e9ffa6ece4be281d50caf8961 (diff)
Commented out a left-over debug printf() statement.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@41 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 8b74a298c4..2c89d44f77 100644
--- a/packet-tr.c
+++ b/packet-tr.c
@@ -2,7 +2,7 @@
* Routines for Token-Ring packet disassembly
* Gilbert Ramirez <gram@verdict.uthscsa.edu>
*
- * $Id: packet-tr.c,v 1.5 1998/09/27 22:12:39 gerald Exp $
+ * $Id: packet-tr.c,v 1.6 1998/10/13 03:38:16 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
@@ -241,7 +241,7 @@ dissect_tr(const u_char *pd, frame_data *fd, GtkTree *tree) {
tcpdump. W/o that, however, I'm guessing that DSAP == SSAP if the
frame type is LLC. It's very much a hack. -- Gilbert Ramirez */
if (actual_rif_bytes > trn_rif_bytes) {
- printf("trn_rif %d actual_rif %d\n", trn_rif_bytes, actual_rif_bytes);
+ /*printf("trn_rif %d actual_rif %d\n", trn_rif_bytes, actual_rif_bytes);*/
add_item_to_tree(fh_tree, 14 + trn_rif_bytes, actual_rif_bytes - trn_rif_bytes,
"Empty RIF from Linux 2.0.x driver. The sniffing NIC "
"is also running a protocol stack.");