aboutsummaryrefslogtreecommitdiffstats
path: root/packet-auto_rp.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-auto_rp.c')
-rw-r--r--packet-auto_rp.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/packet-auto_rp.c b/packet-auto_rp.c
index 5fe5d79b67..8c13753085 100644
--- a/packet-auto_rp.c
+++ b/packet-auto_rp.c
@@ -4,7 +4,7 @@
*
* Heikki Vatiainen <hessu@cs.tut.fi>
*
- * $Id: packet-auto_rp.c,v 1.12 2001/01/09 06:31:34 guy Exp $
+ * $Id: packet-auto_rp.c,v 1.13 2001/01/25 06:14:13 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -124,12 +124,10 @@ static void dissect_auto_rp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
guint8 ver_type, rp_count;
- CHECK_DISPLAY_AS_DATA(proto_auto_rp, tvb, pinfo, tree);
-
- pinfo->current_proto = "Auto-RP";
-
if (check_col(pinfo->fd, COL_PROTOCOL))
col_set_str(pinfo->fd, COL_PROTOCOL, "Auto-RP");
+ if (check_col(pinfo->fd, COL_INFO))
+ col_clear(pinfo->fd, COL_INFO);
ver_type = tvb_get_guint8(tvb, 0);
rp_count = tvb_get_guint8(tvb, 1);