I have an old capture file that needs analysis, and I need to know which interface was chosen to capture the traffic, is there a way to find out?
I have an old capture file that needs analysis, and I need to know which interface was chosen to capture the traffic, is there a way to find out?
Maybe open it in wireshark and have a look at the MAC address of outbound packets, then match it up with the interface in question?
Sorry this info isn't saved in pcap files. Some capture formats do, pcap doesn't.
Open the file in wireshark
click statistics from the menu bar then summery.
details are half way down the page
MK