We have a local SVN client and server on localhost I would like to "sniff" all SVN protocol messages sent to the SVN server How can that be done?

link|improve this question
What platform is this on? – Tim Bielawa Feb 19 '11 at 1:24
feedback

2 Answers

You will need a tool which can sniff loopback or raw sockets. Try using RawCap.

link|improve this answer
feedback

Most tools won't show local (internal to the one computer) network traffic. You need a tool that can get deep into the local IP stack.

Try Sysinternal's TCPView http://technet.microsoft.com/en-us/sysinternals/bb897437

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.