summaryrefslogtreecommitdiff
path: root/plugins/gryphon
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gryphon')
-rw-r--r--plugins/gryphon/packet-gryphon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gryphon/packet-gryphon.c b/plugins/gryphon/packet-gryphon.c
index d1bc014ca1..70c0a4bc40 100644
--- a/plugins/gryphon/packet-gryphon.c
+++ b/plugins/gryphon/packet-gryphon.c
@@ -816,7 +816,7 @@ dissect_gryphon_message(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
if (tree == NULL)
return;
- if (match_strval(frmtyp, frame_type) == NULL) {
+ if (try_val_to_str(frmtyp, frame_type) == NULL) {
/*
* Unknown message type.
*/