aboutsummaryrefslogtreecommitdiff
path: root/pcap-pf.c
diff options
context:
space:
mode:
Diffstat (limited to 'pcap-pf.c')
-rw-r--r--pcap-pf.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/pcap-pf.c b/pcap-pf.c
index 91f3e109..1ed0c37a 100644
--- 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
@@ -393,6 +393,12 @@ your system may not be properly configured; see \"man packetfilter(4)\"\n",
}
int
+pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf)
+{
+ return (0);
+}
+
+int
pcap_setfilter(pcap_t *p, struct bpf_program *fp)
{
/*