This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Hi, I want to ask if there is a java class that I can use to create and send out IP/ICMP/UDP/TCP packets in Java. I don't want to create native library for different platform by myself...
karl koch
Ranch Hand
Joined: May 25, 2001
Posts: 388
posted
0
hi, icmp is not supported in java, you need native code (maybe in java 1.4 ?). for the rest you should check java.net (socket, datagram....) everithing is there. k
Sean MacLean
author
Ranch Hand
Joined: Nov 07, 2000
Posts: 621
posted
0
"hycwong", The Java Ranch has thousands of visitors every week, many with surprisingly similar names. To avoid confusion we have a naming convention, described at http://www.javaranch.com/name.jsp . We require names to have at least two words, separated by a space, and strongly recommend that you use your full real name. Please log in with a new name which meets the requirements. Thanks. Sean