]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-frag6.c
Update some tests files if the packet time is > 2038-01-19 03:14:07 UTC
[tcpdump] / print-frag6.c
index 16e8a4b21926b993f7e1c811dd2ff477695dae87..0ac2fd7f4430d8bd966a6410ce33b8b3c380b653 100644 (file)
@@ -58,8 +58,7 @@ frag6_print(netdissect_options *ndo, const u_char *bp, const u_char *bp2)
        /* it is meaningless to decode non-first fragment */
        if ((GET_BE_U_2(dp->ip6f_offlg) & IP6F_OFF_MASK) != 0)
                return -1;
-       else
-       {
+       else {
                ND_PRINT(" ");
                return sizeof(struct ip6_frag);
        }