| Commit message (Expand) | Author | Age | Files | Lines |
* | "sa_len" is, on some platforms, #defined to something else; use | Guy Harris | 2009-06-29 | 1 | -5/+5 |
* | Make the definition of ikev1_print() match its declaration - at least | Guy Harris | 2009-06-09 | 1 | -1/+1 |
* | Add __attribute__((format)) to the declarations of the ndo_printf, | Guy Harris | 2009-05-24 | 1 | -2/+2 |
* | Tag with _U_ parameters unused if HAVE_LIBCRYPTO isn't defined. (Yes, | guy | 2008-02-05 | 1 | -6/+24 |
* | Don't call routines if they don't exist. | guy | 2008-01-24 | 1 | -2/+6 |
* | fixed up auth payload printing code. | mcr | 2007-11-27 | 1 | -12/+15 |
* | added "make check" | mcr | 2007-11-24 | 1 | -23/+146 |
* | updated print-isakmp.c to do sensible thing with encrypted payload, and | mcr | 2007-11-22 | 1 | -6/+27 |
* | fully convert print-isakmp.c to NETDISSECT. | mcr | 2007-08-29 | 1 | -52/+53 |
* | fixes for -Wall. | mcr | 2007-08-29 | 1 | -36/+26 |
* | preliminary patch to support decoding IKEv2 packets. | mcr | 2007-08-29 | 1 | -358/+1293 |
* | adjust count of items to reflect new additions. | mcr | 2006-08-27 | 1 | -3/+3 |
* | added additional modp groups to definition. | mcr | 2006-08-27 | 1 | -5/+31 |
* | use new ip_print_demux() routine in ISAKMP UDP-ESP encap | mcr | 2005-04-07 | 1 | -3/+16 |
* | added ESP-in-UDP printer from RFC3948. | mcr | 2005-04-06 | 1 | -5/+56 |
* | From Gisle Vanem: if NPFUNC(np) is known not to be null, we can safely | guy | 2004-11-04 | 1 | -2/+2 |
* | cleaned up warning. | mcr | 2004-03-25 | 1 | -34/+39 |
* | Add payload length checking. | guy | 2004-03-24 | 1 | -16/+40 |
* | From Bill Fenner: add checks to make sure we don't run past the end of | guy | 2004-03-12 | 1 | -21/+95 |
* | Pass the length from the payload header to the print routines for | guy | 2004-03-12 | 1 | -70/+74 |
* | Put a null statement after a label that had no statement after it, to | guy | 2004-03-12 | 1 | -2/+2 |
* | Print unsigned values with %u, not %d. | guy | 2004-01-23 | 1 | -2/+2 |
* | bugfix from Jonathan Heusser <jonny@drugphish.ch> | hannes | 2004-01-07 | 1 | -1/+9 |
* | As per George Bakos' suggestion, only print the ":" separator between | guy | 2003-12-20 | 1 | -2/+3 |
* | From George Bakos: only print multi-line output with "-v". | guy | 2003-12-20 | 1 | -23/+23 |
* | From George Bakos: catch bogus payload lengths even if we have a routine | guy | 2003-12-15 | 1 | -13/+18 |
* | 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 |
* | The "__attribute__((packed))" tag on structures causes some files not to | guy | 2002-12-11 | 1 | -10/+10 |
* | Get rid of the "-Wno-unused" flag, and fix up most of the | guy | 2002-09-05 | 1 | -24/+34 |
* | Constify. | guy | 2002-09-05 | 1 | -123/+151 |
* | Add a few more GCC warnings on GCC >= 2 for ".devel" builds. | guy | 2002-09-05 | 1 | -47/+72 |
* | Added support for Win32, based on WinPcap. | risso | 2002-08-01 | 1 | -8/+7 |
* | whitespace cleanup | itojun | 2002-06-11 | 1 | -3/+3 |
* | Get rid of unneeded incomplete definitions of "struct mbuf" and "struct | guy | 2002-06-01 | 1 | -4/+1 |
* | do not subtract size of the field twice. from kame | itojun | 2001-10-26 | 1 | -2/+1 |
* | Use [encrypted %s] instead of the truncation notation [|%s] to note | fenner | 2001-02-20 | 1 | -2/+2 |
* | use safeputchar() instead of cook up on its own. | itojun | 2001-01-28 | 1 | -7/+3 |
* | do not try to pass pointer to data-on-stack. broken during align-friendly fix. | itojun | 2000-12-12 | 1 | -11/+14 |
* | put stripped-down version of ip6.h and icmp6.h into tcpdump tree. | itojun | 2000-10-07 | 1 | -5/+4 |
* | add AES and SHA2-* | itojun | 2000-10-04 | 1 | -5/+7 |
* | don't try to chase unaligned pointer. | itojun | 2000-10-03 | 1 | -120/+163 |
* | always use u_intXX_t for protocol format declaration. char/short/int may not | itojun | 2000-10-03 | 1 | -3/+3 |
* | Get rid of includes of <netinet/in_systm.h>, and replace "n_short", | guy | 2000-09-29 | 1 | -2/+1 |
* | Get rid of unneeded includes of <net/if.h>. | guy | 2000-09-28 | 1 | -2/+1 |
* | tcpdump requires a C compiler that supports prototypes, as they're used | guy | 2000-09-24 | 1 | -34/+34 |
* | Add an "ip.h" header, to declare the IP stuff needed by dissectors, and | guy | 2000-09-23 | 1 | -3/+3 |
* | Add "tcp.h" and "udp.h" headers, to declare the TCP and UDP stuff needed | guy | 2000-09-23 | 1 | -4/+1 |
* | Add definitions of Ethernet types from | guy | 2000-09-23 | 1 | -2/+1 |
* | add a function to decode CR payload. | itojun | 2000-09-23 | 1 | -2/+27 |