A java project that uses swing for frontend and Jpcap library to capture and monitor real time network traffic on multitude of hardware and virtual network interfaces.
- We can capture live network traffic with JpCap library.
- The packet types that are implemented are TCP, UDP and ICMP.
- We can export the packets in .txt file.
- JpCap library (jpcap.jar)
- JpCap.dll
- javax.xml.bind.jar
To execute, we need to add third party library dependencies that are present in "lib" directory. In intelliJ Idea we can add the library dependencies in project "Module" settings. After this we can run our "main" method under "src" directory.