wireshark filter on device code example
Example 1: wireshark filter by ip
// Filter sender ip:
ip.src == (IP Adress)
// Filter destination ip:
ip.dst == (IP Adress)
Example 2: wireshark filter by url
http.host==exact.name.here
http.host contains partial.name.here