tcpdump/missing
Denis Ovsienko 40e217a816 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.
2018-07-28 13:36:17 +01:00
..
datalinks.c Always include <config.h> rather than "config.h". 2018-01-21 12:27:28 -08:00
dlnames.c Always include <config.h> rather than "config.h". 2018-01-21 12:27:28 -08:00
getopt_long.c opterr should default to 1, so illegal options are reported. 2014-05-07 12:05:29 -07:00
getservent.c Add nd_{v}snprintf() routines/wrappers. 2018-01-29 15:48:55 -08:00
pcap_dump_ftell.c Stick with one version of pcap_dump_ftell.c. 2018-07-28 13:36:17 +01:00
snprintf.c Add nd_{v}snprintf() routines/wrappers. 2018-01-29 15:48:55 -08:00
strdup.c libnetdissect code must include 'netdissect.h', not 'interface.h' 2015-09-11 13:22:56 +02:00
strlcat.c Remove all storage class specifier 'register' 2017-12-13 19:17:47 +01:00
strlcpy.c Remove all storage class specifier 'register' 2017-12-13 19:17:47 +01:00
strsep.c Remove all storage class specifier 'register' 2017-12-13 19:17:47 +01:00
win_ether_ntohost.c Add nd_{v}snprintf() routines/wrappers. 2018-01-29 15:48:55 -08:00
win_ether_ntohost.h Oops, forgot to add missing/win_ether_ntohost.h. 2018-01-23 10:59:09 -08:00