]> The Tcpdump Group git mirrors - tcpdump/blobdiff - bpf_dump.c
Handle IPX socket 0x553, which is some kind of NetBIOS-over-IPX socket.
[tcpdump] / bpf_dump.c
index fb77942a2ff10ea6af25a8a25371caa8aaef6d30..79ad5bb7c8eb433be997037aadbe0a178f7a2e2f 100644 (file)
  */
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/bpf_dump.c,v 1.9 1999-10-07 23:47:09 mcr Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/bpf_dump.c,v 1.13 2000-12-09 02:58:45 fenner Exp $ (LBL)";
+#endif
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <sys/types.h>
@@ -31,8 +35,6 @@ static const char rcsid[] =
 
 #include "interface.h"
 
-extern void bpf_dump(struct bpf_program *, int);
-
 void
 bpf_dump(struct bpf_program *p, int option)
 {