aboutsummaryrefslogtreecommitdiffstats
path: root/packet-fr.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-11-27 07:36:23 +0000
committerGuy Harris <guy@alum.mit.edu>2001-11-27 07:36:23 +0000
commit95267f647adb60b659991380203db2ba7e2a322b (patch)
treecd743bf25f5564044cd3e57b05bc6c93bb6a17b5 /packet-fr.c
parent703189dd9d787237fc65894616300c6a87f79c32 (diff)
Get rid of some code to set "pinfo->current_proto"; let the Ethereal
infrastructure do it for the dissectors. Make some WCP dissector routines static. svn path=/trunk/; revision=4283
Diffstat (limited to 'packet-fr.c')
-rw-r--r--packet-fr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-fr.c b/packet-fr.c
index c03160ba7d..de61661f31 100644
--- a/packet-fr.c
+++ b/packet-fr.c
@@ -3,7 +3,7 @@
*
* Copyright 2001, Paul Ionescu <paul@acorp.ro>
*
- * $Id: packet-fr.c,v 1.21 2001/11/27 07:13:25 guy Exp $
+ * $Id: packet-fr.c,v 1.22 2001/11/27 07:36:22 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -147,7 +147,6 @@ static void dissect_fr(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
char buf[32];
guint8 fr_ctrl;
- pinfo->current_proto = "Frame Relay";
if (check_col(pinfo->fd, COL_PROTOCOL))
col_set_str(pinfo->fd, COL_PROTOCOL, "FR");