Project

General

Profile

Wireshark » History » Version 1

tsaitgaist, 02/19/2016 10:49 PM
created

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
 * for [wiki:SIMtrace]:
23
{{{
24
patch -p0 < simtrace/wireshark/simcard.patch
25
}}}
26
 * ...
27
28
29
== compiling and installing ==
30
31
{{{
32
cd wireshark/
33
./autogen.sh
34
./configure
35
make
36
sudo make install
37
sudo ldconfig
38
cd ..
39
}}}
Add picture from clipboard (Maximum size: 48.8 MB)