2024-10-09 02:48 AM
Why are UDP packets on port 53600 sometimes sent and visible in Wireshark, but at other times they are not sent? What factors could influence the intermittent transmission of these packets?
2024-10-17 02:45 AM
Hello @priyazcs ,
could you explain further the hardware and software setup you are using to test this?
are you sure the port that you are using is not used by any other protocol or communication on your Network?
the port 53600 is in a dynamic port range so it is not a known port that is used by default for a specific protocol.
so, I recommend you find exactly what services/processes are listening to them. this can be done by executing the netstat -aon command.
Regards