X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/97e4fe30d878e871398c208c800615fe1a490911..a03e69cf1924c918534926465b4da5dc6ad7c7f1:/print-tcp.c?ds=sidebyside diff --git a/print-tcp.c b/print-tcp.c index 86b70511..d9ca4a34 100644 --- a/print-tcp.c +++ b/print-tcp.c @@ -708,7 +708,7 @@ tcp_print(netdissect_options *ndo, */ ND_PRINT(", length %u", length); - if (length <= 0) + if (length == 0) return; /*