2f0df68
diff -up tcpdump/print-icmp6.c.icmp6msec tcpdump/print-icmp6.c
2f0df68
--- tcpdump/print-icmp6.c.icmp6msec	2009-08-19 00:02:37.000000000 +0200
2f0df68
+++ tcpdump/print-icmp6.c	2009-08-20 16:33:59.000000000 +0200
2f0df68
@@ -397,7 +397,7 @@ icmp6_print(const u_char *bp, u_int leng
2f0df68
 			p = (struct nd_router_advert *)dp;
2f0df68
 			TCHECK(p->nd_ra_retransmit);
2f0df68
 			printf("\n\thop limit %u, Flags [%s]" \
2f0df68
-                               ", pref %s, router lifetime %us, reachable time %us, retrans time %us",
2f0df68
+                               ", pref %s, router lifetime %us, reachable time %ums, retrans time %ums",
2f0df68
                                (u_int)p->nd_ra_curhoplimit,
2f0df68
                                bittok2str(icmp6_opt_ra_flag_values,"none",(p->nd_ra_flags_reserved)),
2f0df68
                                get_rtpref(p->nd_ra_flags_reserved),