摘要: Wireshark 基本语法,基本使用方法,及包过虑规则: 1.过滤IP,如来源IP或者目标IP等于某个IP 例子: ip.src eq 192.168.1.107 or ip.dst eq 192.168.1.107 或者 ip.addr eq 192.168.1.107 // 都能显示来源IP和 阅读全文
posted @ 2017-03-30 14:59 南湖公明 阅读(351) 评论(0) 推荐(0) 编辑