Commit Graph

52 Commits

Author SHA1 Message Date
Pablo Neira 3649f13959 Fix bogus message labelling in wireshark OML dissector
While submitting the A-bis OML wireshark dissector I noticed one bug
in it that results in bogus message labeling.
2011-09-19 09:19:09 +02:00
Harald Welte c089d58e44 update wireshark patches to current wireshark svn 2011-09-06 21:09:34 +02:00
Pablo Neira Ayuso a83697e394 wireshark: update extension of RSL dissector with ip.access nanoBTS support
This patch removes the C99 structure initialization which is not allowed
by the wireshark project (since it has to compile with non-C99 compliant
compilers).

It also adds a new option to enable/disable the dissection of vendor
specific ip.access nanoBTS RSL messages.

Tested with file:
ipaccess-startup-mo_to_mo_call-proxy.pcap
2011-04-08 14:05:42 +02:00
Harald Welte 514d7e688a wireshark abis_oml: remove dead code and update copyright statement 2011-03-24 20:02:25 +01:00
Pablo Neira Ayuso c737bbe189 wireshark: gsm-abis-oml: convert C99 structure initialization to ANSI C
This patch applies to the wireshark/0001-abis_oml.patch.

This patch converts the C99 structure initialization which is not
accepted by the wireshark developers (Harald told me that they need
it to compile with non-gcc compilers which don't always support C99).

I have tested it here with four pcap files that Harald passed to me.
2011-03-06 16:47:54 +01:00
Harald Welte 68ec86507f [wireshark] Update HSL wireshark dissector
now it correctly names some of the IEs like DSP/FPGA version,
and also automatically marks the UDP streams as RTP depending on
what it has seen in the RSL CONNECT TRAU message.
2011-01-15 18:09:25 +01:00
Harald Welte c19170b853 [wireshark] some more HSL RSL decoding 2011-01-15 13:09:01 +01:00
Harald Welte 7fab002229 [wireshark] add some lines to the README about the HSL patches 2011-01-14 10:01:17 +01:00
Harald Welte 98aa6130fb [wiresehark] Update the HSL patch for wireshark RSL dissector
now it correctly parses BSSGP and displays some more HSL specific IEs
2011-01-13 23:23:13 +01:00
Harald Welte 2268a8b0f4 [wireshark] some initial hackish patches to support HSLs Abis/IP 2011-01-13 11:03:51 +01:00
Holger Hans Peter Freyther 164d70019c wireshark: rebase the patches, rename and add a README
Add a short README mentioning the svn version they apply
to, how to rebase them in the future, and what they do.

The renaming is done to add a hint on in which order to
apply them. The abis_oml patch has been updated to some
value_string changes in epan, all patches now add the new
files to the CMakeLists.txt of epan as well.
2011-01-11 16:33:52 +01:00
Holger Hans Peter Freyther 085ceb01c5 wireshark: Remove patches applied in upstream wireshark
These patches were applied to upstream wireshark as of
svn revision r35475.
2011-01-11 15:22:29 +01:00
Harald Welte 2cb2b57fc5 wireshark: port abis_oml.patch to more recent version of wireshark
Some internals of the value_string_extended have changed
2010-12-01 00:04:09 +01:00
Harald Welte c1a333631b wireshark: update HSL patch to add preferences on where to show HSL debug 2010-12-01 00:02:58 +01:00
Harald Welte 6f9588af9a wireshark: add patch to make IPA ports configurable preferences 2010-12-01 00:02:42 +01:00
Harald Welte 3112d4b142 wireshark: More work on Ericsson OML (OM2000) dissector
We now decode virtually everything in a RBS startup.
2010-11-29 22:05:34 +01:00
Harald Welte ddfd165eea wireshark: Add initial patch for adding Ericsson OML-in-HDLC-in-L2TP support
This also hooks up the RSL dissector with the Ericsson HLDC
2010-11-29 16:32:47 +01:00
Harald Welte e416192507 wireshakrk: add patch to display HSL debug messages in log 2010-11-29 15:58:58 +01:00
Harald Welte 542510df73 [wireshark] Major wireshark OML dissector
Now it properly parses message types and IEs that are defined different
depending on the BTS vendor / A-bis implementor.  This fixes a lot of
decoding bugs with Siemens BS-11 traces.
2010-06-19 13:52:54 +02:00
Holger Hans Peter Freyther dd34270277 wireshark: Fix the Paging Configuration, fix the nanobts/bs11 setting
Introduce a TLV_TYPE_UNKNOWN to fallback to the right NM attributes
and mark paging configuration as fixed with the length of two.
2010-06-07 00:21:22 +08:00
Holger Hans Peter Freyther 81635b2d8c abis_oml.patch: Really allow to switch from IPA to BS11
Add a method to get the tlv_def. Assume when the TLV_FIXED
is used that we look at the base to find the real type. This
appears to work so far.
2010-05-23 06:20:14 +08:00
Holger Hans Peter Freyther 50f033407b abis-oml.patch: Make CGI a TL16V and we have no malformed packet left 2010-05-23 05:46:21 +08:00
Holger Hans Peter Freyther 8caf0e8611 wireshark: Delay the assignment to a varaible
The README.developer mentions some compilers have
issues by assigning a non-constant value to a new
variable.
2010-05-23 03:46:46 +08:00
Holger Hans Peter Freyther 721745bbc8 wireshark: Fix the patches and rebase against a recent wireshark version
My previous attempt to only add the hunks I changed broke the
format of the patch and this time I am just dumping my current
patch on top of these patches.
2010-04-21 20:39:50 +08:00
Holger Hans Peter Freyther f7b2f13126 [wireshark] Add config option to decide which flavor of OML to use
This option can currently toggle between BS11 and nanoBTS (in the
form of having BS11 default). The next step will be to make use of
this in the code.
2009-12-29 04:22:12 +01:00
Holger Hans Peter Freyther 25cf287aba [wireshark] Decode NM_ATT_IPACC_FILE_DATA as TL16V
This can be decoded like the plain FILE_DATA and I don't
understand the need for a custom version.
2009-12-29 04:21:22 +01:00
Harald Welte c8decfc4b9 fix crash in A-bis OML plugin in recent wireshark versions 2009-12-21 19:05:13 +01:00
Harald Welte b738e1ecce [wireshark] patch to correctly decode SYSTEM INFORMATION on BCCH FILLING 2009-11-26 23:47:21 +01:00
Holger Hans Peter Freyther e517b546f0 [wireshark] Remove patches that are already upstream 2009-11-19 09:53:37 +01:00
Holger Hans Peter Freyther e606f91d2a [wireshark] Fix decoding of ipacc MDCX messages
- Rename BIND to CRCX
- Rename CONNECT to MDCX
- Add break to properly decode the MDCX RSL packets
2009-11-19 09:40:03 +01:00
Harald Welte 21ee3f92ff [wireshark] RSL: add more decoders for ip.access
Also, make sure we always use BASE_NONE with FT_BYTES, as
current wireshark svn has an ASSERT() about this.
2009-10-22 10:09:56 +02:00
Harald Welte 0496a26ba7 [wireshark] abis_oml: Always use BASE_NONE with FT_BYTES 2009-10-22 10:09:21 +02:00
Harald Welte b43d92279b remove unused variable 2009-08-27 22:04:33 +09:00
Harald Welte 7f33d4ad4e add early version of a dissector for lucent/alcatel home-node-b protocol 2009-08-27 21:59:22 +09:00
Harald Welte 2d2a18336f remove erroneously-committed C file from wireshark patch directory 2009-08-20 02:40:32 +09:00
Harald Welte 5c907d704d wireshark patch to connect RRLP parser to GSM DTAP 2009-08-20 02:33:14 +09:00
Harald Welte ab6e077de9 make wireshark decode RRLP inside GSM 08.58 2009-08-20 00:59:30 +09:00
Harald Welte 4086723f5c sync wireshark patches with svn rev. 29453 2009-08-20 00:59:11 +09:00
Harald Welte 46502b1acf parse ip.access connection statistics and speech type 2009-07-12 23:10:28 +02:00
Harald Welte 6fca008f17 yet again some more ip.access RSL definitions + parsing 2009-07-12 21:59:04 +02:00
Harald Welte b47467ae47 again some parser improvements for ip.acccess
most notably we now parse a number of the GPRS IE's
2009-07-12 20:46:43 +02:00
Harald Welte ffc00402da abis_oml wireshark plugin now builds without compiler warnings 2009-07-11 21:06:29 +02:00
Harald Welte e71eb0d6b0 fix parsing of ip.access GPRS OML attributes and RSL IP + Port 2009-07-11 21:06:21 +02:00
Harald Welte f6f96d43cf fix some minor issues in the wireshark patch
This is the version that has been submitted to wireshark as
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3697
2009-07-10 19:43:06 +02:00
Harald Welte 8f19a27af6 update wireshark patches to current svn (28938) 2009-07-04 04:11:21 +02:00
Harald Welte 637896b872 support parsing of ip.access 12.21 test reports 2009-07-03 12:46:47 +02:00
Harald Welte 2270fbc918 wireshark: more work on completing abis_oml plugin 2009-07-01 17:43:36 +02:00
Harald Welte 0a537273cc updated version of wireshark ipaccess RSL plugin (just cosmetic changes) 2009-07-01 11:22:01 +02:00
Harald Welte 9b8eea0a8b updated RSL wireshark patch
* parse ip.access messages with different (any) attribute order
* identify RTP and RTCP streams to the RTP plugin
2009-06-26 15:04:00 +02:00
Harald Welte 640d70f8ef add new wireshark A-bis OML dissector, incomplete 2009-06-25 20:50:57 +02:00