aboutsummaryrefslogtreecommitdiffstats
path: root/wireshark/abis_oml.patch
AgeCommit message (Collapse)AuthorFilesLines
2011-01-11wireshark: rebase the patches, rename and add a READMEHolger Hans Peter Freyther1-2473/+0
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.
2010-12-01wireshark: port abis_oml.patch to more recent version of wiresharkHarald Welte1-17/+21
Some internals of the value_string_extended have changed
2010-06-19[wireshark] Major wireshark OML dissectorHarald Welte1-90/+314
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-07wireshark: Fix the Paging Configuration, fix the nanobts/bs11 settingHolger Hans Peter Freyther1-11/+16
Introduce a TLV_TYPE_UNKNOWN to fallback to the right NM attributes and mark paging configuration as fixed with the length of two.
2010-05-23abis_oml.patch: Really allow to switch from IPA to BS11Holger Hans Peter Freyther1-15/+41
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-23abis-oml.patch: Make CGI a TL16V and we have no malformed packet leftHolger Hans Peter Freyther1-4/+5
2010-05-23wireshark: Delay the assignment to a varaibleHolger Hans Peter Freyther1-10/+14
The README.developer mentions some compilers have issues by assigning a non-constant value to a new variable.
2010-04-21wireshark: Fix the patches and rebase against a recent wireshark versionHolger Hans Peter Freyther1-10/+27
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.
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-10-22[wireshark] abis_oml: Always use BASE_NONE with FT_BYTESHarald Welte1-12/+12
2009-08-20sync wireshark patches with svn rev. 29453Harald Welte1-10/+12
2009-07-12again some parser improvements for ip.acccessHarald Welte1-42/+202
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-04update wireshark patches to current svn (28938)Harald Welte1-11/+11
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-06-25add new wireshark A-bis OML dissector, incompleteHarald Welte1-0/+1463