Documentation
¶
Overview ¶
Package db implements a set of flows enrichment functions
Index ¶
- type GobiDb
- func (g *GobiDb) CloseDbs()
- func (g *GobiDb) FindASN(ipAddr []byte, asn uint32) string
- func (g *GobiDb) FindCountry(ipAddr []byte) string
- func (g *GobiDb) FindDirection(dir uint32) string
- func (g *GobiDb) FindEtype(eType uint32) string
- func (g *GobiDb) FindIpAddr(ipAddr []byte) string
- func (g *GobiDb) FindNetwork(ipAddr []byte, mask uint32) string
- func (g *GobiDb) FindProto(pNumber uint32) string
- func (g *GobiDb) FindSvc(pNumber, port uint32) string
- func (g *GobiDb) OpenDbs(asn, country string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GobiDb ¶
type GobiDb struct { NoPortName bool NoProtoName bool NoEtypeName bool // contains filtered or unexported fields }
func (*GobiDb) FindCountry ¶
func (*GobiDb) FindDirection ¶
func (*GobiDb) FindIpAddr ¶
Click to show internal directories.
Click to hide internal directories.