aboutsummaryrefslogtreecommitdiffstats
path: root/packet-bvlc.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-05-30 07:48:23 +0000
committerGuy Harris <guy@alum.mit.edu>2001-05-30 07:48:23 +0000
commit31199a53a554a9d23a973456c82c7656a6eca15c (patch)
tree86fce4647ad2bb0056edb0ad2ffbe8f4fe560858 /packet-bvlc.c
parent9fe2133a20f5db29e507020c2bcc1b80fa35539a (diff)
Get rid of some unnecessary settings of "pinfo->current_proto" - if the
dissector is called only through a handle or dissector table, the code that handles those calls sets it for you. svn path=/trunk/; revision=3480
Diffstat (limited to 'packet-bvlc.c')
-rw-r--r--packet-bvlc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/packet-bvlc.c b/packet-bvlc.c
index 148002c5d6..9527f3d7a4 100644
--- a/packet-bvlc.c
+++ b/packet-bvlc.c
@@ -2,7 +2,7 @@
* Routines for BACnet/IP (BVLL, BVLC) dissection
* Copyright 2001, Hartmut Mueller <hartmut@abmlinux.org>, FH Dortmund
*
- * $Id: packet-bvlc.c,v 1.2 2001/04/20 20:34:28 guy Exp $
+ * $Id: packet-bvlc.c,v 1.3 2001/05/30 07:48:23 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -128,8 +128,6 @@ dissect_bvlc(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
guint16 bvlc_result;
tvbuff_t *next_tvb;
- pinfo->current_proto = "BACnet virtual link control";
-
if (check_col(pinfo->fd, COL_PROTOCOL))
col_set_str(pinfo->fd, COL_PROTOCOL, "BVLC");