summaryrefslogtreecommitdiff
path: root/INSTALL.txt
diff options
context:
space:
mode:
authorguy <guy>2008-01-06 21:14:16 +0000
committerguy <guy>2008-01-06 21:14:16 +0000
commitc558b285f5912173b26a36fd231ac49be26fa451 (patch)
tree42c1e0bcfb63dbce875f1d2e12a2a4722b0febbd /INSTALL.txt
parentf57d847d09ec7bbbedcda357c87b1895ce397872 (diff)
downloadlibpcap-c558b285f5912173b26a36fd231ac49be26fa451.tar.gz
From Joerg Mayer: add a new man page for the filter syntax, copied from
the tcpdump manual page, so that documentation for other applications using libpcap can refer to it. Update pcap(3) to refer to it - and not to suggest sending patches to patches@tcpdump.org, which is a spam magnet that's no longer read by anybody.
Diffstat (limited to 'INSTALL.txt')
-rw-r--r--INSTALL.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/INSTALL.txt b/INSTALL.txt
index a094698c..9d5c4c00 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -1,4 +1,4 @@
-@(#) $Header: /tcpdump/master/libpcap/INSTALL.txt,v 1.23 2007-12-30 00:28:17 guy Exp $ (LBL)
+@(#) $Header: /tcpdump/master/libpcap/INSTALL.txt,v 1.24 2008-01-06 21:14:16 guy Exp $ (LBL)
To build libpcap, run "./configure" (a shell script). The configure
script will determine your system attributes and generate an
@@ -388,9 +388,10 @@ pcap-snoop.c - IRIX Snoop network monitoring support
pcap-usb-linux.c - USB capture support for Linux
pcap-usb-linux.h - USB capture support for Linux
pcap-win32.c - WinPcap capture support
-pcap.3 - manual entry
+pcap.3 - manual entry for the library
pcap.c - pcap utility routines
pcap.h - header for backwards compatibility
+pcap-filter.4 - manual entry for filter syntax
ppp.h - Point to Point Protocol definitions
runlex.sh - wrapper for Lex/Flex
savefile.c - offline support