Versions in this module Expand all Collapse all v1 v1.3.1 Sep 14, 2016 Changes in this version + var DatabaseCommands = []string + type Mongodb struct + MaxDocLength int + MaxDocs int + Ports []int + SendRequest bool + SendResponse bool + func (mongodb *Mongodb) ConnectionTimeout() time.Duration + func (mongodb *Mongodb) GapInStream(tcptuple *common.TcpTuple, dir uint8, nbytes int, private protos.ProtocolData) (priv protos.ProtocolData, drop bool) + func (mongodb *Mongodb) GetPorts() []int + func (mongodb *Mongodb) Init(test_mode bool, results publish.Transactions) error + func (mongodb *Mongodb) InitDefaults() + func (mongodb *Mongodb) Parse(pkt *protos.Packet, tcptuple *common.TcpTuple, dir uint8, ...) protos.ProtocolData + func (mongodb *Mongodb) ReceivedFin(tcptuple *common.TcpTuple, dir uint8, private protos.ProtocolData) protos.ProtocolData