Is it possible to open and to view two (or more) different PCAP files in Wireshark? In other words, is a "multi document interface" possible in Wireshark? asked 15 May '12, 00:45 ZvDj |
One Answer:
If you use File -> Open, Wireshark will replace the currently viewed pcap file with the new one. If you want to view two pcap files at once, you must open two instances of Wireshark (double click on the pcap files, or just start two instances manually). Regards answered 15 May '12, 00:49 Kurt Knochner ♦ edited 15 May '12, 01:28 |
That sounds fine. Thanks.