wireshark基本使用

一,抓包 1.抓包命令 开始你的网络请求 tcpdump -i any -s 0 port 4018 -w 文件名 注意:文件名后缀必须为.cap Ctrl+C退出 wireshark打开该文件分析 示例 tcpdump -i any -s 0 -w mytest.cap 2.包分析过滤命令 http and ip.dst == 192.168.135.201 and ip.src == 192.
相关文章
相关标签/搜索