Ethereal-dev: Re: [Ethereal-dev] patch to packet-tds.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: Sun, 4 Jan 2004 17:21:56 -0800
On Sun, Jan 04, 2004 at 08:13:55PM +0200, Yaniv Kaul wrote:
> - Adds parsing of error token (Unicode only - do not have a non Unicode 
> sample. Anyone?)

It turns out that the "junk" referred to in my previous message was a
non-Unicode error token; I've checked in changes to handle Unicode vs.
non-Unicode in a similar fashion to the way it's handled in the message
token.

Error tokens, at least in the capture I've seen, also appear to have
what might be a server name, as well as 3 mysterious bytes after the
server name.

I've checked in changes to handle non-Unicode message strings and the
server name, but not to handle the 3 mysterious bytes.  Check to see
whether that still handles your Unicode error token captures correctly.