mirror of
https://github.com/bettercap/bettercap
synced 2025-07-06 21:12:05 -07:00
balls
This commit is contained in:
parent
9f31cfa4b9
commit
593e38d94e
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ func (q *Queue) worker() {
|
|||
pktLayers := pkt.Layers()
|
||||
for _, layer := range pktLayers {
|
||||
proto := layer.LayerType().String()
|
||||
if proto == "DecodeFailure" || proto == "Payload" {
|
||||
if proto == "DecodeFailure" || proto == "Payload" || proto == "Ethernet" {
|
||||
continue
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue