wireshark-doc-使用 Posted on 2022-07-14 Edited on 2024-07-17 过滤12345678# 只需要http在输入栏输入 http# 只保留http的get请求http.request.method == GET # 只保留http的get请求,并且限制资源类型http.request.method == GET && http.uri contains ".(jpg|pdf|zip|exe|mp4)" https://it.sohu.com/a/706101579_121118999