Free Network Monitor

2019-02-12 22:32发布

I am having trouble integrating two products, one of which is mine and they appear not to be talking. So I want to make sure they are communicating correctly. I had a look around for network monitor and found TCP Spy. This works but only shows 1 side of the conversation at a time (it has to run locally) I would ideally like to see both sides at the same time - but you can't run two copies of TCP Spy.

I've hit Sourceforge, but nothing seems to jump out - I'm a Windows developer, I don't have perl installed.

I've found a couple of others which are cripple-ware and totally useless, so I was wondering what do the SO guys use for watching the TCP conversation?

BTW - the 'not-written-here' product is not a browser.

10条回答
Deceive 欺骗
2楼-- · 2019-02-12 23:02

Wireshark, aka Ethereal comes with a fair amount of TCP sniffing functionality.

http://www.wireshark.org/

查看更多
等我变得足够好
3楼-- · 2019-02-12 23:02

Strange that I did not see WireShark when I visited SourceForge. The top result of the 60 returned was a bizarre german thing.

查看更多
Evening l夕情丶
4楼-- · 2019-02-12 23:05

Wireshark is a really good and mature network sniffer. It's been around for years.

  • Deep inspection of hundreds of protocols, with more being added all the time
  • Live capture and offline analysis
  • Decryption support for many protocols, including IPsec, ISAKMP, Kerberos, SNMPv3, SSL/TLS, WEP, and WPA/WPA2
  • Coloring rules can be applied to the packet list for quick, intuitive analysis
  • Output can be exported to XML, PostScript®, CSV, or plain text
查看更多
女痞
5楼-- · 2019-02-12 23:11

I tried Wireshark and Microsoft Network Monitor, but neither detected my (and the program I am trying to communicate with) transfer. If I had a day to sit and configure it I probably could get it working but I just wanted the bytes sent and, more specifically, bytes received.

In the end I found HHD Software's Accurate Network Monitor software which did what I wanted it to, even if it was slight clunky.

查看更多
淡お忘
6楼-- · 2019-02-12 23:13

With respect to using Windows and lacking Perl: Why not try Strawberry Perl? It's a free Perl distribution that's run by the Perl community (specifically Adam Kennedy at the core), is easy to install, and wields the full power of CPAN out of the box.

查看更多
爱情/是我丢掉的垃圾
7楼-- · 2019-02-12 23:15

Wireshark is great.. but another option would be via PowerShell. I've used the Get-Packet script from Jeff Hicks at Sapien Technologies as a really lightweight packet sniffer. You get custom objects representing your packets and can do whatever filtering you need to via PowerShell. The other script in the pair is Analyze-Packet, which can summarize the results of a packet capture.

查看更多
登录 后发表回答