wireshark how to filter port 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 all http traffic
#type http into the display filter box
http