Hello,
I am new to java. I have a java code sending udp packets to the ethernet port. I want to check the packets that are sent to the ethernet port.
I have windows xp. Is there a way to check the received or sent udp packets.
Printable View
Hello,
I am new to java. I have a java code sending udp packets to the ethernet port. I want to check the packets that are sent to the ethernet port.
I have windows xp. Is there a way to check the received or sent udp packets.
Use kind of monitoring tool Wireshark is one the free tool available nowadays. Hope you don't want to do this programatically in Java.