summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-nsip.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-03-06 09:42:41 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-03-06 09:42:41 +0000
commitb4941ca580943dcd4d867d82bfb5a71675330568 (patch)
treef772851978f15391b92379cb48927a317309fc31 /epan/dissectors/packet-nsip.c
parent9a7ad380af71b80f1a1bbe8acd0b75194fcb7324 (diff)
downloadwireshark-b4941ca580943dcd4d867d82bfb5a71675330568.tar.gz
Prepare to remove old bssgp code by changing exports.
svn path=/trunk/; revision=36142
Diffstat (limited to 'epan/dissectors/packet-nsip.c')
-rw-r--r--epan/dissectors/packet-nsip.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/epan/dissectors/packet-nsip.c b/epan/dissectors/packet-nsip.c
index 76b3be8bc6..9df4d645da 100644
--- a/epan/dissectors/packet-nsip.c
+++ b/epan/dissectors/packet-nsip.c
@@ -1020,10 +1020,8 @@ dissect_nsip(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) {
bi.nsip_tree = nsip_tree;
}
- if (check_col(pinfo->cinfo, COL_INFO)) {
- col_add_str(pinfo->cinfo, COL_INFO,
- val_to_str(pdu_type, tab_nsip_pdu_types, "Unknown PDU type"));
- }
+ col_add_str(pinfo->cinfo, COL_INFO,
+ val_to_str(pdu_type, tab_nsip_pdu_types, "Unknown PDU type"));
decode_pdu(pdu_type, &bi);
}