mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
FileAnalysis: move unique file handle string generation to script-layer
And add minimal integration with HTTP analyzer.
This commit is contained in:
parent
1f6cac9b6d
commit
3dd513e26e
18 changed files with 365 additions and 81 deletions
|
@ -300,7 +300,7 @@ type connection: record {
|
|||
## one protocol analyzer is able to parse the same data. If so, all will
|
||||
## be recorded. Also note that the recorced services are independent of any
|
||||
## transport-level protocols.
|
||||
service: set[string];
|
||||
service: set[string];
|
||||
addl: string; ##< Deprecated.
|
||||
hot: count; ##< Deprecated.
|
||||
history: string; ##< State history of connections. See *history* in :bro:see:`Conn::Info`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue