wireshark export list of ip addresses

Shell
# Can do with tshark
tshark -T fields -e ip.src -r /path/to/pcap
Source

Also in Shell: