Is there any code available in java ( that uses jpcap or jNetPcap ), that captures packets and displays all header information..
The following is a program that captures TCP packets < port 80 > and prints header related information in the console for every packet. I have also included a timer , so that after every 1000 ...