Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在wireshark上过滤来自特定主机名和端口的数据包。我正在寻找通过捕获多个(特定)IP 地址上的流量来在 WireShark 上执行捕获过滤器的语法。
您可以使用此捕获过滤器:
host 192.168.1.2 or 192.168.1.3 or 192.168.1.4
在捕获->选项->捕获过滤器中键入此命令