]> 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 e3ecaa36ead9c273c4bd34c69a5c92588e367511..d2bde87392f03e702e8adac0c6d42c38da2555c5 100644 (file)
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-netbios.c,v 1.10 1999-10-07 23:47:12 mcr Exp $";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-netbios.c,v 1.14 2000-07-01 03:39:06 assar Exp $";
+#endif
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <sys/param.h>
@@ -39,9 +43,7 @@ static const char rcsid[] =
 #include <netinet/tcp.h>
 #include <netinet/tcpip.h>
 
-#ifdef __STDC__
 #include <stdlib.h>
-#endif
 #include <stdio.h>
 #include <string.h>