]> The Tcpdump Group git mirrors - tcpdump/commitdiff
fix compilation.
authoritojun <itojun>
Sun, 21 Nov 1999 12:38:24 +0000 (12:38 +0000)
committeritojun <itojun>
Sun, 21 Nov 1999 12:38:24 +0000 (12:38 +0000)
- print-udp.c: rename of nfsv2.h -> nfs.h
- print-{null,sl}.c: ipv6_print -> ip6_print

print-null.c
print-sl.c
print-udp.c

index b0cafe12943310754157b84ffe840091eb0ae6be..26a343ac2c21631fa76fb9c6385f74e26f9871ec 100644 (file)
@@ -21,7 +21,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-null.c,v 1.28 1999-11-21 09:36:58 fenner Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-null.c,v 1.29 1999-11-21 12:38:24 itojun Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -133,7 +133,7 @@ null_if_print(u_char *user, const struct pcap_pkthdr *h, const u_char *p)
                break;
 #ifdef INET6
        case 6:
-               ipv6_print((const void *)ip, length);
+               ip6_print((const void *)ip, length);
                break;
 #endif /* INET6 */
        default :
index fabedc516b1ec571df6be420f9f76c445422fc91..a6b4dc9ce9f0aa587f7531589dd037640dd49935 100644 (file)
@@ -21,7 +21,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-sl.c,v 1.45 1999-11-21 09:37:01 fenner Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-sl.c,v 1.46 1999-11-21 12:38:24 itojun Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -111,7 +111,7 @@ sl_if_print(u_char *user, const struct pcap_pkthdr *h, const u_char *p)
                break;
 #ifdef INET6
        case 6:
-               ipv6_print((u_char *)ip, length);
+               ip6_print((u_char *)ip, length);
                break;
 #endif
        default:
index c200951fdf722432e22a894bca0acf822eac7fb2..49e3848ad6dca35fd3f58dcf111e04003b9eadf6 100644 (file)
@@ -21,7 +21,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-udp.c,v 1.65 1999-11-21 09:37:03 fenner Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-udp.c,v 1.66 1999-11-21 12:38:24 itojun Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -63,7 +63,7 @@ static const char rcsid[] =
 #include "addrtoname.h"
 #include "appletalk.h"
 
-#include "nfsv2.h"
+#include "nfs.h"
 #include "bootp.h"
 
 struct rtcphdr {