Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 10/04/2000 06:53:24
Module Name: basesrc
Committed By: itojun
Date: Wed Oct 4 03:53:24 UTC 2000
Modified Files:
basesrc/usr.sbin/tcpdump: ipsec_doi.h isakmp.h print-isakmp.c
Log Message:
add new cipher DOI # including AES.
add CR payload decoder. fix ID payload decode.
have __attribute__((__packed__)) for align picky arch
(tcpdump.org code has better fix with lots of memcpy, however,
tcpdump.org version needs more verfication).
basically, sync with kame tree.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 basesrc/usr.sbin/tcpdump/ipsec_doi.h
cvs rdiff -r1.3 -r1.4 basesrc/usr.sbin/tcpdump/isakmp.h
cvs rdiff -r1.5 -r1.6 basesrc/usr.sbin/tcpdump/print-isakmp.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.