]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-atalk.c
CVE-2017-13040/MPTCP: Clean up printing DSS suboption.
[tcpdump] / print-atalk.c
index a5ce58a40845058c80a10e4fb92adc0ebff7b0f9..9d7d69d3d790189f01ca5d430980b98d021d2ac4 100644 (file)
@@ -221,7 +221,7 @@ aarp_print(netdissect_options *ndo,
                ND_PRINT((ndo, " [|aarp]"));
                return;
        }
-       if (length < sizeof(*ap)) {     
+       if (length < sizeof(*ap)) {
                ND_PRINT((ndo, " [|aarp %u]", length));
                return;
        }