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