TCP/IP Packet Visualizer
- Maven (
mvn
command) - Java 8 Update 40 (8u40)
- libcap
- libpcap
- xorg-xrandr
in Arch Linux:
$ yaourt -S maven jdk libcap libpcap xorg-xrandr
For non-root user to run Knitcap, set capability to your Java binary.
$ sudo setcap cap_net_raw,cap_net_admin=eip $(readlink $(which java))
$ mvn nativedependencies:copy
$ mvn clean compile assembly:single
$ mvn exec:exec
$ cd target
$ java -Djava.library.path=natives -jar Knitcap-0.1-SNAPSHOT-jar-with-dependencies.jar
The MIT License (MIT)
Pcap4J is distributed under the MIT license.
Slick2D is distributed under the libral BSD License.
Google Material design icons is licensed under the CC-BY 4.0.