aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
2023-04-07This is tcpdump 4.99.4.Denis Ovsienko
2023-01-30configure, CMakeLists.txt: don't check for snprintf().Guy Harris
2023-01-13Start tcpdump 4.99.4-PRE-GITFrancois-Xavier Le Bail
2023-01-12This is tcpdump 4.99.3.Denis Ovsienko
2023-01-02Convert CONTRIBUTING to Markdown. [skip ci]Denis Ovsienko
2022-12-31Start tcpdump 4.99.3-PRE-GIT.Denis Ovsienko
2022-12-31This is tcpdump 4.99.2.Denis Ovsienko
2022-10-06configure: use pcap-config --static-pcap-only if available.Guy Harris
2022-09-19configure.ac: fix configure tests broken with Clang 15 (implicit function dec...Sam James
2022-07-04Fix some typosFrancois-Xavier Le Bail
2022-03-19Handle DLT_PFLOG on all OSes.Guy Harris
2022-03-19libsmi: Use AS_HELP_STRING macro in configure.acFrancois-Xavier Le Bail
2022-03-19SMB: Use AS_HELP_STRING macro in configure.acFrancois-Xavier Le Bail
2022-03-19[bugfix]configure: fix error when cross-compileMingrui
2021-09-29On Solaris, for 64-bit builds, use the 64-bit pcap-config.Guy Harris
2021-09-29Fix auto-enabling of Capsicum on FreeBSD with Autoconf. [skip appveyor]Denis Ovsienko
2021-09-29configure: special-case macOS /usr/bin/pcap-config as we do in CMake.Guy Harris
2021-09-29Mend "make check" on Solaris 9 (Autoconf only).Denis Ovsienko
2021-09-29configure: use AC_COMPILE_IFELSE() and AC_LANG_SOURCE() for testing flags.Guy Harris
2021-09-29configure: use ac_c_werror_flag to force unknown compiler flags to fail.Guy Harris
2021-09-29Import Autoconf/make and "make releasetar" fixes. [skip ci]Denis Ovsienko
2021-06-23Update version to 4.99.2-PRE-GITFrancois-Xavier Le Bail
2021-06-09bump version and update CHANGESMichael Richardson
2021-06-07autoconf: Find a local libpcap even with rcX directory suffixFrancois-Xavier Le Bail
2021-01-03Regenerate configure with the updated VERSION.Guy Harris
2020-12-30updated VERSION in configureMichael Richardson
2020-12-27Update VERSION to 4.99.0-PRE-GIT; Run 'autoreconf -f'Francois-Xavier Le Bail
2020-12-19SMB: Disable the printer by defaultFrancois-Xavier Le Bail
2020-07-19autoconf: replace --with-system-libpcap with --disable-local-libpcap.Guy Harris
2020-05-30Compile with '-Wmissing-variable-declarations' if it's availableFrancois-Xavier Le Bail
2020-03-02$srcdir suffices.Guy Harris
2020-03-02Look for Makefile-devel-adds in the top-level source directory.Guy Harris
2020-03-02Look for mkdep in the top-level source directory.Guy Harris
2020-02-04Remove the hacks to avoid floating-point issues in the tcpdump checks.Guy Harris
2020-01-05Clean up ESP and ISAKMP decryption.Guy Harris
2019-11-03libdnet has bugs, do not use it.Denis Ovsienko
2019-08-08Remove more old-compiler compensation.Guy Harris
2019-07-13Use -Wpointer-sign if it's availableFrancois-Xavier Le Bail
2019-05-02(update configure too)Craig Leres
2019-04-30Note that we don't need to worry about pkg-config lacking --exists.Guy Harris
2019-04-26Use pkg-config if we can. Clean up some CMake stuff.Guy Harris
2018-11-09Require sys/capsicum.h to use Capsicum.Guy Harris
2018-10-29Compile with '-Wsign-compare' in devel mode if supportedFrancois-Xavier Le Bail
2018-09-15Don't warn about declarations after statements.Guy Harris
2018-09-15Don't warn about declarations after statements.Guy Harris
2018-09-03Fix spacesFrancois-Xavier Le Bail
2018-07-28Remove a useless warning about the SMB decoder.Denis Ovsienko
2018-07-28Fix a typo in a comment.Denis Ovsienko
2018-07-28Try the pcap_dump_ftell() check after pcap-config.Denis Ovsienko
2018-07-28Stick with one version of pcap_dump_ftell.c.Denis Ovsienko