PDA

View Full Version : how to read from the network adapter


Aymen++
06-13-2004, 12:14 PM
how can i read from the network adapter in java?

Aymen++
06-14-2004, 12:10 PM
in other words, how to capture packets using java?

Unit
06-14-2004, 08:45 PM
It is not possible to do this in Java. If it needs to be possible in Java, then JVM needs SUID permissions which is unacceptable by design.