mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
FileAnalysis: add more params to some events.
This commit is contained in:
parent
2747e839fb
commit
e2fbee9054
8 changed files with 113 additions and 48 deletions
|
@ -62,7 +62,7 @@ event file_new(f: fa_file)
|
|||
}
|
||||
}
|
||||
|
||||
event file_over_new_connection(f: fa_file)
|
||||
event file_over_new_connection(f: fa_file, c: connection)
|
||||
{
|
||||
print "FILE_OVER_NEW_CONNECTION";
|
||||
}
|
||||
|
@ -72,7 +72,7 @@ event file_timeout(f: fa_file)
|
|||
print "FILE_TIMEOUT";
|
||||
}
|
||||
|
||||
event file_gap(f: fa_file)
|
||||
event file_gap(f: fa_file, offset: count, len: count)
|
||||
{
|
||||
print "FILE_GAP";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue