stream2

package
v0.0.0-...-b3f7bda Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 21, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Plug

type Plug struct {
	ResolveStream func(net gopacket.Flow, transport gopacket.Flow, r io.Reader)

	InternalPlugList map[string]PlugInterface
}

func NewPlug

func NewPlug() *Plug

type PlugInterface

type PlugInterface interface {
	ResolveStream(net gopacket.Flow, transport gopacket.Flow, r io.Reader)
}

type ProtocolStream

type ProtocolStream struct {
	// contains filtered or unexported fields
}

type ProtocolStreamFactory

type ProtocolStreamFactory struct {
	Plug *Plug
}

func (*ProtocolStreamFactory) New

func (m *ProtocolStreamFactory) New(net, transport gopacket.Flow) tcpassembly.Stream

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL