How can I pull relevant packet information from a JpCap packet? I am trying to find the source/destination ip and port. So far I have tried string parsing the Packet\'s to开发者_如何学编程String() met
I need to create a program that receives HTTP request and forwards those requests to the web servers.
Is there any code available in java ( that uses jpca开发者_JAVA技巧p or jNetPcap ),that captures packets and displays all header information..Code examples