Page 1 of 1

As protocol/server analyzer

PostPosted: Mon Sep 05, 2011 8:21 am
by admin
The following is a sample to analyze Mysql odbc client and server database .
1. set the listen port to 3306, forward to 3307 and ip of the mysql database server.
2. Click Start button as standard routing mode.
3. Go to tools page, log data, select 1-5 minutes, click start button to record the data stream between client and server.
4. Start your client application using mysql odbc driver, connect to port 3306.
5. See the Datalog.txt file, there is data recorded from client or server.

Comment: Sometimes we will use log data to analyze what signal send from http client (IE, Firefox) to http server.