Question

let's say i have an ".EXE application" and run it on my windows, so, the second thing i want is to capture the outbound HTTP requested by the

".EXE application". is there any java library i could use to capture outbound HTTP request?

Était-ce utile?

La solution

Trying calling tcpdump from your program by following this tutorial.

http://www.ehow.com/how_10065937_run-tcpdump-java.html

:D

lol @ an e-how tutorial on how to already do this.

I hope this helps.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top