mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 10:46:57 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
8dfe78c491
commit
7a662cfee4
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ func mainParser(pkt gopacket.Packet, verbose bool) bool {
|
|||
tlayer := pkt.TransportLayer()
|
||||
if tlayer == nil {
|
||||
log.Debug("Missing transport layer skipping packet.")
|
||||
log.Debug("%s", pkt.Dump())
|
||||
return false
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue