]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-netbios.c
do not use ip_p for getting protocol # in tcp_cksum. we may have AH/ESP.
[tcpdump] / print-netbios.c
index 98331d991ee013d754fdc4c32295c56d2329dccd..d2bde87392f03e702e8adac0c6d42c38da2555c5 100644 (file)
@@ -24,7 +24,7 @@
 
 #ifndef lint
 static const char rcsid[] =
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-netbios.c,v 1.13 1999-11-21 09:36:57 fenner Exp $";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-netbios.c,v 1.14 2000-07-01 03:39:06 assar Exp $";
 #endif
 
 #ifdef HAVE_CONFIG_H
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -43,9 +43,7 @@ static const char rcsid[] =
 #include <netinet/tcp.h>
 #include <netinet/tcpip.h>
 
 #include <netinet/tcp.h>
 #include <netinet/tcpip.h>
 
-#ifdef __STDC__
 #include <stdlib.h>
 #include <stdlib.h>
-#endif
 #include <stdio.h>
 #include <string.h>
 
 #include <stdio.h>
 #include <string.h>