| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up ESP and ISAKMP decryption. | Guy Harris | 2020-01-05 | 1 | -3/+3 |
* | libdnet has bugs, do not use it. | Denis Ovsienko | 2019-11-03 | 1 | -15/+0 |
* | Remove more old-compiler compensation. | Guy Harris | 2019-08-08 | 1 | -6/+0 |
* | Stick with one version of pcap_dump_ftell.c. | Denis Ovsienko | 2018-07-28 | 1 | -1/+1 |
* | Display interface and index and name on DLT_LINUX_SLL2 | Petr Vorel | 2018-07-19 | 1 | -0/+3 |
* | Declare the NFLOG pseudo-header ourselves. | Guy Harris | 2018-05-23 | 1 | -3/+0 |
* | Declare the Bluetooth pseudo-header ourselves. | Guy Harris | 2018-05-23 | 1 | -3/+0 |
* | Configure for ether_ntohost() as libpcap does it for ether_hostton(). | Guy Harris | 2018-01-22 | 1 | -8/+10 |
* | Again, we don't replace vfprintf(). | Guy Harris | 2018-01-21 | 1 | -3/+0 |
* | Don't test for __attribute__ in the configure script. | Guy Harris | 2018-01-21 | 1 | -7/+0 |
* | Use nd_ types, add host-endian extract routines, clean up signed vs. unsigned. | Guy Harris | 2018-01-11 | 1 | -3/+0 |
* | Clean up handling of libdnet headers. | Guy Harris | 2017-12-30 | 1 | -2/+8 |
* | Rename configure.in to configure.ac. | Guy Harris | 2017-11-30 | 1 | -1/+1 |
* | Use alarm() iff we're not on Windows. | Guy Harris | 2017-11-12 | 1 | -3/+0 |
* | regenerate | Ali Abdulkadir | 2017-10-24 | 1 | -0/+3 |
* | Add support for remote capture if libpcap supports it. | Guy Harris | 2017-10-20 | 1 | -0/+6 |
* | Get rid of obsolescent configure test. | Guy Harris | 2017-10-16 | 1 | -3/+0 |
* | Check for unaligned memory access support at compile time. | Guy Harris | 2017-10-16 | 1 | -3/+0 |
* | On UN*X, always use sigaction(), and always have signal handlers return void. | Guy Harris | 2017-10-15 | 1 | -15/+0 |
* | Get rid of an unnecessary test. | Guy Harris | 2017-10-15 | 1 | -3/+0 |
* | Use pcap_dump_ftell64() if we have it. | Guy Harris | 2017-09-30 | 1 | -0/+3 |
* | Clean up the stuff we do to get <inttypes.h> stuff defined. | Guy Harris | 2017-09-14 | 1 | -59/+3 |
* | Make the ESP decryption not crash with OpenSSL 1.1. | Guy Harris | 2017-09-01 | 1 | -0/+3 |
* | Handle attributes for function pointers by checking the compiler version. | Guy Harris | 2017-08-19 | 1 | -11/+0 |
* | Check for __attribute__ ((fallthrough)) (GCC 7). | Denis Ovsienko | 2017-07-22 | 1 | -0/+4 |
* | Regenerate config files. | Guy Harris | 2017-02-02 | 1 | -2/+5 |
* | Add support for libcasper library available on FreeBSD 11.0 and newer. | Gleb Smirnoff | 2017-02-01 | 1 | -2/+2 |
* | Handle OpenSSL 1.1.x. | Guy Harris | 2016-06-22 | 1 | -0/+3 |
* | Use the new debugging routines in libpcap. | Guy Harris | 2015-12-30 | 1 | -0/+6 |
* | Get rid of "TCPDUMP" in some libnetdissect codes | Francois-Xavier Le Bail | 2015-10-08 | 1 | -3/+3 |
* | Don't require IPv6 library support in order to support IPv6 addresses. | Guy Harris | 2015-09-17 | 1 | -15/+3 |
* | Do case-insensitive comparisons assuming ASCII strings. | Guy Harris | 2015-06-11 | 1 | -3/+0 |
* | Don't assume you have <net/if_pflog.h> if you have <net/pfvar.h>. | Guy Harris | 2015-05-17 | 1 | -0/+3 |
* | C compilers can, and some do, optimize away pointer underflow checks. | Guy Harris | 2015-03-02 | 1 | -0/+7 |
* | configure: add support for cap-ng package | Francois-Xavier Le Bail | 2015-02-15 | 1 | -0/+6 |
* | Use immediate mode if available. | Guy Harris | 2015-02-10 | 1 | -0/+3 |
* | Regenerate configure script. | Guy Harris | 2014-12-19 | 1 | -3/+0 |
* | Clean up configure check for libsmi. | Guy Harris | 2014-08-31 | 1 | -9/+3 |
* | Add support for FreeBSD capsicum sandboxing. | Loganaden Velvindron | 2014-07-10 | 1 | -0/+18 |
* | Allow builds if libpcap doesn't have pcap_set_tstamp_precision(). | Guy Harris | 2014-06-25 | 1 | -0/+3 |
* | Check for pcap_free_datalinks(). | Guy Harris | 2014-05-19 | 1 | -1/+4 |
* | Use getopt_long(). | Guy Harris | 2014-04-30 | 1 | -0/+3 |
* | We still need u_intN_t. | Guy Harris | 2014-04-23 | 1 | -0/+12 |
* | u_intN_t is dead, long live uintN_t. | Guy Harris | 2014-04-23 | 1 | -15/+0 |
* | Use the new libpcap <pcap/nflog.h> for NFLOG definitions and declarations. | Guy Harris | 2014-02-02 | 1 | -0/+3 |
* | We're not using struct sockaddr_storage any more, so don't check for it. | Guy Harris | 2014-01-17 | 1 | -3/+0 |
* | Clean up handling of -g and -O flags. | Guy Harris | 2013-10-17 | 1 | -3/+9 |
* | Fix build issues with the OpenFlow printer on some systems. | Guy Harris | 2013-06-23 | 1 | -4/+39 |
* | Avoid some warnings from Sun C. | Guy Harris | 2013-06-22 | 1 | -0/+7 |
* | Get rid of acconfig.h. | Guy Harris | 2013-05-12 | 1 | -72/+73 |