http - 用于过滤目标源 IP 地址和协议(protocol)的 Wireshark 过滤器

标签 http networking wireshark sniffer

我想根据源、目标 ip 地址和协议(protocol)的过滤器组合过滤 Wireshark 的监控结果。 所以,现在我可以使用此过滤器表达式过滤掉目标和源 ip 地址的事件: (ip.dst == xxx.xxx.xxx.xxx && ip.src == xxx.xxx.xxx.xxx) || (ip.dst == xxx.xxx.xxx.xxx && ip.src == xxx.xxx.xxx.xxx)

这为我提供了 2 个 IP 地址的请求响应事件,这两个 IP 地址是目标地址和源地址,具体取决于它是请求还是响应。 但是现在,我同时获得了 HTTP 和 TCP 的结果。我只想查看 HTTP 的结果。

有什么建议吗?

最佳答案

(ip.dst == xxx.xxx.xxx.xxx && ip.src == xxx.xxx.xxx.xxx) || (ip.dst == xxx.xxx.xxx.xxx && ip.src == xxx.xxx.xxx.xxx) && http

关于http - 用于过滤目标源 IP 地址和协议(protocol)的 Wireshark 过滤器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11562690/

相关文章:

google-chrome - 站点无法安装 : the page is not served from a secure origin

java - 网址缩短 : redirection to a 'file://' target (file protocol target)

python - 获取主机的所有外部IP地址

mysql - 视觉基本: Best way to share data/variables over network?

web-services - Elixir - Simple Plug 示例在每次请求时两次调用调用方法

http - 如何发送分块传输编码超响应?

networking - 在计算机上使用 XNA 玩多人游戏(不是 XBox)

java - 如何在 java 中创建安全的 AsyncHttpClient POST 请求

xmpp - 解密 jabber 请求

android - 监控 Android 手机中的网络 Activity