1 | initial version |
If you mean you have a trace of network traffic in Wireshark, and you want to find traffic to and from port 3074, what you should do is specify a display filter of tcp.port == 3074 or udp.port == 3074
; that will cause Wireshark to show only the TCP or UDP packets going to or from port 3074.