Ethereal-dev: Re: [Ethereal-dev] packet-smb.c:11327 - si->info_level = t2i->info_level

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: Wed, 20 Feb 2002 13:48:29 -0800
On Wed, Feb 20, 2002 at 10:04:50PM +1100, Ronnie Sahlberg wrote:
> This should make the request reply matching more correct since this patch
> also checks the cmd to see if they are compatible.

Checked in (with the Boolean variable made a "gboolean", and with the
chain of "if"s turned into a chain of "else if"s - no need to do
additional checks once you've decided you have a match).