Ethereal-dev: Re: [Ethereal-dev] Superficial changelog of Clearsight's Ethereal

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

From: Guy Harris <gharris@xxxxxxxxx>
Date: Fri, 18 Nov 2005 00:46:04 -0800
Joerg Mayer wrote:

epan/dfilter/scanner.c
	don't include unistd.h
	always set b->yy_is_interactive = 0 (no isatty on win)

That's generated from scanner.l, so those changes might be the result of differences between UN*X and Windows Flex.

packet-ip.c
	handle tos as tos not dscp

That's a preference setting - did they change the default?

wiretap/ascend-scanner.c
	Removed unistd.h include

Another Flex-generated file.