summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Remove the hacks to avoid floating-point issues in the tcpdump checks.Guy Harris2020-02-041-52/+2
* Clean up ESP and ISAKMP decryption.Guy Harris2020-01-051-4/+4
* libdnet has bugs, do not use it.Denis Ovsienko2019-11-031-129/+0
* Remove more old-compiler compensation.Guy Harris2019-08-081-30/+12
* Use -Wpointer-sign if it's availableFrancois-Xavier Le Bail2019-07-131-1/+56
* (update configure too)Craig Leres2019-05-021-1/+1
* Note that we don't need to worry about pkg-config lacking --exists.Guy Harris2019-04-301-0/+4
* Use pkg-config if we can. Clean up some CMake stuff.Guy Harris2019-04-261-41/+190
* Require sys/capsicum.h to use Capsicum.Guy Harris2018-11-091-1/+14
* Compile with '-Wsign-compare' in devel mode if supportedFrancois-Xavier Le Bail2018-10-291-0/+43
* Don't warn about declarations after statements.Guy Harris2018-09-151-43/+0
* Don't warn about declarations after statements.Guy Harris2018-09-151-13/+9
* Fix spacesFrancois-Xavier Le Bail2018-09-031-1/+1
* Remove a useless warning about the SMB decoder.Denis Ovsienko2018-07-281-2/+0
* Fix a typo in a comment.Denis Ovsienko2018-07-281-1/+1
* Try the pcap_dump_ftell() check after pcap-config.Denis Ovsienko2018-07-281-13/+14
* Stick with one version of pcap_dump_ftell.c.Denis Ovsienko2018-07-281-17/+13
* Display interface and index and name on DLT_LINUX_SLL2Petr Vorel2018-07-191-1/+1
* Compile with '-Wunreachable-code-return' in devel mode if supportedFrancois-Xavier Le Bail2018-07-171-0/+43
* Sort the tested compiler warning optionsFrancois-Xavier Le Bail2018-07-071-131/+143
* Declare the NFLOG pseudo-header ourselves.Guy Harris2018-05-231-24/+0
* Declare the Bluetooth pseudo-header ourselves.Guy Harris2018-05-231-13/+0
* If we have a local libpcap, add it to the dependencies for tcpdump.Guy Harris2018-01-221-2/+6
* Regenerate configure script.Guy Harris2018-01-221-2/+5
* Configure for ether_ntohost() as libpcap does it for ether_hostton().Guy Harris2018-01-221-68/+122
* Don't check for netinet/if_ether.h unless we need it.Guy Harris2018-01-221-44/+19
* Clean up comments to reflect reality.Guy Harris2018-01-211-10/+12
* Again, we don't replace vfprintf().Guy Harris2018-01-211-13/+0
* Don't test for __attribute__ in the configure script.Guy Harris2018-01-211-144/+0
* Use nd_ types, add host-endian extract routines, clean up signed vs. unsigned.Guy Harris2018-01-111-13/+0
* Use pcapng as the name of the file format.Guy Harris2018-01-081-2/+2
* C99 - ask for it by name!Guy Harris2018-01-071-0/+177
* Clean up handling of libdnet headers.Guy Harris2017-12-301-74/+117
* Fix typo, and request additional libraries for *static* linking.Guy Harris2017-11-301-4/+5
* Fix the handling of libpcap.Guy Harris2017-11-291-108/+145
* Regenerate configure script.Guy Harris2017-11-131-140/+141
* Use alarm() iff we're not on Windows.Guy Harris2017-11-121-5/+4
* improved check for ipv6 support on windows (autotools)Ali Abdulkadir2017-11-061-0/+4
* regenerateAli Abdulkadir2017-10-241-0/+13
* Add support for remote capture if libpcap supports it.Guy Harris2017-10-201-17/+39
* Do the version number the way it's now done for libpcap.Guy Harris2017-10-161-15/+18
* Get rid of obsolescent configure test.Guy Harris2017-10-161-36/+0
* Check for unaligned memory access support at compile time.Guy Harris2017-10-161-95/+0
* On UN*X, always use sigaction(), and always have signal handlers return void.Guy Harris2017-10-151-79/+0
* Get rid of an unnecessary test.Guy Harris2017-10-151-34/+0
* 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