wireshark export list of ip addresses code example
Example: wireshark export list of ip addresses
# Can do with tshark
tshark -T fields -e ip.src -r /path/to/pcap
# Can do with tshark
tshark -T fields -e ip.src -r /path/to/pcap