summaryrefslogtreecommitdiff
path: root/print-isakmp.c
Commit message (Expand)AuthorAgeFilesLines
* "sa_len" is, on some platforms, #defined to something else; useGuy Harris2009-06-291-5/+5
* Make the definition of ikev1_print() match its declaration - at leastGuy Harris2009-06-091-1/+1
* Add __attribute__((format)) to the declarations of the ndo_printf,Guy Harris2009-05-241-2/+2
* Tag with _U_ parameters unused if HAVE_LIBCRYPTO isn't defined. (Yes,guy2008-02-051-6/+24
* Don't call routines if they don't exist.guy2008-01-241-2/+6
* fixed up auth payload printing code.mcr2007-11-271-12/+15
* added "make check"mcr2007-11-241-23/+146
* updated print-isakmp.c to do sensible thing with encrypted payload, andmcr2007-11-221-6/+27
* fully convert print-isakmp.c to NETDISSECT.mcr2007-08-291-52/+53
* fixes for -Wall.mcr2007-08-291-36/+26
* preliminary patch to support decoding IKEv2 packets.mcr2007-08-291-358/+1293
* adjust count of items to reflect new additions.mcr2006-08-271-3/+3
* added additional modp groups to definition.mcr2006-08-271-5/+31
* use new ip_print_demux() routine in ISAKMP UDP-ESP encapmcr2005-04-071-3/+16
* added ESP-in-UDP printer from RFC3948.mcr2005-04-061-5/+56
* From Gisle Vanem: if NPFUNC(np) is known not to be null, we can safelyguy2004-11-041-2/+2
* cleaned up warning.mcr2004-03-251-34/+39
* Add payload length checking.guy2004-03-241-16/+40
* From Bill Fenner: add checks to make sure we don't run past the end ofguy2004-03-121-21/+95
* Pass the length from the payload header to the print routines forguy2004-03-121-70/+74
* Put a null statement after a label that had no statement after it, toguy2004-03-121-2/+2
* Print unsigned values with %u, not %d.guy2004-01-231-2/+2
* bugfix from Jonathan Heusser <jonny@drugphish.ch>hannes2004-01-071-1/+9
* As per George Bakos' suggestion, only print the ":" separator betweenguy2003-12-201-2/+3
* From George Bakos: only print multi-line output with "-v".guy2003-12-201-23/+23
* From George Bakos: catch bogus payload lengths even if we have a routineguy2003-12-151-13/+18
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* From Neil Spring:guy2003-11-151-4/+4
* The "__attribute__((packed))" tag on structures causes some files not toguy2002-12-111-10/+10
* Get rid of the "-Wno-unused" flag, and fix up most of theguy2002-09-051-24/+34
* Constify.guy2002-09-051-123/+151
* Add a few more GCC warnings on GCC >= 2 for ".devel" builds.guy2002-09-051-47/+72
* Added support for Win32, based on WinPcap.risso2002-08-011-8/+7
* whitespace cleanupitojun2002-06-111-3/+3
* Get rid of unneeded incomplete definitions of "struct mbuf" and "structguy2002-06-011-4/+1
* do not subtract size of the field twice. from kameitojun2001-10-261-2/+1
* Use [encrypted %s] instead of the truncation notation [|%s] to notefenner2001-02-201-2/+2
* use safeputchar() instead of cook up on its own.itojun2001-01-281-7/+3
* do not try to pass pointer to data-on-stack. broken during align-friendly fix.itojun2000-12-121-11/+14
* put stripped-down version of ip6.h and icmp6.h into tcpdump tree.itojun2000-10-071-5/+4
* add AES and SHA2-*itojun2000-10-041-5/+7
* don't try to chase unaligned pointer.itojun2000-10-031-120/+163
* always use u_intXX_t for protocol format declaration. char/short/int may notitojun2000-10-031-3/+3
* Get rid of includes of <netinet/in_systm.h>, and replace "n_short",guy2000-09-291-2/+1
* Get rid of unneeded includes of <net/if.h>.guy2000-09-281-2/+1
* tcpdump requires a C compiler that supports prototypes, as they're usedguy2000-09-241-34/+34
* Add an "ip.h" header, to declare the IP stuff needed by dissectors, andguy2000-09-231-3/+3
* Add "tcp.h" and "udp.h" headers, to declare the TCP and UDP stuff neededguy2000-09-231-4/+1
* Add definitions of Ethernet types fromguy2000-09-231-2/+1
* add a function to decode CR payload.itojun2000-09-231-2/+27