package main import ( "fmt" "syscall" ) func main() { ` fd, err:= syscall.Socket(syscall.AF_PACKET, syscall.SOCK_RAW, syscall.ETH_P_ALL) //opening