Ethereal-cvs: [Ethereal-cvs] r11506 - trunk/epan/dissectors:

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

Date: Sat, 24 Jul 2004 04:59:03 -0500 (CDT)
Author: guy
Date: Sat Jul 24 04:59:00 2004
New Revision: 11506

Modified:
   trunk/epan/dissectors/packet-smb-browse.c
Log:
In "dissect_smb_server_type_flags()":

	explicitly pass NULL as the tree argument to
	"dissect_ndr_uint32()" - "tree", which was passed before, was
	definitely null at that point, and the intent is that it not put
	anything into the protocol tree;

	use the correct offset when putting items into the protocol tree
	(the offset has been advanced just past the end of the field at
	the time the items are being put into the protocol tree).