Ethereal-dev: Re: [ethereal-dev] SMB Decode modules

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

From: guy@xxxxxxxxxx (Guy Harris)
Date: Mon, 10 May 1999 18:13:29 -0700 (PDT)
> I now have to get down and write more code to decode the damn things, but
> in the end, I hope to include all the RPC stuff that Microsoft have
> declined to document or include in NetMon ...

Note that it might be useful to have the SMB stuff call a DCE RPC
decoder, with the DCE RPC decoder being usable elsewhere, so that
Ethereal could decode DCE RPC running atop something *other* than SMB.

(I don't know how painful it'd be to handle DCE RPC's "receiver makes it
right" semantics; as long as there's one field in a DCE RPC request or
reply which makes sense only when interpreted in the right byte order,
it would probably be easy.)