summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Handle OpenSSL 1.1.x.Guy Harris2016-06-221-1/+10
* Use the new debugging routines in libpcap.Guy Harris2015-12-301-23/+35
* Get rid of "TCPDUMP" in some libnetdissect codesFrancois-Xavier Le Bail2015-10-081-1/+1
* Don't check for libcrypto if we don't have its headers.Guy Harris2015-09-281-2/+14
* Don't require IPv6 library support in order to support IPv6 addresses.Guy Harris2015-09-171-255/+31
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-3/+3
* Do case-insensitive comparisons assuming ASCII strings.Guy Harris2015-06-111-1/+1
* Don't assume you have <net/if_pflog.h> if you have <net/pfvar.h>.Guy Harris2015-05-171-1/+7
* C compilers can, and some do, optimize away pointer underflow checks.Guy Harris2015-03-021-0/+6
* configure: add support for cap-ng packageFrancois-Xavier Le Bail2015-02-151-1/+30
* Use immediate mode if available.Guy Harris2015-02-101-1/+5
* Move pcap function checks to configure.in.Guy Harris2015-02-101-0/+48
* Assume non-buggy getaddrinfo() when cross-compiling.Guy Harris2014-12-191-1/+6
* Don't check for cap_rights_init().Guy Harris2014-12-191-2/+7
* Leave it up to ip6_print() to handle non-IPv6-capable systems.Guy Harris2014-10-011-2/+2
* Document --with-sandbox-capsicum.Guy Harris2014-08-311-1/+3
* Clean up configure check for libsmi.Guy Harris2014-08-311-25/+45
* Add support for FreeBSD capsicum sandboxing.Loganaden Velvindron2014-07-101-0/+21
* Allow builds if libpcap doesn't have pcap_set_tstamp_precision().Guy Harris2014-06-251-0/+5
* delete trailing spaces/tabsFrancois-Xavier Le Bail2014-05-121-2/+2
* Don't care about the Linux kernel version number.Guy Harris2014-05-031-22/+0
* Use getopt_long().Guy Harris2014-04-301-1/+2
* We still need u_intN_t.Guy Harris2014-04-231-11/+27
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-41/+15
* Use the new libpcap <pcap/nflog.h> for NFLOG definitions and declarations.Guy Harris2014-02-021-2/+3
* Check for compiling for IPv6; don't check whether we can create an IPv6 socket.Guy Harris2014-01-171-7/+14
* We're not using struct sockaddr_storage any more, so don't check for it.Guy Harris2014-01-171-7/+0
* Use AC_CHECK_TOOL to find ar.Guy Harris2014-01-161-0/+1
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-2/+0
* Clean up handling of -g and -O flags.Guy Harris2013-10-171-1/+1
* simplify pcap_setdirection() detectionDenis Ovsienko2013-09-121-8/+1
* add support for pcap_setdirection() (GH#252)Thomas Jacob2013-09-121-0/+7
* NFLOG: remove header dependency, add a test caseDenis Ovsienko2013-09-091-1/+1
* IP packet information printing from NFLOG packetPetar2013-08-141-1/+1
* Fix build issues with the OpenFlow printer on some systems.Guy Harris2013-06-231-31/+21
* Avoid some warnings from Sun C.Guy Harris2013-06-221-1/+6
* Get rid of acconfig.h.Guy Harris2013-05-121-13/+20
* Git produces no useful revision information; don't use AC_REVISION().Guy Harris2013-05-121-1/+0
* Require autoconf 2.61 as a minimum, and eliminate stuff that does for you.Guy Harris2013-05-121-1/+1
* Check for extra networking libraries before checking for IPv6.Guy Harris2013-04-061-0/+7
* Simplify the detection of OpenSSL libcrypto by using standard autoconfMarc Abramowitz2012-10-131-66/+7
* Fix the other typo, so setting CPPFLAGS in the environment works correctly.Guy Harris2012-03-051-2/+2
* Fix typo, so setting CPPFLAGS in the environment works correctly.Guy Harris2012-03-031-2/+2
* Back out DLT_PFSYNC support.Guy Harris2012-02-291-1/+1
* Add DLT_PFSYNC support.Guy Harris2012-02-291-1/+1
* Handle systems with getrpcbynumber() but no header file for it.Guy Harris2011-09-021-1/+1
* Don't compile print-babel.c if we don't have IPv6 support.Guy Harris2011-08-141-2/+2
* Include <tcpdump-stdinc.h> when checking for headers.Guy Harris2011-04-041-2/+2
* Properly define {u_}intN_t types when testing pcap/*.h headers.Guy Harris2011-04-041-10/+13
* Expand srcdir in V_INCLS at configure time, not make time.Guy Harris2011-04-041-2/+2