diff options
author | guy <guy> | 2004-12-18 08:52:08 +0000 |
---|---|---|
committer | guy <guy> | 2004-12-18 08:52:08 +0000 |
commit | f8a76d1d7613b5c4708e8ed8cfbdd19906672bba (patch) | |
tree | 4e8e7cc5fc681183f87b2423a742bfcad61bec26 /INSTALL.txt | |
parent | f912cc399c44a7cab6f707a2c1746fe98f328de5 (diff) | |
download | libpcap-f8a76d1d7613b5c4708e8ed8cfbdd19906672bba.tar.gz |
From Gisle Vanem: MS-DOS support.
Diffstat (limited to 'INSTALL.txt')
-rw-r--r-- | INSTALL.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/INSTALL.txt b/INSTALL.txt index 3a2d2ad8..2496d984 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -1,4 +1,4 @@ -@(#) $Header: /tcpdump/master/libpcap/INSTALL.txt,v 1.11 2004-10-18 09:51:02 guy Exp $ (LBL) +@(#) $Header: /tcpdump/master/libpcap/INSTALL.txt,v 1.12 2004-12-18 08:52:08 guy Exp $ (LBL) To build libpcap, run "./configure" (a shell script). The configure script will determine your system attributes and generate an @@ -341,6 +341,7 @@ lbl/os-*.h - OS-dependent defines and prototypes llc.h - 802.2 LLC SAP definitions missing/* - replacements for missing library functions mkdep - construct Makefile dependency list +msdos/* - drivers for MS-DOS capture support nametoaddr.c - hostname to address routines nlpid.h - OSI network layer protocol identifier definitions net - symlink to bpf/net @@ -351,6 +352,8 @@ pcap-bpf.h - BPF definitions pcap-dag.c - Endace DAG device capture support pcap-dag.h - Endace DAG device capture support pcap-dlpi.c - Data Link Provider Interface support +pcap-dos.c - MS-DOS capture support +pcap-dos.h - headers for MS-DOS capture support pcap-enet.c - enet support pcap-int.h - internal libpcap definitions pcap-linux.c - Linux packet socket support |