Hi, I have a file captured as tcpdump which is the network traffic for about 1 Hour and the file size is about 1G. When I want to open the file using wireshark it takes long time and at the end via error message wireshark will be closed. Do you have any solution to open the whole file? Can I open it if I have a PC with higher RAM? Best regards asked 19 Feb '13, 03:50 MGBRU |
One Answer:
A trace file on 1G is big, wireshark keeps track of several things while dissecting, so you will need a multiple of 1G of memory to be able to read the file. All filtering actions will also become very slow. I usually keep 100MB as a maximum for trace files, but it all depends on the HW of the system on which you do your analysis. What options do you have?
answered 19 Feb '13, 04:25 SYN-bit ♦♦ |