summaryrefslogtreecommitdiff
path: root/print-isakmp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* repair ID payload protocol # decoding. we shouln't check DOI,itojun2000-09-221-8/+11
* remove non-STDC codeassar2000-07-011-3/+1
* s/u_short/u_int16_t/ for KAME-origin source codesitojun2000-04-281-5/+5
* CERT and SIG payload. fix IPsec-AH transform value. (from KAME)itojun2000-04-241-5/+46
* s/sprintf/snprintf/.itojun2000-01-171-2/+2
* fix isakmp version # field handling.itojun2000-01-071-3/+9
* Switch to config.h instead of passing defines in DEFS.fenner1999-11-211-1/+5
* HP-UX 10.20 build fix <http://www.sics.se/~assar/tcpdump_patches/13>itojun1999-10-301-2/+2
* - enable build outside of the treeitojun1999-10-301-1/+13
* avoid use of sa_len for Linux/Solaris platform.itojun1999-10-301-7/+28
* fix complation on IPv4 host (tested with plain FreeBSD228).itojun1999-10-301-7/+13
* Bring in KAME IPv6 tcpdump. replaces esp/ah/isakmp decoder.itojun1999-10-301-98/+1017
* compilable AH/ESP patchesmcr1999-10-171-5/+4
* code for ISAKMP protocol headers (rough)mcr1999-10-171-0/+135