Virtual Services TCP/IP, or VServ TCP/IP for short, is a Java library that enables you to easily manipulate IP and TCP packets.
- This is a Maven-ized version of VServ - the original project lives here: http://www.savarese.org/software/vserv-tcpip/
- You can grab the Maven artifacts from here: https://oss.sonatype.org/#nexus-search;quick~vserv-tcpip
Virtual Services TCP/IP, or VServ TCP/IP for short, is a Java library that enables you to easily manipulate IP and TCP packets. It is intended for use in conjunction with a library which generates packets, such as VServ IPQ, as byte arrays. At the moment it supports only IPv4 packet manipulation.
The API is still in flux; some methods are missing and some existing methods will likely be renamed. If you would like something added, please submit a patch in unified diff format.
VServ TCP/IP has been validated against Java 1.8 to compile and run.
The source code requires Apache Maven (http://maven.apache.org/) to compile.
VServ TCP/IP is Copyright 2004-2005 by Daniel F. Savarese and licensed under the Apache License 2.0 as described in the files:
LICENSE NOTICE
To contact the original author, see http://www.savarese.org/contact.html