aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fc.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-fc.c')
-rw-r--r--epan/dissectors/packet-fc.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/epan/dissectors/packet-fc.c b/epan/dissectors/packet-fc.c
index 68253d2965..4f823018bd 100644
--- a/epan/dissectors/packet-fc.c
+++ b/epan/dissectors/packet-fc.c
@@ -842,8 +842,9 @@ dissect_fc (tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
if (ftype == FC_FTYPE_LINKCTL)
col_append_fstr (pinfo->cinfo, COL_INFO, ", %s",
- match_strval ((fchdr.r_ctl & 0x0F),
- fc_lctl_proto_val));
+ val_to_str ((fchdr.r_ctl & 0x0F),
+ fc_lctl_proto_val,
+ "LCTL 0x%x"));
}
/* In the interest of speed, if "tree" is NULL, don't do any work not