summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* rpcap: have the server tell the client its byte order.Guy Harris2022-08-061-0/+1
* On Solaris, tweak PKG_CONFIG_PATH as necessary for the build bitwidth.Guy Harris2022-07-121-0/+61
* Improve handling of C++.Guy Harris2022-07-111-1/+62
* CMake: use NUL: as the null device on Windows.Guy Harris2022-07-101-1/+6
* CMake: check for a usable Lex.Guy Harris2022-07-101-0/+17
* CMake: check for a usable YACC.Guy Harris2022-07-101-0/+19
* On Haiku, add a check for libbsd which has getpassFrançois Revol2022-07-091-0/+9
* Revert "Tell CMake libpcap is a C-only project (no C++)." [skip ci]Denis Ovsienko2022-07-061-1/+1
* Fix some typosFrancois-Xavier Le Bail2022-07-041-1/+1
* Tell CMake libpcap is a C-only project (no C++).Denis Ovsienko2022-07-031-1/+1
* Add cbpf-savefile(5). [skip ci]Denis Ovsienko2022-07-011-1/+4
* Linux USB: fix incorrect values for the packet length.Guy Harris2022-06-031-0/+1
* configure, CMake: use pkg-config first when checking for libibverbs.Guy Harris2022-03-271-4/+14
* Allow the path in which DPDK is installed to be specified.Guy Harris2022-03-241-0/+1
* CMake: add a warning message if no capture mechanism could be found.Guy Harris2022-03-241-0/+3
* configure, cmake: only check for DPDK using pkg-config.Guy Harris2022-03-231-8/+8
* CMakeLists.txt: don't change the capitalization of DISABLE_AIRPCAP.Guy Harris2022-03-161-1/+1
* pcap-usb-linux: fix scan for usbmon devices.Guy Harris2022-03-131-1/+0
* Merge branch 'master' into pcap-optionsGuy Harris2022-03-081-59/+143
|\
| * CMake: change most PACKET to Packet.Guy Harris2022-03-021-5/+5
| * CMake: change most AIRPCAP to AirPcap.Guy Harris2022-03-021-4/+4
| * Fix macOS fat build checks.Guy Harris2022-02-211-6/+58
| * Improve handling of DLT_PFLOG when generating filter code.Guy Harris2022-01-291-19/+0
| * Test to see builds are suppressed if the message has skip ci elsewhere.Guy Harris2022-01-061-1/+0
| * Test to see what builds are suppressed if the message ends with [skip ci]Guy Harris2022-01-061-0/+1
| * CMake: Fix EXTRA_CFLAGS after commit 29d7856. [skip appveyor]Denis Ovsienko2021-08-031-1/+1
| * CMake: Handle EXTRA_CFLAGS w/o add_compile_options().Denis Ovsienko2021-07-311-2/+3
| * CI: Introduce and use LIBPCAP_TAINTED. [skip appveyor]Denis Ovsienko2021-07-311-0/+12
| * Ask, in a comment, why we're testing WIN32 and CYGWIN and MSYS. [skip ci]Guy Harris2021-07-201-0/+5
| * CMake: force _WIN32_WINNT to be Windows 7 when building for MinGW.Guy Harris2021-06-251-3/+5
| * Revert "pcap-npf.c: handle NdisMediumIP."Guy Harris2021-06-251-26/+0
| * Remove all the debugging stuff.Guy Harris2021-06-251-6/+3
| * CMake: force the check for NdisMediumIP to succeed.Guy Harris2021-06-251-1/+1
| * CMake: make sure we're doing the right thing for MinGW.Guy Harris2021-06-251-0/+1
| * CMake: Remove extra redefinition of _WIN32_WINNT.Guy Harris2021-06-251-3/+0
| * CMake: try forcing the NT version to 6.1, a/k/a Windows 7.Guy Harris2021-06-251-4/+8
| * CMake: try to force this to be recognized as MinGW-w64.Guy Harris2021-06-251-0/+1
| * CMake: try to provoke an error in ntddndis.h.Guy Harris2021-06-251-1/+1
| * pcap-npf.c: handle NdisMediumIP.Guy Harris2021-06-231-0/+26
| * On Linux, don't assume the compiler supports __atomic builtins.Guy Harris2021-05-111-0/+36
| * CMake: fix up generation of libpcap.pc when not building a shared library.Guy Harris2021-04-241-7/+8
| * Fix symlinking with DESTDIROrgad Shaneh2021-04-131-3/+3
| * Fix Cygwin/MSYS target directoriesOrgad Shaneh2021-04-121-5/+5
| * Get the previous commit right.Denis Ovsienko2021-03-311-3/+0
| * Define timeradd() and timersub() if necessary.Denis Ovsienko2021-03-311-0/+3
| * Revert "Don't wrap chunks of headers with extern "C" { ... }."Guy Harris2021-03-171-2/+2
| * Don't wrap chunks of headers with extern "C" { ... }.Guy Harris2021-03-171-2/+2
| * Help CMake find Npcap's version.hDaniel Miller2021-02-261-1/+1
| * Fix Bison detection for minor version 0. [skip ci]Denis Ovsienko2021-02-041-1/+1
| * Do our own search for Bison/Berkeley YACC.Guy Harris2021-01-231-19/+1