plan9fox/sys
cinap_lenrek 46bbeea040 snoopy: fix timestamps for pcap files (thanks BurnZeZ)
the pcap files produced by snoopy had the wrong timestamps because it expected:

/* magic=0xa1b2c3d4 */
ulong ts_sec;	/* seconds*/
ulong ts_usec;	/* microseconds */

but we wrote:

uvlong ts;		/* nanoseconds */

now, we write:

/* magic=0xa1b23c4d */
ulong ts_sec;	/* seconds */
ulong ts_nsec;	/* nanoseconds */
2015-12-23 02:00:09 +01:00
..
doc /sys/doc: permissions for cleanps, mkdirlist, mkfilelist 2012-10-20 19:09:54 +02:00
games/lib fortunes: If you get this, delete it. - Sorry! -- Tim Berners-Lee, www-talk, Mon, 28 Oct 91 14:34:12 GMT+0100 2015-11-27 17:04:02 -05:00
include libjson: added printing support (thanks spew) 2015-12-22 18:12:56 +01:00
lib /sys/lib/dist/ndb/common: update for sl's auth servers 2015-12-11 14:18:06 -05:00
man libjson: added printing support (thanks spew) 2015-12-22 18:12:56 +01:00
src snoopy: fix timestamps for pcap files (thanks BurnZeZ) 2015-12-23 02:00:09 +01:00