vote up 2 vote down star

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
flag

2 Answers

vote up 13 vote down check

Wireshark - this should do everything you need.

link|flag
Yeah. +1 for wireshark. Great tool. – Simon P Stevens Jun 10 at 10:38
Thanks Cybergibbins. Looks to be exactly what I am after. – John Sansom Jun 10 at 10:56
Hi John, please mark Cyber's reply as the answer if it fits your need please. thanks – Jon Jun 10 at 11:58
vote up 2 vote down

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

Although Wireshark is way better for what you need.

link|flag

Your Answer

Get an OpenID
or

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