summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Add support for dissecting RFC 2332 NHRP.Guy Harris2023-04-111-0/+1
* Untangle detection of pcap_findalldevs().Denis Ovsienko2023-02-251-19/+8
* CMake: balance cmake_push_check_state() and cmake_pop_check_state().Guy Harris2023-02-221-0/+1
* Detect OS IPv6 support using AF_INET6 only.Denis Ovsienko2023-02-221-14/+2
* Do not substitute strdup().Denis Ovsienko2023-02-191-2/+1
* Do not require vsnprintf().Denis Ovsienko2023-02-171-9/+5
* Require a proof of suitable snprintf(3) implementation.Denis Ovsienko2023-02-161-0/+52
* CMake: improve the comment before project(tcpdump C). [skip ci]Guy Harris2023-02-151-4/+7
* configure, CMake: remove -fPIC hacks for Haiku.Guy Harris2023-02-141-36/+2
* CMake: try to fix the Haiku build.Guy Harris2023-02-131-16/+37
* CMake: give up on Clang on Haiku.Guy Harris2023-02-121-17/+14
* CMake: force -fPIC on Haiku, as we do with autotools.Guy Harris2023-02-121-0/+17
* configure, CMakeLists.txt: don't check for snprintf().Guy Harris2023-01-301-1/+0
* Fixup a comment in CMakeLists.txt. [skip ci]Denis Ovsienko2023-01-151-1/+1
* CMake: search for gethostbyaddr() in libnetworkDavid Karoly2023-01-141-1/+6
* CMake: set man page section numbers.Guy Harris2023-01-091-0/+49
* CMake: Fix a typo in a comment. [skip ci]Denis Ovsienko2023-01-011-1/+1
* cmake: Update the minimum required version to 2.8.12 (except Windows)Francois-Xavier Le Bail2022-11-251-1/+1
* Remove a trailing spaceFrancois-Xavier Le Bail2022-09-301-1/+1
* cmake: expand a comment. [skip ci]Guy Harris2022-09-261-0/+14
* cmake: prevent stripping of the rpath on installation.Guy Harris2022-09-251-0/+40
* Handle DLT_PFLOG on all OSes.Guy Harris2022-01-291-9/+1
* Rename print-rrcp.c to print-realtek.c.Guy Harris2022-01-231-1/+1
* WHOIS: Add its own printer source file and printer functionFrancois-Xavier Le Bail2022-01-141-0/+1
* Initial support to parse QUIC packets.Rui Paulo2021-11-091-0/+1
* Tell CMake not to check for a C++ compiler.Guy Harris2021-08-081-9/+9
* On Solaris, for 64-bit builds, use the 64-bit pcap-config.Guy Harris2021-08-081-0/+30
* CMake: Fix EXTRA_CFLAGS after commit cae0c65. [skip appveyor]Denis Ovsienko2021-08-031-1/+1
* CMake: Handle EXTRA_CFLAGS w/o add_compile_options(). [skip ci]Denis Ovsienko2021-07-311-2/+3
* CMake: Add a way to request -Werror and equivalents.Denis Ovsienko2021-07-301-0/+12
* SMB: Disable the printer by default with CMake buildFrancois-Xavier Le Bail2021-02-051-1/+1
* CMake: add stuff from CMAKE_PREFIX_PATH to PKG_CONFIG_PATH.Guy Harris2021-01-081-0/+12
* OpenFlow 1.3: Add initial partial support.Denis Ovsienko2020-09-281-0/+1
* Install into bindir, not sbindir. [skip ci]Denis Ovsienko2020-09-101-1/+1
* Compile with '-Wmissing-variable-declarations' if it's availableFrancois-Xavier Le Bail2020-05-301-0/+1
* Add print-macsec.c to CMakeLists.txt.Guy Harris2020-05-271-0/+1
* Print packets for unsupported link-layer protocols in hexadecimal/ASCIIFrancois-Xavier Le Bail2020-05-101-0/+1
* Extract NTP printingHerwin Weststrate2020-04-211-0/+1
* CMakeLists.txt: Restore alphabetical order for printersFrancois-Xavier Le Bail2020-04-071-3/+3
* add support for Broadcom LI headerHannes Gredler2020-04-021-0/+1
* Autosar SOME/IP protocol supportFrancesco Fondelli2020-02-191-0/+1
* Don't assume a Perl script can be run directly as a command.Guy Harris2020-02-051-3/+12
* Push the floating-point test into a separate file.Guy Harris2020-02-041-1/+1
* Do the floating-point tests closer to what we need.Guy Harris2020-02-041-1/+1
* Add fptype.c to CMake builds.Guy Harris2020-02-041-1/+1
* Fix checks for libcrypto.Guy Harris2020-02-041-3/+3
* TESTrun.sh is dead; long live TESTrun.Guy Harris2020-01-241-1/+1
* Clean up ESP and ISAKMP decryption.Guy Harris2020-01-051-3/+3
* The ptp (precision time protocol) with UDP as the transport protocol.Partha Ghosh2019-11-221-0/+1
* libdnet has bugs, do not use it.Denis Ovsienko2019-11-031-39/+0