summaryrefslogtreecommitdiff
path: root/cmakeconfig.h.in
Commit message (Expand)AuthorAgeFilesLines
* Lose some SINIX-specific build props. [skip appveyor]Denis Ovsienko2023-02-251-5/+0
* pcap-usb-linux: fix scan for usbmon devices.Guy Harris2022-03-131-3/+0
* Get rid of no-longer-defined HAVE_ macros.Guy Harris2022-01-291-6/+0
* Revert "pcap-npf.c: handle NdisMediumIP."Guy Harris2021-06-251-3/+0
* pcap-npf.c: handle NdisMediumIP.Guy Harris2021-06-231-0/+3
* On Linux, don't assume the compiler supports __atomic builtins.Guy Harris2021-05-111-0/+6
* Add support for getting and setting packet time stamps with Npcap.Guy Harris2020-12-151-0/+3
* dpdk: check for rte_ether_addr and RTE_ETHER_MAX_JUMBO_FRAME_LEN.Guy Harris2020-05-191-0/+3
* linux: drop support for libnl 1 and 2.Guy Harris2020-05-191-12/+0
* Support AirPcap devices with a pcap module.Guy Harris2020-05-071-0/+3
* Add support for UTF-8 strings on Windows.Guy Harris2020-04-111-3/+3
* Remove duplicate wordsFrancois-Xavier Le Bail2020-03-281-1/+1
* Always assume we have SIOCBONDINFOQUERY on Linux.Guy Harris2020-02-181-3/+0
* Don't check for ethtool.h.Guy Harris2020-02-181-3/+0
* Don't check for linux/sockios.h.Guy Harris2020-02-181-3/+0
* Don't check for struct tpacket_stats.Guy Harris2020-02-181-3/+0
* Regenerate autoconf files, update cmakeconfig.h.in.Guy Harris2020-02-181-3/+0
* Regenerate configure script and update cmakeconfig.h.in.Guy Harris2020-02-091-3/+0
* Don't speak of Linux usbmon as generic USB sniffing support.Guy Harris2019-10-311-3/+3
* Detect Npcap's version.h in build tree and set HAVE_VERSION_HDaniel Miller2019-04-191-1/+4
* Make sure asprintf() is declared if it's present.Guy Harris2019-03-191-3/+6
* Fix entry for HAVE_VSYSLOG.Guy Harris2019-03-121-1/+1
* Make cmakeconfig.h.in a bit more like config.h.in.Guy Harris2019-03-121-3/+6
* Use asprintf(), and provide a version for systems that lack it.Guy Harris2019-02-091-0/+6
* Handle systems that lack vsyslog(), such as AIX.Guy Harris2019-01-111-0/+3
* Add CMake support for building with TLS support.Guy Harris2019-01-061-0/+3
* update cmakeconfig.h.in to support DPDKjingleyang2018-12-171-0/+3
* Merge branch 'master' into breakloop_pollGuy Harris2018-09-141-3/+0
|\
| * Assume we have limits.h.Guy Harris2018-09-091-3/+0
* | Proper breakloop for linux on pcap_dispatchAdrian Budau2018-08-061-0/+3
|/
* Check for required alignment by testing CPU types.Guy Harris2018-08-041-3/+0
* Remove (unused) SITA support here.Guy Harris2018-08-021-3/+0
* Clarify what --enable-packet-ring does.Guy Harris2018-01-281-1/+1
* Try to make pcap_compile() thread-safer.Guy Harris2018-01-271-0/+18
* Change comment to match autotools config.h.Guy Harris2018-01-211-1/+1
* Don't test for __attribute__ in the configure script.Guy Harris2018-01-211-3/+0
* Use AC_CHECK_TYPES and AC_CHECK_MEMBERS.Guy Harris2018-01-201-29/+30
* Fix checks for thread-safe strerror variants.Guy Harris2017-12-011-0/+6
* Check for msg_control or msg_flags in struct msghdr.Guy Harris2017-11-111-0/+6
* Base the shadow-password decision on whether we have getspnam().Guy Harris2017-10-051-0/+3
* Move ENABLE_REMOTE to where it is in config.h.in.Guy Harris2017-10-031-3/+3
* Call the flag to enable remote capture ENABLE_REMOTE.Guy Harris2017-10-031-1/+1
* Wrap @string@s in quotes, so they expand to a string.Guy Harris2017-10-031-3/+3
* And here's how you put it in quotes.Guy Harris2017-09-271-1/+1
* This is how you do string values in cmakeconfig.h.in.Guy Harris2017-09-271-1/+1
* LINUX_USB_MON_DEV is a string, not a number.Guy Harris2017-09-271-1/+1
* We need STRINGS_H_DECLARES_FFS in config.h with CMake.Guy Harris2017-09-271-0/+3
* Added version information to libraries build with cmakeAli Abdulkadir2017-09-261-3/+6
* Clean up the ether_hostton() stuff.Guy Harris2017-09-191-8/+10
* Don't check for /dev/dlpi (file or directory) at configuration time.Guy Harris2017-09-181-34/+43