aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
AgeCommit message (Expand)Author
2022-10-06autoconf, cmake: fix generated pcap-config and libpcap.pc.Guy Harris
2022-07-13Improve handling of C++.Guy Harris
2022-07-13Regenerate configure script.Guy Harris
2022-03-15pcap-usb-linux: fix scan for usbmon devices.Guy Harris
2022-02-20Improve handling of DLT_PFLOG when generating filter code.Guy Harris
2021-05-12On Linux, don't assume the compiler supports __atomic builtins.Guy Harris
2021-04-09Get the previous commit right.Denis Ovsienko
2021-04-09Define timeradd() and timersub() if necessary.Denis Ovsienko
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-19dpdk: check for rte_eth_dev_count_avail().Guy Harris
2020-04-11Add support for UTF-8 strings on Windows.Guy Harris
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-08-09Remove some workarounds for old compilers.Guy Harris
2019-03-19Make sure asprintf() is declared if it's present.Guy Harris
2019-03-10configure: Add Haiku header checksFrançois Revol
2019-03-10configure: Add Haiku detectionFrançois Revol
2019-02-10We need rte_bus.h, which showed up later than rte_delay_us_block().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-06Merge branch 'master' of https://github.com/rixed/libpcap into rixed-masterGuy Harris
2019-01-06Fix handling of DPDK-only configuration.Guy Harris
2018-12-17modify CMakeLists.txt and configure to support dpdkjingleyang
2018-09-14On Linux, check for sys/eventfd.h with autoconf as well.Guy Harris
2018-09-13Bring openssl onboard.Cedric Cellier
2018-09-09Assume we have limits.h.Guy Harris
2018-08-04Check for required alignment by testing CPU types.Guy Harris
2018-08-02Remove --with-sita option.Guy Harris
2018-05-16Note why we assume we have libdagconf if we have libdag.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-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-15Add a routine to format error messages with an errno-based message at the end.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-03Call the flag to enable remote capture ENABLE_REMOTE.Guy Harris
2017-09-27Fix a typo.Guy Harris
2017-09-22Clean up the "find first bit set" stuff.Guy Harris
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-15Don't test for capture devices, test for header files.Guy Harris
2017-09-11Use C99 {u}intN_t types rather than BSD {u_}intN_t types.Guy Harris