]> The Tcpdump Group git mirrors - tcpdump/history - configure
DNS: Sync types with IANA
[tcpdump] / configure
2023-01-30  Guy Harrisconfigure, CMakeLists.txt: don't check for snprintf().
2023-01-13  Francois-Xavier... Start tcpdump 4.99.4-PRE-GIT
2023-01-12  Denis OvsienkoThis is tcpdump 4.99.3. tcpdump-4.99.3
2023-01-02  Denis OvsienkoConvert CONTRIBUTING to Markdown. [skip ci]
2022-12-31  Denis OvsienkoStart tcpdump 4.99.3-PRE-GIT.
2022-12-31  Denis OvsienkoThis is tcpdump 4.99.2. tcpdump-4.99.2
2022-10-06  Guy Harrisconfigure: use pcap-config --static-pcap-only if available.
2022-09-19  Sam Jamesconfigure.ac: fix configure tests broken with Clang...
2022-07-04  Francois-Xavier... Fix some typos
2022-03-20  Guy HarrisHandle DLT_PFLOG on all OSes.
2022-03-20  Francois-Xavier... libsmi: Use AS_HELP_STRING macro in configure.ac
2022-03-20  Francois-Xavier... SMB: Use AS_HELP_STRING macro in configure.ac
2022-03-19  Mingrui[bugfix]configure: fix error when cross-compile
2021-09-29  Guy HarrisOn Solaris, for 64-bit builds, use the 64-bit pcap...
2021-09-29  Denis OvsienkoFix auto-enabling of Capsicum on FreeBSD with Autoconf...
2021-09-29  Guy Harrisconfigure: special-case macOS /usr/bin/pcap-config...
2021-09-29  Denis OvsienkoMend "make check" on Solaris 9 (Autoconf only).
2021-09-29  Guy Harrisconfigure: use AC_COMPILE_IFELSE() and AC_LANG_SOURCE...
2021-09-29  Guy Harrisconfigure: use ac_c_werror_flag to force unknown compil...
2021-09-29  Denis OvsienkoImport Autoconf/make and "make releasetar" fixes. ...
2021-06-23  Francois-Xavier... Update version to 4.99.2-PRE-GIT
2021-06-09  Michael Richardsonbump version and update CHANGES tcpdump-4.99.1
2021-06-07  Francois-Xavier... autoconf: Find a local libpcap even with rcX directory...
2021-01-04  Guy HarrisRegenerate configure with the updated VERSION.
2020-12-30  Michael Richardsonupdated VERSION in configure tcpdump-4.99.0
2020-12-27  Francois-Xavier... Update VERSION to 4.99.0-PRE-GIT; Run 'autoreconf -f'
2020-12-19  Francois-Xavier... SMB: Disable the printer by default
2020-07-20  Guy Harrisautoconf: replace --with-system-libpcap with --disable...
2020-05-29  Francois-Xavier... Compile with '-Wmissing-variable-declarations' if it...
2020-05-28  Guy HarrisMerge branch 'master' into macsec
2020-05-25  Guy HarrisMerge branch 'master' into fix_udp_frag_badlen 602/head
2020-05-25  Guy HarrisMerge pull request #773 from Mister-X-/fix-reason-codes
2020-05-25  Guy HarrisMerge pull request #772 from Mister-X-/fix-status-codes
2020-03-03  Guy Harris$srcdir suffices.
2020-03-03  Guy HarrisLook for Makefile-devel-adds in the top-level source...
2020-03-03  Guy HarrisLook for mkdep in the top-level source directory.
2020-02-29  Michael RichardsonMerge pull request #492 from vel21ripn/nflog-print
2020-02-04  Guy HarrisRemove the hacks to avoid floating-point issues in...
2020-01-06  Guy HarrisClean up ESP and ISAKMP decryption.
2019-11-03  Denis Ovsienkolibdnet has bugs, do not use it.
2019-08-09  Guy HarrisRemove more old-compiler compensation.
2019-07-13  Francois-Xavier... Use -Wpointer-sign if it's available
2019-05-03  Guy HarrisMerge pull request #761 from leres/master
2019-05-03  Craig LeresMerge remote-tracking branch 'upstream/master' 761/head
2019-05-03  Craig Leres(update configure too)
2019-04-30  Guy HarrisNote that we don't need to worry about pkg-config lacki...
2019-04-26  Guy HarrisMerge pull request #757 from fenner/bfd-multihop
2019-04-26  Guy HarrisUse pkg-config if we can. Clean up some CMake stuff.
2019-01-29  Guy HarrisMerge pull request #703 from nmap/update-gitignore
2018-11-17  Tero KivinenUpdated 802.15.4 code
2018-11-09  Guy HarrisRequire sys/capsicum.h to use Capsicum.
2018-10-29  Francois-Xavier... Compile with '-Wsign-compare' in devel mode if supported
2018-09-15  Guy HarrisDon't warn about declarations after statements.
2018-09-15  Guy HarrisDon't warn about declarations after statements.
2018-09-03  Francois-Xavier... Fix spaces
2018-07-28  Denis OvsienkoRemove a useless warning about the SMB decoder.
2018-07-28  Denis OvsienkoFix a typo in a comment.
2018-07-28  Denis OvsienkoTry the pcap_dump_ftell() check after pcap-config.
2018-07-28  Denis OvsienkoStick with one version of pcap_dump_ftell.c.
2018-07-19  Petr VorelDisplay interface and index and name on DLT_LINUX_SLL2
2018-07-17  Francois-Xavier... Compile with '-Wunreachable-code-return' in devel mode...
2018-07-07  Francois-Xavier... Sort the tested compiler warning options
2018-05-23  Guy HarrisDeclare the NFLOG pseudo-header ourselves.
2018-05-23  Guy HarrisDeclare the Bluetooth pseudo-header ourselves.
2018-01-23  Guy HarrisIf we have a local libpcap, add it to the dependencies...
2018-01-23  Guy HarrisRegenerate configure script.
2018-01-22  Guy HarrisConfigure for ether_ntohost() as libpcap does it for...
2018-01-22  Guy HarrisDon't check for netinet/if_ether.h unless we need it.
2018-01-22  Guy HarrisClean up comments to reflect reality.
2018-01-22  Guy HarrisAgain, we don't replace vfprintf().
2018-01-22  Guy HarrisDon't test for __attribute__ in the configure script.
2018-01-11  Guy HarrisUse nd_ types, add host-endian extract routines, clean...
2018-01-09  Guy HarrisUse pcapng as the name of the file format.
2018-01-07  Guy HarrisC99 - ask for it by name!
2017-12-30  Guy HarrisClean up handling of libdnet headers.
2017-12-16  Guy HarrisMerge branch 'master' into master 630/head
2017-11-30  Guy HarrisFix typo, and request additional libraries for *static...
2017-11-30  Guy HarrisFix the handling of libpcap.
2017-11-14  Guy HarrisRegenerate configure script.
2017-11-12  Guy HarrisUse alarm() iff we're not on Windows.
2017-11-11  David CroninMerge remote-tracking branch 'upstream/master'
2017-11-06  Guy HarrisMerge pull request #642 from sgeto/ipv6_win32
2017-11-05  Ali Abdulkadirimproved check for ipv6 support on windows (autotools) 642/head
2017-10-25  Guy HarrisMerge pull request #641 from sgeto/servent
2017-10-24  Ali Abdulkadirregenerate
2017-10-20  Guy HarrisAdd support for remote capture if libpcap supports it.
2017-10-16  Guy HarrisDo the version number the way it's now done for libpcap.
2017-10-16  Guy HarrisGet rid of obsolescent configure test.
2017-10-16  Guy HarrisCheck for unaligned memory access support at compile...
2017-10-16  Guy HarrisOn UN*X, always use sigaction(), and always have signal...
2017-10-16  Guy HarrisGet rid of an unnecessary test.
2017-09-30  Guy HarrisUse pcap_dump_ftell64() if we have it.
2017-09-21  Guy HarrisMerge branch 'master' of github.com:the-tcpdump-group...
2017-09-20  Francois-Xavier... Compile with '-Wassign-enum' in devel mode if supported
2017-09-15  Guy HarrisClean up the stuff we do to get <inttypes.h> stuff...
2017-09-01  Guy HarrisMake the ESP decryption not crash with OpenSSL 1.1.
2017-08-19  Guy HarrisHandle attributes for function pointers by checking...
2017-07-22  Denis OvsienkoCheck for __attribute__ ((fallthrough)) (GCC 7).
2017-02-02  Guy HarrisMerge pull request #588 from glebius/casper
2017-02-02  Denis Ovsienkorefine the feedback guidelines
next