实验步骤:1、依次输入以下命令cd /home/shiyanlou
wget http://labfile.oss.aliyuncs.com/courses/98/test.c
gcc -o test test.c
2、依次输入以下命令安装 sudo apt-get update sudo apt-get install tcpdump sudo tcpdump -vvv -X udp port 7777
3、打开一个新的终端,输入./test
!
实验步骤:1、输入gedit test.c
2、在新出现的界面改动ip地址和端口号
3、输入gcc -o test test.c
4、回到上一个终端,输入sudo tcpdump -vvv -X udp port 7777,将7777该为自己设定的duankouhao
5、最后输入./test
实验心得:更改ip地址和端口号以后要记得输入gcc -o test test.c
学习时间 222分钟
操作时间 27分钟
按键次数 499次
实验次数 8次
报告字数 943字
是否完成 完成