Ethereal-dev: Re: [Ethereal-dev] Path for session dissector (packet-ses.c/packet-ses.h).

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: Fri, 12 Dec 2003 14:21:22 -0800

On Dec 11, 2003, at 1:51 AM, Sid Sid wrote:

fixed up the problem with concatenated Spdus.
Now session dissector can recognize give/please tokens Spdu correctly.

Checked in, with some cleanups (the "tokens" argument to "dissect_spdu()" will only be true if the PDU type is GIVE_TOKENS or PLEASE_TOKENS, so there's no need to check for those if "tokens" is true, and if "tokens" is false we skip the check for user information and just force "has_user_information" to false).