From dfa2156e301539929a12dda54752c778c3ee7a39 Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Fri, 14 Jun 2013 02:50:46 +0000 Subject: Remove check_col() and the occasional tree. svn path=/trunk/; revision=49923 --- epan/dissectors/packet-sscf-nni.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'epan/dissectors/packet-sscf-nni.c') diff --git a/epan/dissectors/packet-sscf-nni.c b/epan/dissectors/packet-sscf-nni.c index 4fcf895242..03d4ef7b95 100644 --- a/epan/dissectors/packet-sscf-nni.c +++ b/epan/dissectors/packet-sscf-nni.c @@ -92,8 +92,7 @@ dissect_sscf_nni(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) sscf_status = tvb_get_guint8(tvb, SSCF_STATUS_OFFSET); col_set_str(pinfo->cinfo, COL_PROTOCOL, "SSCF-NNI"); - if (check_col(pinfo->cinfo, COL_INFO)) - col_add_fstr(pinfo->cinfo, COL_INFO, "STATUS (%s) ", + col_add_fstr(pinfo->cinfo, COL_INFO, "STATUS (%s) ", val_to_str_const(sscf_status, sscf_status_vals, "Unknown")); -- cgit v1.2.3