Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HTTPStreamFactory ¶
type HTTPStreamFactory struct{}
HTTPStreamFactory implements tcpassembly.StreamFactory
func (*HTTPStreamFactory) New ¶
func (h *HTTPStreamFactory) New(net, transport gopacket.Flow) tcpassembly.Stream
New - make a new instance of an httpStream
type HTTPStreamRecord ¶
type NetMetrics ¶
type NetMetrics struct {
UnusablePacket uint64
DNSPacket uint64
TCPPacket uint64
UDPPacket uint64
IPSecAHPacket uint64
IPSecESPPacket uint64
DNSRequests map[string]int
HTTPStreams *list.List
TLSClientHellos *list.List
}
NetMetrics - counts network things
Click to show internal directories.
Click to hide internal directories.