package
0.0.0-20221106151256-6cae3029b928
Repository: https://github.com/mushorg/go-dpi.git
Documentation: pkg.go.dev

# Functions

NewWrapperModule returns a new WrapperModule with the default configuration.

# Structs

WrapperError contains the error and the name of the wrapper for a wrapper that failed to initialize.
WrapperModule is the module that contains wrappers for other protocol identification libraries.
WrapperModuleConfig is given to the module's ConfigureModule method, in order to set which wrappers are active and their order.

# Interfaces

Wrapper is implemented by every wrapper.