summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-nlsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-nlsp.c')
-rw-r--r--epan/dissectors/packet-nlsp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-nlsp.c b/epan/dissectors/packet-nlsp.c
index 9a05b820ae..e369753903 100644
--- a/epan/dissectors/packet-nlsp.c
+++ b/epan/dissectors/packet-nlsp.c
@@ -467,9 +467,9 @@ nlsp_dissect_nlsp_hello(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
if (tree) {
holding_timer = tvb_get_ntohs(tvb, offset);
- proto_tree_add_uint_format(tree, hf_nlsp_hello_holding_timer,
+ proto_tree_add_uint_format_value(tree, hf_nlsp_hello_holding_timer,
tvb, offset, 2, holding_timer,
- "Holding Timer: %us", holding_timer);
+ "%us", holding_timer);
}
offset += 2;