Skip to content

Commit

Permalink
engine: return after logging 0x880a packet
Browse files Browse the repository at this point in the history
  • Loading branch information
irai committed Oct 4, 2021
1 parent 03b3a06 commit 0c28591
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,7 @@ func (h *Handler) processPacket(ether packet.Ether) (err error) {
fastlog.NewLine(module, "unknown 0x880a frame").Int("count", count0x880a).ByteArray("payload", ether.Payload()).Write()
}
count0x880a++
return nil

default:
// fmt.Printf("packet: error invalid ethernet type %s\n", ether)
Expand Down

0 comments on commit 0c28591

Please sign in to comment.