aboutsummaryrefslogtreecommitdiff
path: root/cmakeconfig.h.in
AgeCommit message (Expand)Author
2022-03-15pcap-usb-linux: fix scan for usbmon devices.Guy Harris
2022-02-20Get rid of no-longer-defined HAVE_ macros.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
2020-12-15Add support for getting and setting packet time stamps with Npcap.Guy Harris
2020-05-19dpdk: check for rte_ether_addr and RTE_ETHER_MAX_JUMBO_FRAME_LEN.Guy Harris
2020-05-19linux: drop support for libnl 1 and 2.Guy Harris
2020-05-07Support AirPcap devices with a pcap module.Guy Harris
2020-04-11Add support for UTF-8 strings on Windows.Guy Harris
2020-03-28Remove duplicate wordsFrancois-Xavier Le Bail
2020-02-18Always assume we have SIOCBONDINFOQUERY on Linux.Guy Harris
2020-02-18Don't check for ethtool.h.Guy Harris
2020-02-18Don't check for linux/sockios.h.Guy Harris
2020-02-18Don't check for struct tpacket_stats.Guy Harris
2020-02-18Regenerate autoconf files, update cmakeconfig.h.in.Guy Harris
2020-02-09Regenerate configure script and update cmakeconfig.h.in.Guy Harris
2019-10-31Don't speak of Linux usbmon as generic USB sniffing support.Guy Harris
2019-04-19Detect Npcap's version.h in build tree and set HAVE_VERSION_HDaniel Miller
2019-03-19Make sure asprintf() is declared if it's present.Guy Harris
2019-03-12Fix entry for HAVE_VSYSLOG.Guy Harris
2019-03-12Make cmakeconfig.h.in a bit more like config.h.in.Guy Harris
2019-02-09Use asprintf(), and provide a version for systems that lack it.Guy Harris
2019-01-11Handle systems that lack vsyslog(), such as AIX.Guy Harris
2019-01-06Add CMake support for building with TLS support.Guy Harris
2018-12-17update cmakeconfig.h.in to support DPDKjingleyang
2018-09-14Merge branch 'master' into breakloop_pollGuy Harris
2018-09-09Assume we have limits.h.Guy Harris
2018-08-06Proper breakloop for linux on pcap_dispatchAdrian Budau
2018-08-04Check for required alignment by testing CPU types.Guy Harris
2018-08-02Remove (unused) SITA support here.Guy Harris
2018-01-28Clarify what --enable-packet-ring does.Guy Harris
2018-01-27Try to make pcap_compile() thread-safer.Guy Harris
2018-01-21Change comment to match autotools config.h.Guy Harris
2018-01-21Don't test for __attribute__ in the configure script.Guy Harris
2018-01-20Use AC_CHECK_TYPES and AC_CHECK_MEMBERS.Guy Harris
2017-12-01Fix checks for thread-safe strerror variants.Guy Harris
2017-11-11Check for msg_control or msg_flags in struct msghdr.Guy Harris
2017-10-05Base the shadow-password decision on whether we have getspnam().Guy Harris
2017-10-03Move ENABLE_REMOTE to where it is in config.h.in.Guy Harris
2017-10-03Call the flag to enable remote capture ENABLE_REMOTE.Guy Harris
2017-10-03Wrap @string@s in quotes, so they expand to a string.Guy Harris
2017-09-27And here's how you put it in quotes.Guy Harris
2017-09-27This is how you do string values in cmakeconfig.h.in.Guy Harris
2017-09-27LINUX_USB_MON_DEV is a string, not a number.Guy Harris
2017-09-27We need STRINGS_H_DECLARES_FFS in config.h with CMake.Guy Harris
2017-09-26Added version information to libraries build with cmakeAli Abdulkadir
2017-09-19Clean up the ether_hostton() stuff.Guy Harris
2017-09-18Don't check for /dev/dlpi (file or directory) at configuration time.Guy Harris
2017-09-14Get rid of <inttypes.h> types.Guy Harris