summaryrefslogtreecommitdiff
path: root/config.h.in
Commit message (Expand)AuthorAgeFilesLines
* Clean up ESP and ISAKMP decryption.Guy Harris2020-01-051-3/+3
* libdnet has bugs, do not use it.Denis Ovsienko2019-11-031-15/+0
* Remove more old-compiler compensation.Guy Harris2019-08-081-6/+0
* Stick with one version of pcap_dump_ftell.c.Denis Ovsienko2018-07-281-1/+1
* Display interface and index and name on DLT_LINUX_SLL2Petr Vorel2018-07-191-0/+3
* Declare the NFLOG pseudo-header ourselves.Guy Harris2018-05-231-3/+0
* Declare the Bluetooth pseudo-header ourselves.Guy Harris2018-05-231-3/+0
* Configure for ether_ntohost() as libpcap does it for ether_hostton().Guy Harris2018-01-221-8/+10
* Again, we don't replace vfprintf().Guy Harris2018-01-211-3/+0
* Don't test for __attribute__ in the configure script.Guy Harris2018-01-211-7/+0
* Use nd_ types, add host-endian extract routines, clean up signed vs. unsigned.Guy Harris2018-01-111-3/+0
* Clean up handling of libdnet headers.Guy Harris2017-12-301-2/+8
* Rename configure.in to configure.ac.Guy Harris2017-11-301-1/+1
* Use alarm() iff we're not on Windows.Guy Harris2017-11-121-3/+0
* regenerateAli Abdulkadir2017-10-241-0/+3
* Add support for remote capture if libpcap supports it.Guy Harris2017-10-201-0/+6
* Get rid of obsolescent configure test.Guy Harris2017-10-161-3/+0
* Check for unaligned memory access support at compile time.Guy Harris2017-10-161-3/+0
* On UN*X, always use sigaction(), and always have signal handlers return void.Guy Harris2017-10-151-15/+0
* Get rid of an unnecessary test.Guy Harris2017-10-151-3/+0
* Use pcap_dump_ftell64() if we have it.Guy Harris2017-09-301-0/+3
* Clean up the stuff we do to get <inttypes.h> stuff defined.Guy Harris2017-09-141-59/+3
* Make the ESP decryption not crash with OpenSSL 1.1.Guy Harris2017-09-011-0/+3
* Handle attributes for function pointers by checking the compiler version.Guy Harris2017-08-191-11/+0
* Check for __attribute__ ((fallthrough)) (GCC 7).Denis Ovsienko2017-07-221-0/+4
* Regenerate config files.Guy Harris2017-02-021-2/+5
* Add support for libcasper library available on FreeBSD 11.0 and newer.Gleb Smirnoff2017-02-011-2/+2
* Handle OpenSSL 1.1.x.Guy Harris2016-06-221-0/+3
* Use the new debugging routines in libpcap.Guy Harris2015-12-301-0/+6
* Get rid of "TCPDUMP" in some libnetdissect codesFrancois-Xavier Le Bail2015-10-081-3/+3
* Don't require IPv6 library support in order to support IPv6 addresses.Guy Harris2015-09-171-15/+3
* Do case-insensitive comparisons assuming ASCII strings.Guy Harris2015-06-111-3/+0
* Don't assume you have <net/if_pflog.h> if you have <net/pfvar.h>.Guy Harris2015-05-171-0/+3
* C compilers can, and some do, optimize away pointer underflow checks.Guy Harris2015-03-021-0/+7
* configure: add support for cap-ng packageFrancois-Xavier Le Bail2015-02-151-0/+6
* Use immediate mode if available.Guy Harris2015-02-101-0/+3
* Regenerate configure script.Guy Harris2014-12-191-3/+0
* Clean up configure check for libsmi.Guy Harris2014-08-311-9/+3
* Add support for FreeBSD capsicum sandboxing.Loganaden Velvindron2014-07-101-0/+18
* Allow builds if libpcap doesn't have pcap_set_tstamp_precision().Guy Harris2014-06-251-0/+3
* Check for pcap_free_datalinks().Guy Harris2014-05-191-1/+4
* Use getopt_long().Guy Harris2014-04-301-0/+3
* We still need u_intN_t.Guy Harris2014-04-231-0/+12
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-15/+0
* Use the new libpcap <pcap/nflog.h> for NFLOG definitions and declarations.Guy Harris2014-02-021-0/+3
* We're not using struct sockaddr_storage any more, so don't check for it.Guy Harris2014-01-171-3/+0
* Clean up handling of -g and -O flags.Guy Harris2013-10-171-3/+9
* Fix build issues with the OpenFlow printer on some systems.Guy Harris2013-06-231-4/+39
* Avoid some warnings from Sun C.Guy Harris2013-06-221-0/+7
* Get rid of acconfig.h.Guy Harris2013-05-121-72/+73