mirror of
https://github.com/samba-team/samba.git
synced 2025-08-29 13:49:30 +03:00
r10197: Assume that external dissectors are structs which I think is always the
case.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
173655aec2
commit
515f456fac
@ -294,7 +294,7 @@ sub ElementLevel($$$$$)
|
|||||||
} else {
|
} else {
|
||||||
if ($l->{DATA_TYPE} =~ /^([a-z]+)\_(.*)$/)
|
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;
|
return;
|
||||||
|
Reference in New Issue
Block a user