mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Removing netmap, remaining pieces of the 2ndary path, and left-over
files of packet sorter. Netmap will move to a plugin.
This commit is contained in:
parent
bf6dd2e9ca
commit
93e6a4a9db
20 changed files with 16 additions and 999 deletions
|
@ -12,7 +12,7 @@ namespace plugin {
|
|||
namespace component {
|
||||
|
||||
/**
|
||||
* Component types.
|
||||
* Component types.
|
||||
*/
|
||||
enum Type {
|
||||
READER, /// An input reader (not currently used).
|
||||
|
@ -28,7 +28,7 @@ enum Type {
|
|||
/**
|
||||
* Base class for plugin components. A component is a specific piece of
|
||||
* functionality that a plugin provides, such as a protocol analyzer or a log
|
||||
* writer.
|
||||
* writer.
|
||||
*/
|
||||
class Component
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue