This commit is contained in:
黄思敏 2022-08-29 09:33:06 +08:00
parent f456a08a68
commit 26d8023cf1

View File

@ -74,6 +74,6 @@ func testmain() {
log.Printf("Ethertype: % x\n", frame.Ethertype())
// log.Printf("Payload: % x\n", frame.Payload())
// ifce.Write(frame)
ifce.Write(frame)
}
}