aboutsummaryrefslogtreecommitdiffstats
path: root/wireshark
AgeCommit message (Collapse)AuthorFilesLines
2009-12-29[wireshark] Add config option to decide which flavor of OML to useHolger Hans Peter Freyther1-4/+22
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[wireshark] Decode NM_ATT_IPACC_FILE_DATA as TL16VHolger Hans Peter Freyther1-0/+1
This can be decoded like the plain FILE_DATA and I don't understand the need for a custom version.
2009-12-21fix crash in A-bis OML plugin in recent wireshark versionsHarald Welte1-8/+8
2009-11-26[wireshark] patch to correctly decode SYSTEM INFORMATION on BCCH FILLINGHarald Welte1-0/+13
2009-11-19[wireshark] Remove patches that are already upstreamHolger Hans Peter Freyther2-492/+0
2009-11-19[wireshark] Fix decoding of ipacc MDCX messagesHolger Hans Peter Freyther1-11/+12
- Rename BIND to CRCX - Rename CONNECT to MDCX - Add break to properly decode the MDCX RSL packets
2009-10-22[wireshark] RSL: add more decoders for ip.accessHarald Welte1-296/+150
Also, make sure we always use BASE_NONE with FT_BYTES, as current wireshark svn has an ASSERT() about this.
2009-10-22[wireshark] abis_oml: Always use BASE_NONE with FT_BYTESHarald Welte1-12/+12
2009-08-27remove unused variableHarald Welte1-16/+0
2009-08-27add early version of a dissector for lucent/alcatel home-node-b protocolHarald Welte1-0/+120
2009-08-20remove erroneously-committed C file from wireshark patch directoryHarald Welte1-10176/+0
2009-08-20wireshark patch to connect RRLP parser to GSM DTAPHarald Welte1-0/+195
2009-08-20make wireshark decode RRLP inside GSM 08.58Harald Welte1-0/+10176
2009-08-20sync wireshark patches with svn rev. 29453Harald Welte2-159/+307
2009-07-12parse ip.access connection statistics and speech typeHarald Welte1-300/+154
2009-07-12yet again some more ip.access RSL definitions + parsingHarald Welte1-16/+96
2009-07-12again some parser improvements for ip.acccessHarald Welte2-89/+286
most notably we now parse a number of the GPRS IE's
2009-07-11abis_oml wireshark plugin now builds without compiler warningsHarald Welte1-111/+116
2009-07-11fix parsing of ip.access GPRS OML attributes and RSL IP + PortHarald Welte1-70/+87
2009-07-10fix some minor issues in the wireshark patchHarald Welte1-9/+14
This is the version that has been submitted to wireshark as https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3697
2009-07-04update wireshark patches to current svn (28938)Harald Welte3-39/+39
2009-07-03support parsing of ip.access 12.21 test reportsHarald Welte1-58/+196
2009-07-01wireshark: more work on completing abis_oml pluginHarald Welte1-22/+410
2009-07-01updated version of wireshark ipaccess RSL plugin (just cosmetic changes)Harald Welte1-12/+19
2009-06-26updated RSL wireshark patchHarald Welte1-33/+225
* parse ip.access messages with different (any) attribute order * identify RTP and RTCP streams to the RTP plugin
2009-06-25add new wireshark A-bis OML dissector, incompleteHarald Welte1-0/+1463
2009-06-25enable OML dissector lookup, register ourselves as "gsm_abis_ip" dissectorHarald Welte1-13/+17
2009-06-10re-add wireshark and linux-kernel patchesHarald Welte2-0/+785