diff options
author | Denis Ovsienko <denis@ovsienko.info> | 2018-07-28 13:36:17 +0100 |
---|---|---|
committer | Denis Ovsienko <denis@ovsienko.info> | 2018-07-28 13:36:17 +0100 |
commit | 40e217a816cee20d4aa92f5d06d7ad5d4acc4050 (patch) | |
tree | b0d443d5b0887051640ea539d4d9c18d4c867e3c /INSTALL.txt | |
parent | 93350deda8f0099b4cd1541f2c72ae5c38fc25a5 (diff) | |
download | tcpdump-40e217a816cee20d4aa92f5d06d7ad5d4acc4050.tar.gz |
Stick with one version of pcap_dump_ftell.c.
It looks like CMake after commit 3e9e2b6 started to use the newly added
missing/pcap_dump_ftell.c to make pcap_dump_ftell() available in tcpdump
if libpcap does not have it. However, autotools continued to use the
previously existing ./pcap_dump_ftell.c for the same purpose. Remove the
previously existing file and amend autotools files to cover
pcap_dump_ftell() the same way as the other functions in the missing/
directory files.
Amend missing/pcap_dump_ftell.c not to use pcap_dump_file(), as it may be
unavailable.
This has been tested to work with libpcap 0.6.1.
Diffstat (limited to 'INSTALL.txt')
-rw-r--r-- | INSTALL.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/INSTALL.txt b/INSTALL.txt index aea35d6f..d711e877 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -98,8 +98,6 @@ nlpid.h - OSI NLPID definitions ospf.h - Open Shortest Path First definitions packetdat.awk - TCP chunk summary awk script parsenfsfh.c - Network File System file parser routines -pcap_dump_ftell.c - pcap_dump_ftell() implementation, in case libpcap - doesn't have it pcap-missing.h - declarations of functions possibly missing from libpcap ppp.h - Point to Point Protocol definitions print.c - Top-level routines for protocol printing |