wireshark apply capture filter destination ip code example
Example: filter wireshark by destination ip
// Filter sender ip:
ip.src == (IP Adress)
// Filter destination ip:
ip.dst == (IP Adress)
// Filter sender ip:
ip.src == (IP Adress)
// Filter destination ip:
ip.dst == (IP Adress)