fix: fix tcpdump syntax error (#123)
Signed-off-by: Yixing Yan <yixingyan@gmail.com>
This commit is contained in:
parent
4e5977bde8
commit
cd8dfadb31
|
|
@ -120,7 +120,7 @@ tcpdump -i eth0 dst host hostname
|
||||||
如果想要获取主机210.27.48.1接收或发出的telnet包,使用如下命令
|
如果想要获取主机210.27.48.1接收或发出的telnet包,使用如下命令
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
tcpdump tcp port 23 host 210.27.48.1
|
tcpdump tcp port 23 and host 210.27.48.1
|
||||||
```
|
```
|
||||||
|
|
||||||
对本机的udp 123 端口进行监视 123 为ntp的服务端口
|
对本机的udp 123 端口进行监视 123 为ntp的服务端口
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue