【发布时间】:2011-07-09 02:10:12
【问题描述】:
我想查看 ftp 流量并找出 tshark 正在访问哪些 ftp url。对于http流量,我可以使用
tshark -i eth0 -f 'port 80' -l -t ad -n -R 'http.request' -T fields -e http.host -e http.request.uri
Wireshark 的显示过滤器包含字段 http.request.uri 和 http.host 见:http://www.wireshark.org/docs/dfref/h/http.html 但这些选项不适用于 ftp 流量。 http://www.wireshark.org/docs/dfref/f/ftp.html
我能做什么?
【问题讨论】: