vote up 9 vote down star

(This is a followup to my previous question about measuring .NET remoting traffic.)

When I am testing our Windows service / service controller GUI combination, it is often most convenient to run both pieces on my development box. With this setup, the remoting traffic between the two is via loopback, not through the Ethernet card.

Are there any software packet sniffers that can capture loopback traffic on a WinXP machine? Wireshark is a great package, but it can only capture external traffic on a Windows machine, not loopback.

flag

80% accept rate

6 Answers

vote up 8 vote down check

There is a page on the Wireshark wiki that addresses the problem. Short answer is, you can't do it on a Windows machine, but there might be some workarounds.

link|flag
vote up 1 vote down

I'm not sure if it can or not, but have you looked at Microsoft Network Monitor? It might be an option.

link|flag
vote up 1 vote down

@Thomas Owens - No, MS Network Monitor is the same as Wireshark - no loopback capture

link|flag
vote up 0 vote down

@McKenzieG1: Sorry about that. It was worth a shot.

link|flag
vote up 2 vote down

Did you try to install the MS Loopback Adapter and try sniffing on that adapter with you favorite sniffing application?

Also if I remember correctluy NAI Sniffer link did use to have loopback sniffing capabilities, but it's been a while I used either solution...

link|flag
I think that could work. IIRC I used the loopback adapter to trace network traffic of virtual machines. – tabdamage Oct 19 '08 at 16:56
Does the MS Loopback Adapter work or not? – Schneider Oct 25 at 0:09
vote up 0 vote down

If you don't care to pay, try this: CommView

It seems to work, however the Evalution version doesn't display the complete packets.

link|flag

Your Answer

Get an OpenID
or

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