Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssembleObjectStorage ¶
type AssembleStorage ¶
type AssembleStorage struct {
// contains filtered or unexported fields
}
func NewAssembleStorage ¶
func NewAssembleStorage(capStorage *CaptureStorage) (*AssembleStorage, error)
func (*AssembleStorage) Register ¶
func (s *AssembleStorage) Register(t assemble.AssembleType, storage AssembleObjectStorage) error
type CaptureStorage ¶
type CaptureStorage struct {
// contains filtered or unexported fields
}
func NewCaptureStorage ¶
func NewCaptureStorage(path string) (*CaptureStorage, error)
type LayerStorage ¶
type PacketStorage ¶
type PacketStorage struct {
// contains filtered or unexported fields
}
func NewPacketStorage ¶
func NewPacketStorage(capStorage *CaptureStorage) (*PacketStorage, error)
func (*PacketStorage) Close ¶
func (s *PacketStorage) Close() error
func (*PacketStorage) Register ¶
func (s *PacketStorage) Register(t gopacket.LayerType, storage LayerStorage) error
Click to show internal directories.
Click to hide internal directories.