抓包信息CAP文件用Wireshark无法打开查看,出现如下错误:
The capture file appears to be damaged or corrupt.
(pcap: File has 2944323888-byte packet, bigger than maximum of 262144)
如报错信息所示,该问题是由于数据包过大,超出了Wireshark的显示范围导致的。
可以使用Wireshark自带的命令行工具Editcap对抓取的数据包分割后再进行查看。简单用法说明:
editcap.exe -c 10000 D:\dump.pcap D:\test
说明:按100000个包一个文件分。
如果问题还未能解决,请联系售后技术支持。