mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38: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`.
This commit is contained in:
commit
b27c114d68
3 changed files with 17 additions and 2 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