aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ayiya.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-ayiya.c')
-rw-r--r--epan/dissectors/packet-ayiya.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ayiya.c b/epan/dissectors/packet-ayiya.c
index 74e44c3f43..aa179d628f 100644
--- a/epan/dissectors/packet-ayiya.c
+++ b/epan/dissectors/packet-ayiya.c
@@ -119,9 +119,9 @@ dissect_ayiya(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
proto_tree_add_bits_item(ayiya_tree, hf_hash_method, tvb, 12, 4, ENC_BIG_ENDIAN);
proto_tree_add_bits_item(ayiya_tree, hf_auth_method, tvb, 16, 4, ENC_BIG_ENDIAN);
proto_tree_add_bits_item(ayiya_tree, hf_opcode, tvb, 20, 4, ENC_BIG_ENDIAN);
- proto_tree_add_uint_format(ayiya_tree, hf_next_header, tvb,
+ proto_tree_add_uint_format_value(ayiya_tree, hf_next_header, tvb,
3, 1, next_header,
- "Next header: %s (0x%02x)",
+ "%s (0x%02x)",
ipprotostr(next_header), next_header);
tv.secs = tvb_get_ntohl(tvb, 4);
tv.nsecs = 0;