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:
parent
173655aec2
commit
515f456fac
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user