Subject: tcpdump(8) file format on 64bit arch
To: None <tech-net@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@iijlab.net>
List: tech-net
Date: 06/11/2000 21:23:14
	at this moment, netbsd-current tcpdump(8) writes out "struct timeval"
	into packet dump file (like -w).  this constitutes file incompatibility
	between 32bit arch and 64bit arch.  tcpdump.org codebase now always
	emit 32bit timeval.  Is it okay if I bring in this change?

itojun