Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
Parser is a parser for L3/L4 payloads
func New ¶
func New( log logrus.FieldLogger, endpointGetter getters.EndpointGetter, identityGetter getters.IdentityGetter, dnsGetter getters.DNSGetter, ipGetter getters.IPGetter, serviceGetter getters.ServiceGetter, linkGetter getters.LinkGetter, ) (*Parser, error)
New returns a new L3/L4 parser
Click to show internal directories.
Click to hide internal directories.