]> The Tcpdump Group git mirrors - libpcap/blobdiff - pcap-pf.c
Add SunATM support, based on code from Yen Yen Lim at North Dakota State
[libpcap] / pcap-pf.c
index 91f3e10963acfb72fa2050f9a523769b6978c728..1ed0c37a798c9844a654ba8b7d2486d5bf22c82c 100644 (file)
--- a/pcap-pf.c
+++ b/pcap-pf.c
@@ -24,7 +24,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/libpcap/pcap-pf.c,v 1.66 2002-06-11 17:04:47 itojun Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/libpcap/pcap-pf.c,v 1.67 2002-07-11 09:06:42 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -392,6 +392,12 @@ your system may not be properly configured; see \"man packetfilter(4)\"\n",
        return (NULL);
 }
 
+int
+pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf)
+{
+       return (0);
+}
+
 int
 pcap_setfilter(pcap_t *p, struct bpf_program *fp)
 {