summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
...
| * Run Bison with -Wno-yacc.Guy Harris2021-01-231-7/+19
| * Remove trailing spacesFrancois-Xavier Le Bail2020-12-291-1/+1
* | added pcap-options.c with pcap_options structure to abstract settings that ke...Michael Richardson2022-03-081-1/+2
|/
* Add support for getting and setting packet time stamps with Npcap.Guy Harris2020-12-151-0/+1
* grammar.y is now a built file.Guy Harris2020-10-191-3/+3
* Use "%define api.pure" if supported, otherwise use "%pure-parser".Guy Harris2020-10-191-0/+27
* Fixup pcap_datalink_val_to_description_or_dlt(). [skip ci]Denis Ovsienko2020-09-091-0/+1
* With .devel, have MSVC treat all warnings as errors.Guy Harris2020-05-311-0/+5
* dpdk: check for rte_ether_addr and RTE_ETHER_MAX_JUMBO_FRAME_LEN.Guy Harris2020-05-191-0/+12
* cmake: fix libnl check.Guy Harris2020-05-191-2/+2
* Use pkg-config to find libnl-3.0 if we can.Guy Harris2020-05-191-12/+19
* linux: drop support for libnl 1 and 2.Guy Harris2020-05-191-34/+6
* CMake: clean up white space.Guy Harris2020-05-191-5/+5
* cmake: trust pkg-config if it finds libdpdk.Guy Harris2020-05-191-1/+1
* dpdk: check for rte_eth_dev_count_avail().Guy Harris2020-05-191-1/+6
* Support AirPcap devices with a pcap module.Guy Harris2020-05-071-1/+23
* Fix a typoFrancois-Xavier Le Bail2020-04-161-1/+1
* Set the additinal linker flags early, so they apply to the test programs.Guy Harris2020-04-131-8/+12
* Add an ENABLE_PROFILING option.Guy Harris2020-04-131-2/+19
* Add support for UTF-8 strings on Windows.Guy Harris2020-04-111-4/+8
* Merge pull request #876 from bscottm/cmake_library_architectureMichael Richardson2020-03-011-6/+6
|\
| * CMAKE_C_LIBRARY_ARCHITECTUREB. Scott Michel2020-01-121-6/+6
* | Merge pull request #889 from vovkos/masterMichael Richardson2020-03-011-0/+4
|\ \
| * | Unset PCAP_SUPPORT_BT_MONITOR if DISABLE_BLUETOOTH is setVladimir Gladkov (office-arch)2019-11-261-0/+2
| * | Unset HAVE_LIBNL if BUILD_WITH_LIBNL is not setVladimir Gladkov (office-arch)2019-11-261-0/+2
| |/
* | Always assume we have SIOCBONDINFOQUERY on Linux.Guy Harris2020-02-181-6/+0
* | Don't check for ethtool.h.Guy Harris2020-02-181-2/+0
* | Don't check for linux/sockios.h.Guy Harris2020-02-181-1/+0
* | Don't check for struct tpacket_stats.Guy Harris2020-02-181-13/+0
* | Linux: expect eventfd.Mario J. Rugiero2020-02-161-5/+0
* | Use ${CMAKE_INSTALL_LIBDIR} as the subdirectory for libraries.Guy Harris2020-02-111-1/+1
* | Linux: require turbo packet.Mario J. Rugiero2020-02-091-1/+0
* | Use more HTTPS in URLsFrancois-Xavier Le Bail2020-01-191-1/+1
|/
* Yes, we want to define _WIN32_WINNT as 0x0600; do so.Guy Harris2019-11-061-3/+3
* Temporarily turn off the definition of _WIN32_WINNT as 0x0600.Guy Harris2019-11-061-3/+3
* Note that we do *NOT* support the old msvcrt.dll.Guy Harris2019-11-051-0/+4
* Fix installation if we have MinGW but don't have ln.Guy Harris2019-11-051-54/+62
* For MinGW, ask for Windows Vista support.Guy Harris2019-11-041-0/+9
* Don't speak of Linux usbmon as generic USB sniffing support.Guy Harris2019-10-311-9/+12
* Fix permissions - CMakeLists files don't need to be executable.Guy Harris2019-10-311-0/+0
* Require CMake 3.12 or later on Windows.Guy Harris2019-10-291-1/+8
* Use Packet_ROOT to specify the Npcap or WinPcap SDK root directory.Guy Harris2019-10-281-2/+14
* CMake: install libraries to ${CMAKE_INSTALL_FULL_LIBDIR}Matwey V. Kornilov2019-08-251-1/+1
* Remove trailing spaces/tabsFrancois-Xavier Le Bail2019-08-161-2/+2
* Require C99 support at configure time.Guy Harris2019-08-111-11/+27
* Remove some workarounds for old compilers.Guy Harris2019-08-091-98/+87
* Use -Wpointer-arith and -Wpointer-sign if they are availableFrancois-Xavier Le Bail2019-07-131-0/+2
* That comment was for tcpdump; adjust it to refer to libpcap code.Guy Harris2019-04-291-7/+2
* Squelch warnings about Spectre.Guy Harris2019-04-291-0/+14
* Use /, not -, for MSVC options.Guy Harris2019-04-291-1/+1