|
|
Posted May 22, 2008 at 4:08:14 AM
Subject: Modem communications study
I'm trying to analyze the communications between two old game systems communicating over phone lines via analog modems. The goal is to discover what is inside each packet being sent, in order to design a computer program that can communicate with the game being run on the two older systems. To my knowledge, the technical documentation for these systems has been lost or never been made publicly available.
So, basically, I'm looking for a program to "listen in" on the communications between these two systems, and produce some sort of useful logfile, possibly in ASCII or hexidecimal format. The two systems would be connected remotely over the phone lines, and a computer would be connected to the same extension as one of the game systems. I'm not sure if such a program exists, or even exactly what I should be searching for. I'm not even sure if this setup would work. Can anyone give me a hand?
Thanks.
|
Penguin
Joined Mar 28, 2008 Posts: 88
Other Topics
|
Posted:
May 27, 2008 1:42:06 PM
Subject: Modem communications study
You should be able to use something like Ethereal (Seems to now be Wireshark: http://www.wireshark.org/ ) to log packets sent and received on the dial-up connection. Make sure you know what the dial-up connection is called so you can select it from the Wireshark interfaces list. You can set wireshark to log straight to a file so you can read the "dump" at your leisure, have a fiddle in the options and you'll see how powerful it can be.
|
Warp2063
Joined May 22, 2008 Posts: 2
Other Topics
|
Posted:
May 27, 2008 4:37:11 PM
Subject: Modem communications study
Thank you for replying. A friend told me about Wireshark a day or two after I posted this, but I'm glad to have another person confirm it for me. Thank you! :) I'm going to have to set up a very strange connection to get this to work, but Wireshark should be able to get the information I want.
|