]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-igmp.c
Address Michael's comments.
[tcpdump] / print-igmp.c
index a0c8d6fec4489af7270402ee0b4ad43267b56dc5..4087ee0980205cc6ea17e845c8cbe84bb9617e9a 100644 (file)
@@ -227,7 +227,7 @@ print_igmpv3_query(register const u_char *bp, register u_int len)
     }
     if (mrc != 100) {
        (void)printf(" [max resp time ");
-        if (mrt < 60) {
+        if (mrt < 600) {
             (void)printf("%.1fs", mrt * 0.1);
         } else {
             relts_print(mrt / 10);