fix: fix tcpdump syntax error (#123)

Signed-off-by: Yixing Yan <yixingyan@gmail.com>
This commit is contained in:
yanyx 2019-07-07 23:42:19 +08:00 committed by 小弟调调™
parent 4e5977bde8
commit cd8dfadb31
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ tcpdump -i eth0 dst host hostname
如果想要获取主机210.27.48.1接收或发出的telnet包使用如下命令
```shell
tcpdump tcp port 23 host 210.27.48.1
tcpdump tcp port 23 and host 210.27.48.1
```
对本机的udp 123 端口进行监视 123 为ntp的服务端口