summaryrefslogtreecommitdiff
path: root/print-isakmp.c
Commit message (Collapse)AuthorAgeFilesLines
...
* repair ID payload protocol # decoding. we shouln't check DOI,itojun2000-09-221-8/+11
| | | | and 0 means ANY (not IPPROTO_IP).
* 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
| | | | | there seem to be couple of unsafe use of strcat and strcpy - we should bring in strl{cat,cpy}.
* fix isakmp version # field handling.itojun2000-01-071-3/+9
| | | | | | - previous change (attempt to avoid non-"int" bitfield) broke the structure alignment/size. we've fixed it to u_int8_t. - we nuked use of bitfield.
* 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
| | | | #ifdef h_errno, snprintf -> sprintf, arpa/inet.h for [hn]to[hn][sl]
* - enable build outside of the treeitojun1999-10-301-1/+13
| | | | | | | - endian checks (use WORDS_BIGENDIAN) - fallback def for IPPROTO_{AH,ESP} - sa_len issues - do not use bittypes.h, respect AC_LBL_CHECK_TYPES
* avoid use of sa_len for Linux/Solaris platform.itojun1999-10-301-7/+28
| | | | XXX not really tested
* 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
| | | | | | | Hope I did not break anything. Portability on IPv4-only node needs checking, I'll do this very soon. (sorry for rather jumbo commit) XXx what is _FAVOR_BSD?
* compilable AH/ESP patchesmcr1999-10-171-5/+4
|
* code for ISAKMP protocol headers (rough)mcr1999-10-171-0/+135