aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_rr.c
AgeCommit message (Collapse)AuthorFilesLines
2011-12-04From Vincent Helfre.etxrab1-5/+10
The offset in "Cell Selection Indicator after Release of all TCH and SDCCH" was not correct because the length was element was decoded twice. So I removed the second decoding of the length. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40088 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-21Get rid of Warnings.etxrab1-8/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39977 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-21From Vincent Helfre:etxrab1-87/+92
added the display of intermediate value used to decode ARFCN in range 1024/256 format. So now the W(n) values can be displayed and localised in the tvb buffer. The code was reworked a little to use the get_bit functions. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39976 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-24Fix encoding arg for various fcn calls:wmeier1-418/+418
- proto_tree_add_bits_item - proto_tree_add_bits_ret_val - proto_tree_add_bitmask - tvb_get_bits - tvb_get_bits16 - tvb_get_bits24 - tvb_get_bits32 - tvb_get_bits64 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39539 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-03Remove unused hf field.etxrab1-6/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39238 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-07Fix a 'set but not used' gcc warning; Mark param arg as _U_;wmeier1-27/+26
Whitespace cleanup: trailing blanks & "4 space tabs". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38925 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-07From Lei Chen:etxrab1-15/+72
Implement 'IAR Rest Octets', 'IAX Rest Octets' and 'Multislot Allocation' https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6314 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38911 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-29From Lei Chen:etxrab1-1/+107
Support E-UTRAN neighbor cells in Enhanced Measurement Report. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6275 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38765 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-15From Jeremy Quirke:etxrab1-1/+1
misdecoding 3G Neighbour Cell Information Element in SI2quater message due to a coding typo https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6237 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38542 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-05From Lei Chen:etxrab1-3/+995
patch to support gsm rr decoding of Immediate Assignment rest octet https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6119 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38348 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-22Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier1-12/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38170 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-20Use ENC_BIG_ENDIAN.etxrab1-96/+96
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38135 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-09Don't assign to a proto_item * if the value won't be used: Coverity 911;wmeier1-2290/+2292
Fix bug wherein an item was apparently added to the wrong subtree: Coverity 910; Remove unneeded #includes; Do whitespace and indentation cleanup. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36530 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-04Change the signature of elem_fcn():ns to include pinfo.etxrab1-105/+101
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36443 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-04Change the msg_fcn() signature to include pinfo.etxrab1-54/+54
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36441 f5534014-38df-0310-8fa8-9805f1628bb7
2011-03-23From Vincent Helfre:etxrab1-1/+1
- added documentation in packet-csn1.h - fixed a bug in packet-csn1.c - fixed a BSIC description in packet-gsm_a_rr.c - removed the "_v" suffix in packet-gsm_rlcmac element description git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36284 f5534014-38df-0310-8fa8-9805f1628bb7
2011-02-23From Alexis La Goutte:etxrab1-2/+0
Cleanup packet-ipv6.h and dependency. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5713 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36031 f5534014-38df-0310-8fa8-9805f1628bb7
2011-02-22From Pascal Quantin:etxrab1-107/+95
[3GPP protocols] Prettify the display of Mandatory Value information elements https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5711 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36026 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-17- append TLLI value.etxrab1-43/+46
- Whitespace changes. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35572 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-16From Vincent Helfre:etxrab1-73/+258
fixed the conversions for utran and eutran threshold which are used for Enhanced Measurement Report. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35199 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-29From Vincent Helfre:etxrab1-175/+425
I have fixed some issue in the measurement information decoding in packet-gsm_a_rr.c. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35061 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-28From Alex Badea:etxrab1-2/+2
gsm_a_rr: System Information Type 4 / CBCH mobile allocation dissected incorrectly https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5436 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35054 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-09Add a value_string_ext.etxrab1-1/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34825 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-09Use value_string_ext for gsm_a_rr_rxlev_vals.etxrab1-4/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34818 f5534014-38df-0310-8fa8-9805f1628bb7
2010-10-22From Vincent Helfre:etxrab1-27/+232
Some improvements for the presentations. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34620 f5534014-38df-0310-8fa8-9805f1628bb7
2010-10-20From Vincent Helfre:etxrab1-59/+94
various bug fix and enhancement for Release 8 additionnal parameters. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34585 f5534014-38df-0310-8fa8-9805f1628bb7
2010-09-27From Vincent Helfre:etxrab1-80/+58
Display the bits for .... .00. = PCID_Pattern: 0 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34262 f5534014-38df-0310-8fa8-9805f1628bb7
2010-09-27Initialize subtree.etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34261 f5534014-38df-0310-8fa8-9805f1628bb7
2010-09-27From Vincent Helfre:etxrab1-2/+931
Release 8 june 2010 parameters decoding for SI2quater and Measurement Information messages. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34260 f5534014-38df-0310-8fa8-9805f1628bb7
2010-09-14From Vincent Helfre:etxrab1-2/+2
Incorrect decoding of List of ARFCN in BCCH frequency list. When the range 1024 is selected, it can happen that 2 bytes need to be read for W1, and also for W2. In the current version, when W1 ends on a byte boundary, W2 will get an incorrect value, since it will be truncated by 1 bit. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5214 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34113 f5534014-38df-0310-8fa8-9805f1628bb7
2010-08-02Fix cases where the type of a for loop variable is smaller than the type of ↵wmeier1-2/+2
the "end" variable. In some cases the usage may have been benign since it can be seen by code inspection that the maximum value of the end variable can't exceed the maximum value of the loop variable. However, on general principles, all the usages have been fixed. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33692 f5534014-38df-0310-8fa8-9805f1628bb7
2010-06-24from Sylvain Munaut:etxrab1-1/+1
SDCCH8 subchannel decoding error in GSM RR dissector Summary: SDCCH8 subchannel decoding error in GSM RR dissector https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4910 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33312 f5534014-38df-0310-8fa8-9805f1628bb7
2010-06-21Add an if-test to fix a fuzz-test crash;wmeier1-1/+4
See Bug #4897: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4897 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33280 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)wmeier1-46/+46
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32735 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-29From Mike Morrin:etxrab1-67/+0
Dissection of BSSMAP IEs: Old BSS to New BSS Info and New BSS to Old BSS Info https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4712 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32606 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32367 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-30Temporary (?) fix for bug 4623.gerald1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32327 f5534014-38df-0310-8fa8-9805f1628bb7
2010-01-18Fix a number of gcc _Wshadow warningswmeier1-27/+27
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31557 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-04Fix for Bug 4197:dimeg1-16/+63
Neighbour Cell Description 2 decode error git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31177 f5534014-38df-0310-8fa8-9805f1628bb7
2009-11-17Remove the address operator from value_string arrays fed to VALS()dimeg1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30995 f5534014-38df-0310-8fa8-9805f1628bb7
2009-11-16Erroneously ommitted from the patch of Bug 4219:dimeg1-1/+1
bit_offset used instead of curr_bit_offset git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30974 f5534014-38df-0310-8fa8-9805f1628bb7
2009-11-14From yy:dimeg1-4/+4
About GSM system information type 2quater Modified to use newly defined tvb_get_bits() in tvbuff.c https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4219 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30962 f5534014-38df-0310-8fa8-9805f1628bb7
2009-10-07Cleanup header fields.jake1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30394 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-15Save some memory: Don't statically allocate ett[] arrays used "dynamically".wmeier1-5/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29929 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-07From Mike Morrin:etxrab1-1/+1
The GSM L3 part of the BSSMAP CipherModeComplete message is not being decoded. Sligtly modified. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3983 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29776 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-04From Vincent Helfre:etxrab1-19/+9
Dissect_ccch does not dissect sys info content. Me: Remove check_col. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3901 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29693 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-25From Mike Morrin:etxrab1-7/+5
Minor errors in gsm rr dissectors https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3889 Modified accoring to comments from Pascal Quantin(I hope I got it right). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29549 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-20From Harald Welte :etxrab1-12/+89
Connect RRLP to GSM A DTAP application info message. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3919 From me try to fix missuse of pinfo. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29482 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-19From Jan Lübbe:etxrab1-2/+2
packet-gsm_a_rr.c: flip gsm_a_rr_mv_vals, 0 means vaild. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3915 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29472 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-13Make sure that we find the "data" dissector during handoff else we might ↵krj1-0/+1
crash if the received payload was less than 2 bytes. Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3893 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29403 f5534014-38df-0310-8fa8-9805f1628bb7