wireshark 在linux下也可以安装 yum install -y wireshark
抓包分析http请求:tshark -n -t a -R http.request -T fields -e "frame.time" -e "ip.src" -e "http.host" -e "http.request.method" -e "http.request.uri"
如何使用tshark抓包分析http请求
原文:http://percnet100.blog.51cto.com/4688464/1636689