X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/fdc58aee064856ba312cbdf45cef6fba5dc9f6da..69f03c1c03b280b9c5863bfb47e8847d59b4ee6b:/print-frag6.c diff --git a/print-frag6.c b/print-frag6.c index 16e8a4b2..0ac2fd7f 100644 --- a/print-frag6.c +++ b/print-frag6.c @@ -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); }