Ethereal-dev: Re: [Ethereal-dev] Support SMBreadX in SAMR calls

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

From: "Ronnie Sahlberg" <ronnie_sahlberg@xxxxxxxxxxxxxx>
Date: Sat, 9 Nov 2002 06:01:54 +1100
I think ethereal can decode DCERPC carried ontop of SMBreadX just fine.

Make sure you have DCERPC reassembly enabled :
   DCERPC/Desegment all DCEoverTCP (also includes SMB transport)
   SMB/Reassemble SMB Transaction Payload
   SMB/Reassemble DCERPC over SMB

You probably also want to enable NBSS/Reassemble NBSS over TCP
and TCP/Allow subdissector to desegment TCP streams


----- Original Message ----- 
From: "Devin Heitmueller" 
Subject: [Ethereal-dev] Support SMBreadX in SAMR calls


> Hello,
> 
> I've been doing some work with SAMR calls using Ethereal, and I am
> seeing that Ethereal is incapable of dissecting the trace if the PDU is
> large enough to require the use of SMBreadX and SMBwriteX.  
> 
> Has anyone investigated being able to handle output represented in a
> SMBreadX request?  Has anyone determined that this is not practical or
> technically feasible?
> 
> Thanks,