| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the nd_uintN_t types more. | Guy Harris | 2015-10-07 | 1 | -3/+3 |
* | Don't require IPv6 library support in order to support IPv6 addresses. | Guy Harris | 2015-09-17 | 1 | -18/+8 |
* | Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h' | Francois-Xavier Le Bail | 2015-09-10 | 1 | -1/+1 |
* | Printers must include 'netdissect.h', not 'interface.h' | Francois-Xavier Le Bail | 2015-09-05 | 1 | -1/+1 |
* | Keep the two line numbers in esp_print_decode_onesecret() separate. | Guy Harris | 2015-08-31 | 1 | -3/+3 |
* | Do case-insensitive comparisons assuming ASCII strings. | Guy Harris | 2015-06-11 | 1 | -4/+6 |
* | Fix a bunch of de-constifications. | Guy Harris | 2015-04-26 | 1 | -12/+12 |
* | dismiss NETDISSECT_REWORKED macro | Denis Ovsienko | 2015-03-22 | 1 | -1/+0 |
* | u_intN_t is dead, long live uintN_t. | Guy Harris | 2014-04-23 | 1 | -4/+4 |
* | convert stray fputs() in print-esp.c | Denis Ovsienko | 2014-04-02 | 1 | -1/+1 |
* | finalize some previous NDO conversions | Denis Ovsienko | 2014-03-26 | 1 | -5/+3 |
* | use ND_PRINT in print-esp.c | Denis Ovsienko | 2014-03-23 | 1 | -4/+4 |
* | don't include addrtoname.h needlessly | Denis Ovsienko | 2014-02-25 | 1 | -1/+0 |
* | Only do the unaligned_mem{cpy,cmp} hack if necessary. | Guy Harris | 2014-01-17 | 1 | -2/+2 |
* | Rework the SA list code. | Guy Harris | 2014-01-17 | 1 | -36/+17 |
* | Use unaligned_memcmp() to compare with IPv{4,6} addresses in a packet. | Guy Harris | 2014-01-16 | 1 | -2/+3 |
* | struct newesp is required regardless of whether we have libcrypto or not. | Guy Harris | 2014-01-08 | 1 | -17/+17 |
* | remove tcpdump's own CVS keywords | Denis Ovsienko | 2014-01-03 | 1 | -5/+0 |
* | Merge branch 'master' of git+ssh://bpf.tcpdump.org/tcpdump/master/git/tcpdump | Michael Richardson | 2014-01-01 | 1 | -1/+44 |
|\ |
|
| * | Pull a bunch of headers into the only source file that includes them. | Guy Harris | 2013-12-30 | 1 | -1/+44 |
* | | whitespace changes | Michael Richardson | 2014-01-01 | 1 | -24/+24 |
|/ |
|
* | Fix compilation warnings: set but unused variables. | Gleb Smirnoff | 2013-11-26 | 1 | -7/+0 |
* | adopt MacOS deprecation workaround from FreeRADIUS | Denis Ovsienko | 2013-10-18 | 1 | -0/+12 |
* | finalize the evp.h bugfix (#46) | Denis Ovsienko | 2013-06-09 | 1 | -0/+4 |
* | undefine HAVE_LIBCRYPTO if configure can't find evp.h | Bill Fenner | 2013-06-09 | 1 | -0/+2 |
* | Don't directly fetch multi-byte integers from packets. | Guy Harris | 2010-02-21 | 1 | -2/+2 |
* | From: Miroslav Lichvar <mlichvar@redhat.com> | mcr | 2007-12-07 | 1 | -1/+3 |
* | added "make check" | mcr | 2007-11-24 | 1 | -105/+286 |
* | Squelch some unsigned vs. signed warnings. | guy | 2005-04-21 | 1 | -7/+7 |
* | The first argument to "ascii_print_with_offset()", "ascii_print()", | guy | 2004-07-21 | 1 | -2/+1 |
* | Move the include of "interface.h" to where it was in 3.8[.x]. | guy | 2004-07-21 | 1 | -6/+2 |
* | From Rick Jones: include "interface.h" so that "strsep()" is declared if | guy | 2004-07-21 | 1 | -1/+2 |
* | print the packet length for ESP packets | hannes | 2004-07-16 | 1 | -2/+3 |
* | From Francis Dupont: ESP decryption should not be performed on the | guy | 2004-04-10 | 1 | -2/+2 |
* | print-esp has been "NDO"-ized. | mcr | 2004-04-05 | 1 | -48/+52 |
* | cleaned up warning. | mcr | 2004-03-25 | 1 | -2/+2 |
* | Fix a keyboardo. | guy | 2003-11-19 | 1 | -2/+2 |
* | Have various routines for printing non-final headers for IPv4/IPv6 | guy | 2003-11-19 | 1 | -6/+9 |
* | Have the configure script arrange that the Makefile define _U_ | guy | 2003-11-16 | 1 | -4/+4 |
* | From Neil Spring: | guy | 2003-11-15 | 1 | -4/+4 |
* | unsigned/signed mixup | itojun | 2003-10-28 | 1 | -2/+3 |
* | #ifdef out a bunch of variables unused if HAVE_LIBCRYPTO isn't defined, | guy | 2003-08-06 | 1 | -4/+14 |
* | fix build without libcrypto | itojun | 2003-07-17 | 1 | -1/+7 |
* | lookup algorithm by EVP_xx in openssl. no need for algorithm table | itojun | 2003-07-17 | 1 | -248/+78 |
* | KNF | itojun | 2003-07-17 | 1 | -251/+219 |
* | Don't bother printing the amount of memory we tried to allocate if the | guy | 2003-05-02 | 1 | -6/+3 |
* | Don't include addinfo.h in Win32 since it's not needed | risso | 2003-04-21 | 1 | -2/+1 |
* | Eliminate a GCC warning about a "char" array subscript - and, by doing | guy | 2003-03-25 | 1 | -2/+2 |
* | From an anonymous SourceForge user: use "u_int32_t", not "uint32_t", to | guy | 2003-03-19 | 1 | -2/+2 |
* | From Kazushi Sugyo: various IPv6 fixes and core dump fixes. | guy | 2003-03-13 | 1 | -34/+74 |