This commit is contained in:
黄思敏 2022-08-29 09:27:10 +08:00
parent aede50e657
commit f456a08a68

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)
}
}