mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00
Merge remote-tracking branch 'origin/topic/robin/gh-3083-export-fix'
* origin/topic/robin/gh-3083-export-fix: Register test analyzer only for required ports. Fix disappearing unit fields in Spicy type export.
This commit is contained in:
commit
cfbb7eb8ee
3 changed files with 35 additions and 1 deletions
|
@ -985,7 +985,7 @@ bool GlueCompiler::PopulateEvents() {
|
|||
}
|
||||
}
|
||||
|
||||
ev.unit_type = std::move(uinfo.type.as<::spicy::type::Unit>());
|
||||
ev.unit_type = uinfo.type.as<::spicy::type::Unit>();
|
||||
ev.unit_module_id = uinfo.module_id;
|
||||
ev.unit_module_path = uinfo.module_path;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue