Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CaptureOptions ¶
type CaptureOptions struct {
DevName string
PcapFile string
Filter string
Port uint16
GcTime time.Duration
ResultChannel chan<- DNSResult
PacketHandlerCount uint
PacketChannelSize uint
TCPHandlerCount uint
TCPAssemblyChannelSize uint
TCPResultChannelSize uint
IPDefraggerChannelSize uint
IPDefraggerReturnChannelSize uint
Done chan bool
}
type DNSCapturer ¶
type DNSCapturer struct {
// contains filtered or unexported fields
}
func NewDNSCapturer ¶
func NewDNSCapturer(options CaptureOptions) DNSCapturer
func (*DNSCapturer) Start ¶
func (capturer *DNSCapturer) Start()
Click to show internal directories.
Click to hide internal directories.