我似乎无法按 URL 过滤 Wireshark 日志。如何按 URL 过滤我的网络请求?
以下是我正在做的事情(都在同一台笔记本电脑上):
$ sudo wireshark
- 添加过滤器
http.host == "www.google.com"
(或http.host == "google.com"
) - 点击蓝色鲨鱼鳍开始新的捕获
$ curl -I https://www.google.com
- Wireshark UI 中没有结果
我似乎无法按 URL 过滤 Wireshark 日志。如何按 URL 过滤我的网络请求?
以下是我正在做的事情(都在同一台笔记本电脑上):
$ sudo wireshark
http.host == "www.google.com"
(或http.host == "google.com"
)$ curl -I https://www.google.com