Project

General

Profile

Wireshark » History » Version 4

tsaitgaist, 02/19/2016 10:49 PM
SIMtrace included in wireshark

1 1 tsaitgaist
= wireshark & GSMTAP =
2
3
To be able to analyze the [wiki:GSMTAP] frames on wireshark, apply the patches to the development version.
4
5
== preconditions ==
6
7
Tools and libraries used:
8
{{{
9
sudo aptitude install build-essential autoconf subversion libtool
10
sudo aptitude install libgtk2.0-dev libglib2.0-dev libpcap-dev bison flex
11
}}}
12
13
== getting wireshark ==
14
15
Get the latest sources from SVN:
16
{{{
17
svn co https://anonsvn.wireshark.org/wireshark/trunk/ wireshark
18
}}}
19
20
== applying patches ==
21
22 3 tsaitgaist
 * for osmocomBB itself (already included since wireshark 1.4)
23 2 tsaitgaist
{{{
24
patch -p0 < osmocom-bb/src/wireshark/gsmtap.patch
25
patch -p0 < osmocom-bb/src/wireshark/smscb.patch
26
}}}
27 4 tsaitgaist
 * for [wiki:SIMtrace] (introduced in wireshark [http://code.wireshark.org/git/?p=wireshark;a=history;f=epan/dissectors/packet-gsm_sim.c;h=530526d9267b3a725345cff1e305bae2011cfae4;hb=HEAD 2012-02-05], available since wireshark 1.7.1):
28 1 tsaitgaist
{{{
29
patch -p0 < simtrace/wireshark/simcard.patch
30
}}}
31
32
== compiling and installing ==
33
34
{{{
35
cd wireshark/
36
./autogen.sh
37
./configure
38
make
39
sudo make install
40
sudo ldconfig
41
cd ..
42
}}}
Add picture from clipboard (Maximum size: 48.8 MB)