Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PcapConfig ¶ added in v0.16.1
type PcapConfig struct { Device string BufferSize string ImmediateMode bool SnapshotLength string Promiscuous bool Timeout time.Duration Filter string }
PcapConfig struct
type ProbeServer ¶ added in v0.4.0
type ProbeServer struct { Wg *sync.WaitGroup ClosedChan chan struct{} // contains filtered or unexported fields }
ProbeServer struct
func NewProbeServer ¶ added in v0.4.0
NewProbeServer returns a new Server
func (*ProbeServer) PcapConfig ¶ added in v0.16.1
func (s *ProbeServer) PcapConfig() PcapConfig
PcapConfig return ProbeServer.pcapConfig
type Proxy ¶
type Proxy struct { Close context.CancelFunc // contains filtered or unexported fields }
Proxy struct
Click to show internal directories.
Click to hide internal directories.