GH-693: use pcap_dump_open_append where supported

This commit is contained in:
Tim Wojtulewicz 2021-11-02 12:59:54 -07:00
parent c25d5cecb2
commit ceaec09024
4 changed files with 13 additions and 2 deletions

View file

@ -49,6 +49,9 @@
/* Define if you have the <pcap-int.h> header file. */
#cmakedefine HAVE_PCAP_INT_H
/* Define if libpcap supports pcap_dump_open_append(). */
#cmakedefine HAVE_PCAP_DUMP_OPEN_APPEND
/* line editing & history powers */
#cmakedefine HAVE_READLINE