This commit is contained in:
黄思敏 2022-08-29 09:19:16 +08:00
parent 9a35a15897
commit abfc67cb6b

View File

@ -9,6 +9,7 @@ import (
"github.com/songgao/packets/ethernet"
"github.com/songgao/water"
"github.com/songgao/water/waterutil"
)
func init() {
@ -68,6 +69,7 @@ func testmain() {
}
frame = frame[:n]
log.Printf("DstMac: %s SrcMac: %s\n", waterutil.MACDestination(frame), waterutil.MACSource(frame))
log.Printf("Dst: %s Src: %s\n", frame.Destination(), frame.Source())
log.Printf("Ethertype: % x\n", frame.Ethertype())
// log.Printf("Payload: % x\n", frame.Payload())