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:
Robin Sommer 2014-08-22 16:13:33 -07:00
parent bf6dd2e9ca
commit 93e6a4a9db
20 changed files with 16 additions and 999 deletions

View file

@ -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
{