Interface name display [closed]
Hallo, is it possible to capture the traffic from multiple interfaces into the file in such a way, that actual interface name is stored, so that when this file is viewed by wireshark, the interface can be displayed for each packet, like in console output of tcpdump? I tried to capture traffic with dumpcap and tshark with -i any option, but it puts 'any' as interface name for all packets!
Thanks!