Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PluginManager ¶
type PluginManager interface {
RegisterPlugin(plugin StreamPlugin)
RegisterHttpHandler(pattern string, handler func(http.ResponseWriter, *http.Request))
}
type ReassembledStream ¶
type StreamPlugin ¶
type StreamPlugin interface {
InitPlugin(manager PluginManager)
DistributeReassembledStream(stream ReassembledStream)
DistributeTCPPacketPayload(tcpPacket TCPPacketPayload)
}
type TCPPacketPayload ¶
Click to show internal directories.
Click to hide internal directories.