DCT3-GSMTAP¶
- Table of contents
- DCT3-GSMTAP
- Cable
- Usage
- Author
- Download
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 which is the result of a great deal of assembly code reading, research, countless (mostly futile) searches for data sheets, cross-referencing and analysing by wumpus blacksphere@goliath.darktech.org (and others in the credits section).
Cable¶
A serial/USB FBUS cable is required - these should be readily available, normally used for ringtones etc, try searching for "3310 data cable". Images from https://svn.berlin.ccc.de/projects/airprobe/wiki/tracelog
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). If you then run wireshark on the relevant interface, you'll see GSMTAP messages.
Author¶
Duncan Salerno duncan.salerno@googlemail.com - please let me know if you have success with non-3310 phones and I'll add them to the wiki!
Download¶
The source code is kept in the git repository at https://gitea.osmocom.org/phone-side/dct3-gsmtap
Updated by laforge 21 days ago · 10 revisions