mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
Minor adjustments to plugin code/docs.
Mostly whitespace/typos. Moved some Plugin methods out from public access.
This commit is contained in:
parent
3ee64ff2ce
commit
69b1ba653d
13 changed files with 138 additions and 73 deletions
|
@ -31,13 +31,13 @@ public:
|
|||
* Initializes the analyzer before input processing starts.
|
||||
*/
|
||||
virtual void Init()
|
||||
{ };
|
||||
{ }
|
||||
|
||||
/**
|
||||
* Finishes the analyzer's operation after all input has been parsed.
|
||||
*/
|
||||
virtual void Done()
|
||||
{ };
|
||||
{ }
|
||||
|
||||
/**
|
||||
* Subclasses may override this metod to receive file data non-sequentially.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue