summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
...
* Use pcap_dump_ftell64() if we have it.Guy Harris2017-09-301-1/+13
* Compile with '-Wassign-enum' in devel mode if supportedFrancois-Xavier Le Bail2017-09-201-0/+43
* Clean up the stuff we do to get <inttypes.h> stuff defined.Guy Harris2017-09-141-549/+22
* Make the ESP decryption not crash with OpenSSL 1.1.Guy Harris2017-09-011-5/+20
* Handle attributes for function pointers by checking the compiler version.Guy Harris2017-08-191-125/+0
* Check for __attribute__ ((fallthrough)) (GCC 7).Denis Ovsienko2017-07-221-0/+51
* Merge pull request #588 from glebius/casperGuy Harris2017-02-021-0/+92
|\
| * Add support for libcasper library available on FreeBSD 11.0 and newer.Gleb Smirnoff2017-02-011-0/+92
* | refine the feedback guidelinesDenis Ovsienko2017-02-021-1/+1
* | Stop processing IPPROTO_ values once we hit IPPROTO_IPCOMP.Guy Harris2017-01-181-1/+0
|/
* Compile with '-Wpedantic' in devel mode instead of '-pedantic'fxlb2016-11-011-10/+10
* Compile with '-Wused-but-marked-unused' in devel mode if supportedFrancois-Xavier Le Bail2016-08-191-0/+43
* Allow building with libcrypto not in the default directory.Guy Harris2016-07-131-5/+24
* Handle OpenSSL 1.1.x.Guy Harris2016-06-221-1/+20
* Use the new debugging routines in libpcap.Guy Harris2015-12-301-19/+51
* Get rid of "TCPDUMP" in some libnetdissect codesFrancois-Xavier Le Bail2015-10-081-1/+1
* We need -Werror when testing whether -f or -m flags work.Guy Harris2015-09-291-12/+144
* Don't check for libcrypto if we don't have its headers.Guy Harris2015-09-281-2/+18
* Don't require IPv6 library support in order to support IPv6 addresses.Guy Harris2015-09-171-572/+30
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-3/+3
* '-pedantic' option is supported by Travis, '-Wpedantic' is notFrancois-Xavier Le Bail2015-09-091-4/+4
* Compile with '-Wold-style-definition' in devel modeFrancois-Xavier Le Bail2015-09-091-0/+32
* Fix incorrect detection of '-Wstrict-prototypes' optionFrancois-Xavier Le Bail2015-09-091-11/+47
* Compile with '-Wpedantic' in devel mode as an attempt to get gcc-ismFrancois-Xavier Le Bail2015-08-191-0/+32
* Compile with '-Wdeclaration-after-statement' in devel modeFrancois-Xavier Le Bail2015-08-181-0/+32
* Compile with -WshadowFrancois-Xavier Le Bail2015-07-291-0/+32
* Do case-insensitive comparisons assuming ASCII strings.Guy Harris2015-06-111-13/+0
* Don't assume you have <net/if_pflog.h> if you have <net/pfvar.h>.Guy Harris2015-05-171-1/+19
* Compile with -Wcast-qual.Guy Harris2015-04-261-0/+32
* C compilers can, and some do, optimize away pointer underflow checks.Guy Harris2015-03-021-0/+42
* configure: add support for cap-ng packageFrancois-Xavier Le Bail2015-02-151-1/+95
* Use immediate mode if available.Guy Harris2015-02-101-1/+5
* Move pcap function checks to configure.in.Guy Harris2015-02-101-104/+104
* Assume non-buggy getaddrinfo() when cross-compiling.Guy Harris2014-12-191-1/+7
* Regenerate configure script.Guy Harris2014-12-191-2/+7
* Regenerate configure script.Guy Harris2014-11-051-19/+29
* Leave it up to ip6_print() to handle non-IPv6-capable systems.Guy Harris2014-10-011-2/+2
* Merge branch 'master' of git+ssh://bpf.tcpdump.org/tcpdump/master/git/tcpdumpMichael Richardson2014-09-021-36/+83
|\
| * Document --with-sandbox-capsicum.Guy Harris2014-08-311-1/+2
| * Clean up configure check for libsmi.Guy Harris2014-08-311-36/+38
| * Add support for FreeBSD capsicum sandboxing.Loganaden Velvindron2014-07-101-0/+44
* | these changes to aclocal let tcpdump, when build out of source tree,Michael Richardson2014-09-021-5/+17
|/
* Allow builds if libpcap doesn't have pcap_set_tstamp_precision().Guy Harris2014-06-251-0/+15
* Check for pcap_free_datalinks().Guy Harris2014-05-191-4/+21
* Don't care about the Linux kernel version number.Guy Harris2014-05-031-32/+0
* Use getopt_long().Guy Harris2014-04-301-0/+14
* We still need u_intN_t.Guy Harris2014-04-231-81/+31
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-71/+88
* Use the new libpcap <pcap/nflog.h> for NFLOG definitions and declarations.Guy Harris2014-02-021-2/+15
* Check for compiling for IPv6; don't check whether we can create an IPv6 socket.Guy Harris2014-01-171-17/+13