This commit is contained in:
Murilo Santana 2018-03-22 02:00:30 -03:00
commit d53b87810c

View file

@ -168,7 +168,7 @@ func (q *Queue) worker() {
q.trackProtocols(pkt)
pktSize := uint64(len(pkt.Data()))
q.Stats.UpdateReceived(pktSize)
q.Stats.updateReceived(pktSize)
q.onPacketCallback(pkt)
// decode eth and ipv4 layers