Documentation
¶
Overview ¶
Package classify classifies sessions as certain applications each packet gets sent to a classd daemon (the categorization engine) the classd daemon returns the classification information and classify attaches the information to the session.
Package classify classifies sessions as certain applications each packet gets sent to a classd daemon (the categorization engine) the classd daemon returns the classification information and classify attaches the information to the session.
Package classify classifies sessions as certain applications each packet gets sent to a classd daemon (the categorization engine) the classd daemon returns the classification information and classify attaches the information to the session.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PluginNfqueueHandler ¶
func PluginNfqueueHandler(mess dispatch.NfqueueMessage, ctid uint32, newSession bool) dispatch.NfqueueResult
PluginNfqueueHandler is called for raw nfqueue packets. We pass the packet directly to the Sandvine NAVL library for classification, and push the results to the conntrack dictionary.
func PluginShutdown ¶
func PluginShutdown()
PluginShutdown is called when the daemon is shutting down
func PluginStartup ¶
func PluginStartup()
PluginStartup is called to allow plugin specific initialization
func SetHostPort ¶
func SetHostPort(value string)
SetHostPort sets the address for the classdDaemon. Default is "127.0.0.1:8123"
Types ¶
This section is empty.