mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +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
|
@ -111,9 +111,9 @@ public:
|
|||
bool RemoveAction(const FileID& file_id, const RecordVal* args) const;
|
||||
|
||||
/**
|
||||
* Queues an event related to the file's life-cycle.
|
||||
* @return whether the file mapped to \a unique is being ignored.
|
||||
*/
|
||||
void FileEvent(EventHandlerPtr h, File* file);
|
||||
bool IsIgnored(const string& unique);
|
||||
|
||||
protected:
|
||||
|
||||
|
@ -149,11 +149,6 @@ protected:
|
|||
*/
|
||||
bool RemoveFile(const string& unique);
|
||||
|
||||
/**
|
||||
* @return whether the file mapped to \a unique is being ignored.
|
||||
*/
|
||||
bool IsIgnored(const string& unique);
|
||||
|
||||
/**
|
||||
* Sets #current_handle to a unique file handle string based on what the
|
||||
* \c get_file_handle event derives from the connection params. The
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue