Is it possible in Java to send raw packets on a network?
Created May 4, 2012
Tim Rohaly No. Java sockets only support UDP and TCP, they don't
allow you to create raw sockets, promiscuous sockets,
or send ICMP packets.
Created May 4, 2012