aboutsummaryrefslogtreecommitdiffstats
path: root/packet-icmpv6.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-01-10 09:49:35 +0000
committerGuy Harris <guy@alum.mit.edu>2002-01-10 09:49:35 +0000
commit60c8a87e441e916229fc2c1d5bdd7b5cef19bc96 (patch)
treebfaa5ff68bf98ce5bc9f6eaeae14946b7a6b4dfb /packet-icmpv6.c
parent09b62420e7cf548ed4aaae61ecbffba60074db77 (diff)
The filetime is an unsigned quantity, so display it with %u, as per
Martti Kuparinen's comment. svn path=/trunk/; revision=4512
Diffstat (limited to 'packet-icmpv6.c')
-rw-r--r--packet-icmpv6.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-icmpv6.c b/packet-icmpv6.c
index 7b60cb2367..59f0f4dcab 100644
--- a/packet-icmpv6.c
+++ b/packet-icmpv6.c
@@ -1,7 +1,7 @@
/* packet-icmpv6.c
* Routines for ICMPv6 packet disassembly
*
- * $Id: packet-icmpv6.c,v 1.57 2002/01/09 19:13:03 guy Exp $
+ * $Id: packet-icmpv6.c,v 1.58 2002/01/10 09:49:35 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -381,7 +381,7 @@ again:
ND_OPT_MAP_FLAG_P, 8, "P", "No P"));
proto_tree_add_text(icmp6opt_tree, tvb,
offset + offsetof(struct nd_opt_map_info, nd_opt_map_lifetime),
- 4, "Lifetime: %d", pntohl(&map->nd_opt_map_lifetime));
+ 4, "Lifetime: %u", pntohl(&map->nd_opt_map_lifetime));
proto_tree_add_text(icmp6opt_tree, tvb,
offset + offsetof(struct nd_opt_map_info, nd_opt_map_address), 16,