diff options
Diffstat (limited to 'pcap-pf.c')
-rw-r--r-- | pcap-pf.c | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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) { /* |