Capturing send/receive handshake message.

Hi There,

I’m wanting to create a TCP probe for a app called “Winbox”. I want to run a port check on this app for my equipment locally and remote. In order to do this, I need to add the send/receive message. For example, I’ve created one for HTTP with a send message of “HEAD / HTTP/1.0\r\n\r\n” and receive of “^HTTP/1\.” . I’m new to PowerShell and I was wondering if there is anyway that I can capture the message for Winbox when connecting from my windows 7 laptop to the equipment itself.

Regards,

Pipa

Why not use wireshark?

Hi Pipa

You can follow this blog to generate etl file and then parse the contents.