aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_rr.c
AgeCommit message (Collapse)AuthorFilesLines
2009-08-11Complete the fix in r29389.jake1-5/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29390 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-11Instead of calling DISSECTOR_ASSERT_NOT_REACHED, just say the subchannelgerald1-2/+1
is unknown. Fixes bug 3864. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29389 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-06Fix some individual cases of 'if (unsigned) < 0'wmeier1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29320 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-06Prevent possible (benign ?) array references with an array index of -1.wmeier1-4/+8
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29312 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-06Remove inadvertantly committed comments re issue yet to be fixed ...wmeier1-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29311 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-06Register ett[] subtree array only once.wmeier1-8/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29309 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-04Optimize empty strings to NULL pointers.jake1-46/+46
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29298 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-17/+17
(1) Trailing/leading spaces are removed from 'name's/'blurb's (2) Duplicate 'blurb's are replaced with NULL (3) Empty ("") 'blurb's are replaced with NULL (4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME, FT_PROTOCOL, FT_STRING and FT_STRINGZ field types (5) Only allow non-zero value for 'display' if 'bitmask' is non-zero git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28770 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-08FT_BOOLEAN fields with bitmask: Display is 'parent bitfield width' not BASE...wmeier1-37/+37
Also: Change FT_BOOLEAN with no bitmask from BASE_DEC to BASE_NONE. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28312 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-08Use NULL instead of repeated identical text if hf[] blurbs;wmeier1-6956/+6970
Use #if 0 ... #endif instead of /* ... */ to comment out code; Reformat some long lines; Use consistent indentation. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28301 f5534014-38df-0310-8fa8-9805f1628bb7
2009-01-28Adjust some indentationwmeier1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27323 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-23Implement TLV-E and LV-E type IE dissection (2 byte length value).etxrab1-76/+76
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27100 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27050 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-17Fix some typos and spelling (mostly in text strings)wmeier1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27037 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-15From Pascal Quantin:etxrab1-67/+798
Improve 3GPP 44.018 RR dissection. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26779 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-10From Pascal Quantin:etxrab1-5/+5
Proper Fix for "'subtree' may be used uninitialized in this function" error (SVN revision 26730) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26745 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-07Try to pacify the buildbot.etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26732 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-07From Pascal Quantin:etxrab1-395/+1257
Add 3GPP 44.018 RR Short Protocol Discriminator dissection. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26730 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-04Mark the reduced frame number field as generated.guy1-2/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26690 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-04From Pascal Quantin:etxrab1-88/+528
The attached patch adds the following enhancements: - remove duplicated code for Reduced Frame Number computation, and solve guint64 issue in the same time (see bug 3028 for details) - BA Range IE decoding - BA List Pref IE decoding - UTRAN Frequency List IE decoding - Cell Selection Indicator after Release of all TCH and SDCCH IE decoding - UTRAN Classmark Change message decoding (with a call to RRC dissector to decode the INTER RAT HANDOVER INFO message) - add Inter System To UTRAN Handover Command message decoding As usual it compiles fine on Windows but I could not check on Linux. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26688 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-03Show the "FN mod 62432" field; this is how you show a 64-bit integer.guy1-15/+11
Clean up indentation. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26684 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-03From Pascal Quantin:etxrab1-236/+519
Various enhancements to 3GPP 44.018 Radio Resource dissection. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26682 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-01From Pascal Quantin:etxrab1-2/+3
please find attach the patch to fix the bug for the "'xdd_indic0' may be used uninitialized in this function" warning. Initializinf it to 0 will not be sufficient as it will fail to decode properly the TDD Cell Information Field. Builds on Windows hopfully woun't break the build bot. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26668 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-01Fix the broken build.jake1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26666 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-01Add Measurement result IE dissection, fix channel list.etxrab1-48/+121
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26665 f5534014-38df-0310-8fa8-9805f1628bb7
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-63/+63
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26647 f5534014-38df-0310-8fa8-9805f1628bb7
2008-10-30Fix:etxrab1-1/+1
packet-gsm_bsslap.c:374: warning: unused parameter 'len' packet-gsm_a_rr.c:3035: warning: 'xdd_indic0' may be used uninitialized in this function git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26630 f5534014-38df-0310-8fa8-9805f1628bb7
2008-10-30From Pascal Quantin:etxrab1-42/+1279
Add 3GPP 44.018 SI5bis, SI5ter, SI6 and SI13 decoding https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3014 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26623 f5534014-38df-0310-8fa8-9805f1628bb7
2008-10-28From Pascal Quantin:etxrab1-25/+31
Buggy 3GPP 44.018 Cell Channel Description / Frequency List IEs decoding. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3007 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26604 f5534014-38df-0310-8fa8-9805f1628bb7
2008-10-27Fixed some true_false_string definitions.stig1-12/+12
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26591 f5534014-38df-0310-8fa8-9805f1628bb7
2008-10-27From Pascal Quantin:etxrab1-240/+956
Add 3GPP 44.018 SI3 and SI4 Rest Octets decoding. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26590 f5534014-38df-0310-8fa8-9805f1628bb7
2008-10-26Try to make the build bot hapy.etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26562 f5534014-38df-0310-8fa8-9805f1628bb7
2008-10-26From Pascal Quantin:etxrab1-15/+1123
Add 3GPP 44.018 SI1, SI2bis, SI2ter and SI2quater full decoding git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26559 f5534014-38df-0310-8fa8-9805f1628bb7
2008-10-22Update bssap le and BSS MAP.etxrab1-148/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26514 f5534014-38df-0310-8fa8-9805f1628bb7
2008-10-05From Pascal Quantin:jake1-40/+40
The attached patch fix several bugs in the decoding function to display the Cell Channel Description (44.018 chapter 10.5.2.1b) and the Frequency List (44.018 chapter 10.5.2.13) information elements content. Without this patch the ARFCNs displayed are completely wrong. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26354 f5534014-38df-0310-8fa8-9805f1628bb7
2008-09-05From Niel Percy:etxrab1-608/+562
Much as I hate white space changes, I got fed up of the huge variation of styles within these files, and tried to get to a much smaller range of variation. Also a few comment tidies, and use of _U_ for unused args rather than "arg = arg" lines. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26140 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26091 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-24From Neil Piercy:etxrab1-30/+14
1 new split file (GMM & SM in one file) and diff patches for the others. The RR, RP and BSSMAP patches are really a tidy-up: now they are split it becomes clear what was redundant code. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26064 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-19From Neil Piercy:etxrab1-0/+4899
RR has been split from DTAP, with common stuff going to the common files (plus a few minor knock-on consequences). Fix the broken tap: I had not realised that the register_tap call in the dissector registration actually _created_ the tap entry (not the register_tap_listener), and not just associated the tap_id returned with the tap registered by the listener. The use of separate statics by the split lead to 3 taps called "gsm_a", but only the first of which was ever found in the tap_queue_packet. Added (yet another) global for now to cope. Also attached is a patch to tap.c which simply returns the same tap_id if the register_tap is called twice with the same name - I can't see any downside to this, can you? Anyway it seemed to work with deliberately keeping multiple calls. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26039 f5534014-38df-0310-8fa8-9805f1628bb7