]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-null.c
Not all systems have "sa_family_t"; use "u_int8_t" instead.
[tcpdump] / print-null.c
index a0bd3c17af5e9d644d5da7497f5870141476fd7a..74c67bf91d2608e81585542d2a19205fe353d119 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.49.2.2 2003-11-16 08:51:36 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: