1.安装:sudo apt-get install libnet-dev
2.编译:gcc *.c -lnet
3.运行:sudo ./a.out
使用工具包要链接相应库
涉及原始套接字执行要加root权限