aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
AgeCommit message (Expand)Author
2023-01-30configure, CMakeLists.txt: don't check for snprintf().Guy Harris
2022-03-19Handle DLT_PFLOG on all OSes.Guy Harris
2021-09-29On Solaris, for 64-bit builds, use the 64-bit pcap-config.Guy Harris
2021-09-29Mend "make check" on Solaris 9 (Autoconf only).Denis Ovsienko
2020-01-05Clean up ESP and ISAKMP decryption.Guy Harris
2019-11-03libdnet has bugs, do not use it.Denis Ovsienko
2019-08-08Remove more old-compiler compensation.Guy Harris
2018-07-28Stick with one version of pcap_dump_ftell.c.Denis Ovsienko
2018-07-19Display interface and index and name on DLT_LINUX_SLL2Petr Vorel
2018-05-23Declare the NFLOG pseudo-header ourselves.Guy Harris
2018-05-23Declare the Bluetooth pseudo-header ourselves.Guy Harris
2018-01-22Configure for ether_ntohost() as libpcap does it for ether_hostton().Guy Harris
2018-01-21Again, we don't replace vfprintf().Guy Harris
2018-01-21Don't test for __attribute__ in the configure script.Guy Harris
2018-01-11Use nd_ types, add host-endian extract routines, clean up signed vs. unsigned.Guy Harris
2017-12-30Clean up handling of libdnet headers.Guy Harris
2017-11-30Rename configure.in to configure.ac.Guy Harris
2017-11-12Use alarm() iff we're not on Windows.Guy Harris
2017-10-24regenerateAli Abdulkadir
2017-10-20Add support for remote capture if libpcap supports it.Guy Harris
2017-10-16Get rid of obsolescent configure test.Guy Harris
2017-10-16Check for unaligned memory access support at compile time.Guy Harris
2017-10-15On UN*X, always use sigaction(), and always have signal handlers return void.Guy Harris
2017-10-15Get rid of an unnecessary test.Guy Harris
2017-09-30Use pcap_dump_ftell64() if we have it.Guy Harris
2017-09-14Clean up the stuff we do to get <inttypes.h> stuff defined.Guy Harris
2017-09-01Make the ESP decryption not crash with OpenSSL 1.1.Guy Harris
2017-08-19Handle attributes for function pointers by checking the compiler version.Guy Harris
2017-07-22Check for __attribute__ ((fallthrough)) (GCC 7).Denis Ovsienko
2017-02-02Regenerate config files.Guy Harris
2017-02-01Add support for libcasper library available on FreeBSD 11.0 and newer.Gleb Smirnoff
2016-06-22Handle OpenSSL 1.1.x.Guy Harris
2015-12-30Use the new debugging routines in libpcap.Guy Harris
2015-10-08Get rid of "TCPDUMP" in some libnetdissect codesFrancois-Xavier Le Bail
2015-09-17Don't require IPv6 library support in order to support IPv6 addresses.Guy Harris
2015-06-11Do case-insensitive comparisons assuming ASCII strings.Guy Harris
2015-05-17Don't assume you have <net/if_pflog.h> if you have <net/pfvar.h>.Guy Harris
2015-03-02C compilers can, and some do, optimize away pointer underflow checks.Guy Harris
2015-02-15configure: add support for cap-ng packageFrancois-Xavier Le Bail
2015-02-10Use immediate mode if available.Guy Harris
2014-12-19Regenerate configure script.Guy Harris
2014-08-31Clean up configure check for libsmi.Guy Harris
2014-07-10Add support for FreeBSD capsicum sandboxing.Loganaden Velvindron
2014-06-25Allow builds if libpcap doesn't have pcap_set_tstamp_precision().Guy Harris
2014-05-19Check for pcap_free_datalinks().Guy Harris
2014-04-30Use getopt_long().Guy Harris
2014-04-23We still need u_intN_t.Guy Harris
2014-04-23u_intN_t is dead, long live uintN_t.Guy Harris
2014-02-02Use the new libpcap <pcap/nflog.h> for NFLOG definitions and declarations.Guy Harris
2014-01-17We're not using struct sockaddr_storage any more, so don't check for it.Guy Harris