]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-null.c
Use "len", not "payload_len", as we step through the packet; use
[tcpdump] / print-null.c
index a0bd3c17af5e9d644d5da7497f5870141476fd7a..e8af2196cd4cc36475ef08f0b220f6958996c6c0 100644 (file)
@@ -20,8 +20,8 @@
  */
 
 #ifndef lint
-static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-null.c,v 1.48 2003-02-05 02:28:45 guy Exp $ (LBL)";
+static const char rcsid[] _U_ =
+    "@(#) $Header: /tcpdump/master/tcpdump/print-null.c,v 1.51 2003-11-16 09:36:30 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -175,7 +175,7 @@ null_if_print(const struct pcap_pkthdr *h, const u_char *p)
 #endif
 
        case BSD_AF_ISO:
-               isoclns_print(p, length, caplen, NULL, NULL);
+               isoclns_print(p, length, caplen);
                break;
 
        case BSD_AF_APPLETALK: