From 6c22a5bcbd50a2e727e0d8f203f24ec6321d25af Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 13 Sep 2005 06:39:40 +0000 Subject: r10197: Assume that external dissectors are structs which I think is always the case. (This used to be commit 515f456facfeb2cd9893ac65dd96cdda16c9d1ca) --- source4/pidl/lib/Parse/Pidl/Ethereal/NDR.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/pidl/lib/Parse') diff --git a/source4/pidl/lib/Parse/Pidl/Ethereal/NDR.pm b/source4/pidl/lib/Parse/Pidl/Ethereal/NDR.pm index 08acdc4172..4b1dd26876 100644 --- a/source4/pidl/lib/Parse/Pidl/Ethereal/NDR.pm +++ b/source4/pidl/lib/Parse/Pidl/Ethereal/NDR.pm @@ -294,7 +294,7 @@ sub ElementLevel($$$$$) } 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; -- cgit