让我先声明一下我对 Wireshark 的了解非常有限。
上下文:我正在调查服务器托管文件和支持 ICAP 协议的 AV 之间的日志。在此日志中,我对字符串非常感兴趣:
Unable to read data from the transport connection: A connection attempt failed because the connected party did not properly respond after a period of time
我虽然跟踪可能是调查此日志的好主意,所以我使用icap标志来查找有关 icap 事务的所有记录。
由于 icap 基于 TCP/IP 堆,我的问题是:
我应该
icap and tcp.analysis.flags在 Wireshark 中用作标志来查找错误的 TCP 数据包吗?