mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 12:08:20 +00:00
Merge remote-tracking branch 'origin/infallible-analyzer-violation'
* origin/infallible-analyzer-violation:
Remove use of fallible `get_conn_transport_proto` in `analyzer_violation`.
(cherry picked from commit b27c114d68
)
This commit is contained in:
parent
5f04169848
commit
2c236e470b
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ event analyzer_violation(c: connection, atype: AllAnalyzers::Tag, aid: count,
|
|||
info$ts=network_time();
|
||||
info$uid=c$uid;
|
||||
info$id=c$id;
|
||||
info$proto=get_conn_transport_proto(c$id);
|
||||
info$proto=get_port_transport_proto(c$id$orig_p);
|
||||
info$analyzer=analyzer;
|
||||
info$failure_reason=reason;
|
||||
c$dpd = info;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue