【发布时间】:2016-10-03 20:52:32
【问题描述】:
我试图仅捕获包含对某个 API 端点的请求的数据包,因此尝试使用以下内容进行过滤:
tshark -i 2 -f 'port 80' -T pdml http.request.uri contains "/google/"
但是我不断收到以下错误:
tshark: A capture filter was specified both with "-f" and with additional
command-line arguments.
尝试删除 -f,但这也无济于事。有什么建议吗?
【问题讨论】:
标签: rest packet-capture tshark