Documentation ¶
Index ¶
- type Decoder
- func (self *Decoder) CanDecode(data []byte, t gopacket.TransportLayer) (canDecode bool)
- func (self *Decoder) Decode(data []byte, t gopacket.TransportLayer) (hook.Protocol, error)
- func (self *Decoder) DetectPacketLength(data []byte, t gopacket.TransportLayer) (length uint64, off uint64, err error)
- func (self *Decoder) Name() string
- func (self *Decoder) String() string
- type Nfs
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Decoder ¶
type Decoder struct {
// contains filtered or unexported fields
}
func NewDecoder ¶
func NewDecoder() *Decoder
func (*Decoder) CanDecode ¶
func (self *Decoder) CanDecode(data []byte, t gopacket.TransportLayer) (canDecode bool)
func (*Decoder) DetectPacketLength ¶
Click to show internal directories.
Click to hide internal directories.