aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2023-01-30configure, CMakeLists.txt: don't check for snprintf().Guy Harris
2023-01-09CMake: set man page section numbers.Guy Harris
2023-01-01CMake: Fix a typo in a comment. [skip ci]Denis Ovsienko
2023-01-01cmake: Update the minimum required version to 2.8.12 (except Windows)Francois-Xavier Le Bail
2022-11-02WHOIS: Add its own printer source file and printer functionFrancois-Xavier Le Bail
2022-10-10Remove a trailing spaceFrancois-Xavier Le Bail
2022-10-10cmake: expand a comment. [skip ci]Guy Harris
2022-10-10cmake: prevent stripping of the rpath on installation.Guy Harris
2022-03-19Handle DLT_PFLOG on all OSes.Guy Harris
2022-03-19Rename print-rrcp.c to print-realtek.c.Guy Harris
2021-09-29Tell CMake not to check for a C++ compiler.Guy Harris
2021-09-29On Solaris, for 64-bit builds, use the 64-bit pcap-config.Guy Harris
2021-09-29CMake: Fix EXTRA_CFLAGS after commit cae0c65. [skip appveyor]Denis Ovsienko
2021-09-29CMake: Handle EXTRA_CFLAGS w/o add_compile_options(). [skip ci]Denis Ovsienko
2021-09-29CMake: Add a way to request -Werror and equivalents.Denis Ovsienko
2021-03-31CMake: add stuff from CMAKE_PREFIX_PATH to PKG_CONFIG_PATH.Guy Harris
2021-02-05SMB: Disable the printer by default with CMake buildFrancois-Xavier Le Bail
2020-09-28OpenFlow 1.3: Add initial partial support.Denis Ovsienko
2020-09-10Install into bindir, not sbindir. [skip ci]Denis Ovsienko
2020-05-30Compile with '-Wmissing-variable-declarations' if it's availableFrancois-Xavier Le Bail
2020-05-27Add print-macsec.c to CMakeLists.txt.Guy Harris
2020-05-10Print packets for unsupported link-layer protocols in hexadecimal/ASCIIFrancois-Xavier Le Bail
2020-04-21Extract NTP printingHerwin Weststrate
2020-04-07CMakeLists.txt: Restore alphabetical order for printersFrancois-Xavier Le Bail
2020-04-02add support for Broadcom LI headerHannes Gredler
2020-02-19Autosar SOME/IP protocol supportFrancesco Fondelli
2020-02-05Don't assume a Perl script can be run directly as a command.Guy Harris
2020-02-04Push the floating-point test into a separate file.Guy Harris
2020-02-04Do the floating-point tests closer to what we need.Guy Harris
2020-02-04Add fptype.c to CMake builds.Guy Harris
2020-02-04Fix checks for libcrypto.Guy Harris
2020-01-24TESTrun.sh is dead; long live TESTrun.Guy Harris
2020-01-05Clean up ESP and ISAKMP decryption.Guy Harris
2019-11-22The ptp (precision time protocol) with UDP as the transport protocol.Partha Ghosh
2019-11-03libdnet has bugs, do not use it.Denis Ovsienko
2019-10-29Require CMake 3.12 or later on Windows.Guy Harris
2019-10-29Use PCAP_ROOT to tell CMake where to find Npcap or WinPcap.Guy Harris
2019-08-19Fix check target to work with the new versions of the test scripts.Guy Harris
2019-08-16Remove trailing spacesFrancois-Xavier Le Bail
2019-08-09Small cleanups.Guy Harris
2019-08-09Always define check_and_add_compiler_option().Guy Harris
2019-08-09Check for VS 2015 or later at configure time.Guy Harris
2019-08-09Use check_symbol_exists() for vsnprintf() and snprintf().Guy Harris
2019-08-08Remove more old-compiler compensation.Guy Harris
2019-07-13Use -Wpointer-sign if it's availableFrancois-Xavier Le Bail
2019-05-23Use spaces rather than tabs.Guy Harris
2019-05-23Add check for openssl/evp.h.Guy Harris
2019-05-23New ethertype protocol for Arista Networksniks3089
2019-05-08Add dissector for SSH version exchangeAndreas Jaggi
2019-04-29Add /utf-8 for MSVC.Guy Harris