diff --git a/source/pidl/lib/Parse/Pidl/Ethereal/NDR.pm b/source/pidl/lib/Parse/Pidl/Ethereal/NDR.pm index 08acdc4172e..4b1dd26876c 100644 --- a/source/pidl/lib/Parse/Pidl/Ethereal/NDR.pm +++ b/source/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;