Ethereal-dev: [ethereal-dev] ethereal packet.h packet-smb.c

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Mon, 10 May 1999 15:30:29 -0500
Update of /usr/local/cvsroot/ethereal
In directory pow.zing.org:/tmp/cvs-serv14688

Modified Files:
	packet.h packet-smb.c 
Log Message:
Decode the "flags2" field in the SMB header.

Squelch another "variable may be used without being initialized"
complaint (also due to insufficiently sophisticated dataflow analysis by
EGCS 1.1), and a number of "unused variable" complaints, as well as
"assigning a 'const XXX *' to an 'XXX *'" complaints.