X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/e84f58700fe17ee5c4680247fcdcf506ff38587d..570bb7d1f8f87be048e8299a4c38b82b092a9b7b:/print-ip.c diff --git a/print-ip.c b/print-ip.c index 23ba99c9..f90c58a0 100644 --- a/print-ip.c +++ b/print-ip.c @@ -363,8 +363,7 @@ ip_print(netdissect_options *ndo, if (len) { ND_PRINT("bad-len %u", len); return; - } - else { + } else { /* we guess that it is a TSO send */ len = length; }