From 99624329faf9404e969286ae665f47dfd1d626a8 Mon Sep 17 00:00:00 2001 From: Kovarththanan Rajaratnam Date: Wed, 23 Sep 2009 14:30:36 +0000 Subject: Don't col_clear() followed by col_set_str(). A col_set_str() will clear (replace) any existing string (the fence still needs to be respected though) svn path=/trunk/; revision=30086 --- epan/dissectors/packet-sebek.c | 1 - 1 file changed, 1 deletion(-) (limited to 'epan/dissectors/packet-sebek.c') diff --git a/epan/dissectors/packet-sebek.c b/epan/dissectors/packet-sebek.c index 5ed845f3cc..9565482ee0 100644 --- a/epan/dissectors/packet-sebek.c +++ b/epan/dissectors/packet-sebek.c @@ -136,7 +136,6 @@ dissect_sebek(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) if (check_col(pinfo->cinfo, COL_INFO)) { - col_clear(pinfo->cinfo, COL_INFO); col_set_str(pinfo->cinfo, COL_INFO, "SEBEK - "); if (tvb->length<6) -- cgit v1.2.3