Answers for "wireshark default dns port"

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

Browse Popular Code Answers by Language