1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

r10197: Assume that external dissectors are structs which I think is always the

case.
This commit is contained in:
Tim Potter 2005-09-13 06:39:40 +00:00 committed by Gerald (Jerry) Carter
parent 173655aec2
commit 515f456fac

View File

@ -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;