A tool to obtain GSMTAP messages for SIM and GSM from Nokia DCT3 phones
Go to file
Harald Welte dcbe73ad77 fix compiler error
main.c:52:28: error: ‘msg_0xd1’ defined but not used [-Werror=unused-const-variable=]
2020-11-15 09:42:08 +01:00
src fix compiler error 2020-11-15 09:42:08 +01:00
COPYING Initial import 2011-04-28 19:11:22 +01:00
README Initial import 2011-04-28 19:11:22 +01:00

README

DCT3-GSMTAP
===========

DCT3-GSMTAP is a command line utility to capture the GSM Um and SIM-ME
interfaces from a Nokia DCT3 phone (eg. 3310) and forward via GSMTAP to the
Wireshark protocol analyzer. It is released under GNU GPL version 2.

It is heavily based on Gammu <http://www.gammu.org> and Project Blacksphere:

<http://nokix.pasjagsm.pl/help/blacksphere/sub_200nokiaos.htm>
This site is the result of a great deal of assembly code reading, research,
countless (mostly futile) searches for data sheets, cross-referencing and
analysing. If you use this information in any way please mention wumpus
<blacksphere@goliath.darktech.org> (and others in the credits section) in the
credits of your program/document. And tell me :) If you have more information
please contribute. If you just copy this, stick your name on it and call it
yours I hope you get your genitals bitten off by a three headed monkey. Have a
nice day.

A serial/USB FBUS cable is required.

Usage
=====

dct3-gsmtap device host

The device should be something like /dev/ttyUSB0 (check dmesg once plugged in
for exact name) or /dev/ttyS0. The host is where to send the GSMTAP
packets to (224.0.0.1 is a good option).