On Wed, Jun 24, 2009 at 01:18:36PM +0200, Nicolas wrote:
> Can you run JDWP tools provided by RIM (<JDE directory>/bin/jdwp.bat) ?
> Run JDWP on the 9000 port.
> 
> Write a little tool who opens the 8000 port, then redirect all traffic
> 8000 <=> 9000. (and of course dump the traffic into two files logs in /
> out)

You should be able to get network captures like this with wireshark or
tcpdump:

        tcpdump -i eth0 portrange 8000-9000 -s 1024 -X

- Chris


------------------------------------------------------------------------------
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to