The filetime is an unsigned quantity, so display it with %u, as per

Martti Kuparinen's comment.

svn path=/trunk/; revision=4512
This commit is contained in:
Guy Harris 2002-01-10 09:49:35 +00:00
parent 09b62420e7
commit 60c8a87e44
1 changed files with 2 additions and 2 deletions

View File

@ -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,