aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2022-10-30Fix a typo in a commentFrancois-Xavier Le Bail
2022-10-17Fix a typo in a commentFrancois-Xavier Le Bail
2022-10-06cmake: fix check for libibverbs with Sun's C compiler.Guy Harris
2022-10-06cmake: just show whether the build is 32-bit or 64-bit.Guy Harris
2022-10-06cmake: Print host and target information.Guy Harris
2022-10-06cmake: fix up generation of libpcap.pc and pcap-config.Guy Harris
2022-10-06cmake: add -ldlpi, not just dlpi, to LIBS_PRIVATE.Guy Harris
2022-10-06autoconf, cmake: fix generated pcap-config and libpcap.pc.Guy Harris
2022-10-06cmake: fix a comment. [skip ci]Guy Harris
2022-10-06Fixup some recent comments. [skip ci]Denis Ovsienko
2022-10-06autotools, cmake: provide an rpath option if necessary.Guy Harris
2022-08-27rpcap: have the server tell the client its byte order.Guy Harris
2022-07-13On Solaris, tweak PKG_CONFIG_PATH as necessary for the build bitwidth.Guy Harris
2022-07-13Improve handling of C++.Guy Harris
2022-07-13CMake: use NUL: as the null device on Windows.Guy Harris
2022-07-13CMake: check for a usable Lex.Guy Harris
2022-07-13CMake: check for a usable YACC.Guy Harris
2022-07-13On Haiku, add a check for libbsd which has getpassFrançois Revol
2022-07-13Revert "Tell CMake libpcap is a C-only project (no C++)." [skip ci]Denis Ovsienko
2022-07-13Tell CMake libpcap is a C-only project (no C++).Denis Ovsienko
2022-07-08CMakeLists.txt: split set(MANFILE_EXPAND...) into multiple lines. [skip ci]Guy Harris
2022-07-04Fix some typosFrancois-Xavier Le Bail
2022-06-15Linux USB: fix incorrect values for the packet length.Guy Harris
2022-03-27configure, CMake: use pkg-config first when checking for libibverbs.Guy Harris
2022-03-24Allow the path in which DPDK is installed to be specified.Guy Harris
2022-03-24CMake: add a warning message if no capture mechanism could be found.Guy Harris
2022-03-23configure, cmake: only check for DPDK using pkg-config.Guy Harris
2022-03-16CMakeLists.txt: don't change the capitalization of DISABLE_AIRPCAP.Guy Harris
2022-03-15pcap-usb-linux: fix scan for usbmon devices.Guy Harris
2022-03-15CMake: change most PACKET to Packet.Guy Harris
2022-03-15CMake: change most AIRPCAP to AirPcap.Guy Harris
2022-02-21Fix macOS fat build checks.Guy Harris
2022-02-20Improve handling of DLT_PFLOG when generating filter code.Guy Harris
2022-02-20Test to see builds are suppressed if the message has skip ci elsewhere.Guy Harris
2022-02-20Test to see what builds are suppressed if the message ends with [skip ci]Guy Harris
2022-02-20CMake: Fix EXTRA_CFLAGS after commit 29d7856. [skip appveyor]Denis Ovsienko
2022-02-20CMake: Handle EXTRA_CFLAGS w/o add_compile_options().Denis Ovsienko
2022-02-20CI: Introduce and use LIBPCAP_TAINTED. [skip appveyor]Denis Ovsienko
2022-02-20Ask, in a comment, why we're testing WIN32 and CYGWIN and MSYS. [skip ci]Guy Harris
2021-06-25CMake: force _WIN32_WINNT to be Windows 7 when building for MinGW.Guy Harris
2021-06-25Revert "pcap-npf.c: handle NdisMediumIP."Guy Harris
2021-06-23pcap-npf.c: handle NdisMediumIP.Guy Harris
2021-05-12On Linux, don't assume the compiler supports __atomic builtins.Guy Harris
2021-04-24CMake: fix up generation of libpcap.pc when not building a shared library.Guy Harris
2021-04-24Fix symlinking with DESTDIROrgad Shaneh
2021-04-24Fix Cygwin/MSYS target directoriesOrgad Shaneh
2021-04-09Get the previous commit right.Denis Ovsienko
2021-04-09Define timeradd() and timersub() if necessary.Denis Ovsienko
2021-03-01Help CMake find Npcap's version.hDaniel Miller
2021-02-25Fix Bison detection for minor version 0. [skip ci]Denis Ovsienko