Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | repair ID payload protocol # decoding. we shouln't check DOI, | itojun | 2000-09-22 | 1 | -8/+11 | |
| | | | | and 0 means ANY (not IPPROTO_IP). | |||||
* | remove non-STDC code | assar | 2000-07-01 | 1 | -3/+1 | |
| | ||||||
* | s/u_short/u_int16_t/ for KAME-origin source codes | itojun | 2000-04-28 | 1 | -5/+5 | |
| | ||||||
* | CERT and SIG payload. fix IPsec-AH transform value. (from KAME) | itojun | 2000-04-24 | 1 | -5/+46 | |
| | ||||||
* | s/sprintf/snprintf/. | itojun | 2000-01-17 | 1 | -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. | itojun | 2000-01-07 | 1 | -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. | fenner | 1999-11-21 | 1 | -1/+5 | |
| | ||||||
* | HP-UX 10.20 build fix <http://www.sics.se/~assar/tcpdump_patches/13> | itojun | 1999-10-30 | 1 | -2/+2 | |
| | | | | #ifdef h_errno, snprintf -> sprintf, arpa/inet.h for [hn]to[hn][sl] | |||||
* | - enable build outside of the tree | itojun | 1999-10-30 | 1 | -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. | itojun | 1999-10-30 | 1 | -7/+28 | |
| | | | | XXX not really tested | |||||
* | fix complation on IPv4 host (tested with plain FreeBSD228). | itojun | 1999-10-30 | 1 | -7/+13 | |
| | ||||||
* | Bring in KAME IPv6 tcpdump. replaces esp/ah/isakmp decoder. | itojun | 1999-10-30 | 1 | -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 patches | mcr | 1999-10-17 | 1 | -5/+4 | |
| | ||||||
* | code for ISAKMP protocol headers (rough) | mcr | 1999-10-17 | 1 | -0/+135 | |