Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Context ¶
type Context struct {
CaptureInfo gopacket.CaptureInfo
}
* The assembler context
func (*Context) GetCaptureInfo ¶
func (c *Context) GetCaptureInfo() gopacket.CaptureInfo
type TcpHandler ¶
type TcpHandler interface {
HandlePacket(tcpLayer *layers.TCP, packet gopacket.Packet) error
HandleTicket() error
}
func NewTcpHandler ¶
func NewTcpHandler() TcpHandler
Click to show internal directories.
Click to hide internal directories.