diff options
author | guy <guy> | 2007-09-22 02:10:17 +0000 |
---|---|---|
committer | guy <guy> | 2007-09-22 02:10:17 +0000 |
commit | e4238ca93c176180fd1c0e7d9ec8921e30ed4574 (patch) | |
tree | 75629c279278a7aa1e6b4573831e53564f9068b8 /INSTALL.txt | |
parent | 59a4fbc8f7880db5da163a4cca720e3473c34339 (diff) | |
download | libpcap-e4238ca93c176180fd1c0e7d9ec8921e30ed4574.tar.gz |
From Paolo Abeni:
Fix the copyright notice.
Use the new DLT_BLUETOOTH_HCI_H4_WITH_PHDR DLT, and add a
direction indication.
Now that we have a direction indication, support
pcap_setdirection().
Update FILES and INSTALL.txt appropriately, and fix some problems in
INSTALL.txt.
Diffstat (limited to 'INSTALL.txt')
-rw-r--r-- | INSTALL.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/INSTALL.txt b/INSTALL.txt index 8f322c50..8876b93e 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -1,4 +1,4 @@ -@(#) $Header: /tcpdump/master/libpcap/INSTALL.txt,v 1.20 2007-09-12 19:09:50 guy Exp $ (LBL) +@(#) $Header: /tcpdump/master/libpcap/INSTALL.txt,v 1.21 2007-09-22 02:10:17 guy Exp $ (LBL) To build libpcap, run "./configure" (a shell script). The configure script will determine your system attributes and generate an @@ -351,11 +351,12 @@ nlpid.h - OSI network layer protocol identifier definitions net - symlink to bpf/net optimize.c - BPF optimization routines packaging - packaging information for building libpcap RPMs -pcap/pcap-bpf.h - BPF definitions +pcap/bluetooth.h - public definition of DLT_BLUETOOTH_HCI_H4_WITH_PHDR header +pcap/bpf.h - BPF definitions pcap/namedb.h - public libpcap name database definitions pcap/pcap.h - public libpcap definitions pcap/sll.h - public definition of DLT_LINUX_SLL header -pcap/usb.h - public definition of DLT_USB headeer +pcap/usb.h - public definition of DLT_USB header pcap-bpf.c - BSD Packet Filter support pcap-bpf.h - header for backwards compatibility pcap-bt-linux.c - Bluetooth capture support for Linux |