views:

228

answers:

2

I am currently in the process of locking down the network communication protocols that are available for use on given Windows application platform.

Can you suggest a freely available tool that will allow me to monitor/identify the commuications protocols that are in use i.e.

  • TCP/IP
  • http
  • https
  • FTP
  • SFTP
+13  A: 

Wireshark - this should do everything you need.

Cybergibbons
Yeah. +1 for wireshark. Great tool.
Simon P Stevens
Thanks Cybergibbins. Looks to be exactly what I am after.
John Sansom
Hi John, please mark Cyber's reply as the answer if it fits your need please. thanks
Jon
+2  A: 

Apart from Wireshark already mentioned by Cybergibbons, you could use TCPDUMP.

Although Wireshark is way better for what you need.

Pablo Santa Cruz