Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc



Module Name:    basesrc
Committed By:   itojun
Date:           Sun Jan  2 13:15:55 UTC 2000

Modified Files:
        basesrc/usr.sbin/tcpdump: isakmp.h print-isakmp.c

Log Message:
avoid use of bitfield in packet format definition.  it is non-portable
(packing constraint is unknown).
avoid use of u_int8_t bitfield.  it is illegal.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 basesrc/usr.sbin/tcpdump/isakmp.h
cvs rdiff -r1.3 -r1.4 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.




Home | Main Index | Thread Index | Old Index