Ethereal-cvs: Re: [Ethereal-cvs] (no subject)

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

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Tue, 2 Jan 2001 11:57:20 -0800
On Tue, Jan 02, 2001 at 01:46:02PM -0600, Neulinger, Nathan R. wrote:
> Let's see, off the top of my head, I can only think of a couple:
> 
> MAPI - it's got extremely basic support, but no real dissection of the
> contents

Note that the contents of the traffic on port 1065 is DCE RPC traffic
(Microsoft RPC uses the DCE RPC protocol), so, to dissect it, you'd
first need to write a DCE RPC dissector.

(Such a dissector would be useful elsewhere, e.g. Microsoft RPC is also
used in some SMB traffic.  It is, however, probably a significant task
to implement a dissector.)