wireshark filter by protocol code example
Example 1: filter wireshark by destination ip
// Filter sender ip:
ip.src == (IP Adress)
// Filter destination ip:
ip.dst == (IP Adress)
Example 2: wireshark filter all http traffic
#type http into the display filter box
http