mirror of
https://github.com/bettercap/bettercap
synced 2025-08-22 14:24:38 -07:00
typo
This commit is contained in:
parent
03ee8a4d32
commit
d53b87810c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue