mirror of
https://github.com/bettercap/bettercap
synced 2025-07-07 05:22:04 -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()
|
pktLayers := pkt.Layers()
|
||||||
for _, layer := range pktLayers {
|
for _, layer := range pktLayers {
|
||||||
proto := layer.LayerType().String()
|
proto := layer.LayerType().String()
|
||||||
if proto == "DecodeFailure" || proto == "Payload" {
|
if proto == "DecodeFailure" || proto == "Payload" || proto == "Ethernet" {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue