]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ether.c
do not warn about extra lines in stderr if there is a stderr file that was compared
[tcpdump] / print-ether.c
index bbfd7e96991daf4d9cc8a3a80b4e785c164b263c..01dd11303841a8fec4725c6e25f1fbec7d8157c1 100644 (file)
@@ -366,7 +366,7 @@ ethertype_print(netdissect_options *ndo,
                        ND_PRINT((ndo, " [|osi]"));
                        return (1);
                }
-               isoclns_print(ndo, p + 1, length - 1, caplen - 1);
+               isoclns_print(ndo, p + 1, length - 1);
                return(1);
 
        case ETHERTYPE_PPPOED: