aboutsummaryrefslogtreecommitdiff
path: root/pcap-pf.c
diff options
context:
space:
mode:
authorguy <guy>2006-10-04 18:09:21 +0000
committerguy <guy>2006-10-04 18:09:21 +0000
commit084bcf12eae044b2d7f426bf12d64ec26433c874 (patch)
tree81f86aeed9a4caf4d54547de4157b06c178909ed /pcap-pf.c
parent74e5b539b9d53bc8b533b0c70e72b3b5b6d7a11a (diff)
Put the public libpcap headers into a pcap subdirectory in both the
source directory and the target include directory, and have include files at the top-level directory to include those headers, for backwards compatibility. Update the FILES and INSTALL.txt files to reflect current reality.
Diffstat (limited to 'pcap-pf.c')
-rw-r--r--pcap-pf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pcap-pf.c b/pcap-pf.c
index 5a479dd8..f73beaac 100644
--- a/pcap-pf.c
+++ b/pcap-pf.c
@@ -24,7 +24,7 @@
#ifndef lint
static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/libpcap/pcap-pf.c,v 1.93 2005-05-03 18:54:00 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/libpcap/pcap-pf.c,v 1.94 2006-10-04 18:09:22 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -62,7 +62,7 @@ struct rtentry;
#include <unistd.h>
/*
- * Make "pcap.h" not include "pcap-bpf.h"; we are going to include the
+ * Make "pcap.h" not include "pcap/bpf.h"; we are going to include the
* native OS version, as we need various BPF ioctls from it.
*/
#define PCAP_DONT_INCLUDE_PCAP_BPF_H
@@ -285,7 +285,7 @@ pcap_stats_pf(pcap_t *p, struct pcap_stat *ps)
}
/*
- * We include the OS's <net/bpf.h>, not our "pcap-bpf.h", so we probably
+ * We include the OS's <net/bpf.h>, not our "pcap/bpf.h", so we probably
* don't get DLT_DOCSIS defined.
*/
#ifndef DLT_DOCSIS