Ethereal-dev: Re: [ethereal-dev] Ethereal on Solaris -- lexical scanner problem s.

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxx>
Date: Fri, 6 Aug 1999 16:29:53 -0700 (PDT)
> Got it, thanks.  It blows up in my Ethereal, too.

"tcpdump" doesn't like it, either:

	tooting$ tcpdump -r /tmp/barf.pcap
	18:00:44.614952 192.168.201.221.4321 > 192.168.201.231.1433: S
	572653568:572653610(42) win 4096
	18:00:59.001565 192.168.201.223.4321 > 192.168.201.234.1433: S
	572653568:572653610(42) win 4096
	tcpdump: pcap_loop: bogus savefile header

so it looks as if we wrote it out wrong somehow (odd, given that we're
using "libpcap", not "wiretap", to write out capture files).