Answers for "filter tcp destination port in wireshark"

1

wireshark filter dns on tcp port

tcp.port == 53 for TCP traffic
and 
dup.port == 53 for UDP traffic
Posted by: Guest on January-04-2021
0

wireshark filter destination port

(tcp.port == 1234) or (tcp.port == 5678)
Posted by: Guest on December-04-2021

Code answers related to "filter tcp destination port in wireshark"

Browse Popular Code Answers by Language