svn commit: samba r10197 - in branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Ethereal: .

tpot at samba.org tpot at samba.org
Tue Sep 13 06:39:40 GMT 2005


Author: tpot
Date: 2005-09-13 06:39:40 +0000 (Tue, 13 Sep 2005)
New Revision: 10197

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10197

Log:
Assume that external dissectors are structs which I think is always the
case.

Modified:
   branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Ethereal/NDR.pm


Changeset:
Modified: branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Ethereal/NDR.pm
===================================================================
--- branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Ethereal/NDR.pm	2005-09-13 06:32:42 UTC (rev 10196)
+++ branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Ethereal/NDR.pm	2005-09-13 06:39:40 UTC (rev 10197)
@@ -294,7 +294,7 @@
 			} else {
 				if ($l->{DATA_TYPE} =~ /^([a-z]+)\_(.*)$/)
 				{
-					pidl_code "offset = $1_dissect_$2(tvb,offset,pinfo,tree,drep,$hf,$param);";
+					pidl_code "offset = $1_dissect_struct_$2(tvb,offset,pinfo,tree,drep,$hf,$param);";
 				}
 
 				return;



More information about the samba-cvs mailing list