I want to find out how a java applet in a browser communicates with a server. Is possible to capture the network traffic?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Take a look at WireShark, it can do captures and protocol analysis, so it is probably what you want.
You just tell it to listen on your outgoing network interface, and it will capture the packets and allow you to view them. You will probably want to filter by the server IP, so you don’t see all the other junk that is going on at the same time.