aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-who.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-who.c')
-rw-r--r--epan/dissectors/packet-who.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-who.c b/epan/dissectors/packet-who.c
index 54d55b4867..3f2753a81c 100644
--- a/epan/dissectors/packet-who.c
+++ b/epan/dissectors/packet-who.c
@@ -203,7 +203,7 @@ dissect_whoent(tvbuff_t *tvb, int offset, proto_tree *tree)
idle_secs = tvb_get_ntohl(tvb, line_offset);
proto_tree_add_uint_format(whoent_tree, hf_who_idle, tvb,
line_offset, 4, idle_secs, "Idle: %s",
- time_secs_to_str(wmem_packet_scope(), idle_secs));
+ signed_time_secs_to_str(wmem_packet_scope(), idle_secs));
line_offset += 4;
whoent_num++;