]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-null.c
Handle very large -f files by rejecting them.
[tcpdump] / print-null.c
index 6e05a138d1779abacfa83898db63fd81a7940393..59b691cc63ba94bb76d36b7d578776095a3b58fc 100644 (file)
@@ -19,6 +19,8 @@
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
+/* \summary: BSD loopback device printer */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
@@ -115,7 +117,7 @@ null_if_print(netdissect_options *ndo, const struct pcap_pkthdr *h, const u_char
                break;
 
        case BSD_AFNUM_ISO:
-               isoclns_print(ndo, p, length, caplen);
+               isoclns_print(ndo, p, length);
                break;
 
        case BSD_AFNUM_APPLETALK: