aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_gm.c
AgeCommit message (Collapse)AuthorFilesLines
2009-08-04Optimize empty strings to NULL pointers.Jaap Keuter1-75/+75
svn path=/trunk/; revision=29298
2009-05-15Introduce decode_bits_in_field() and use it.Anders Broman1-20/+29
clean up some left owers from previous checkin. svn path=/trunk/; revision=28373
2009-05-14Fix:Anders Broman1-38/+143
GSM DTAP: Incorrect decoding of MS Radio Access Capability Switch-Measure* https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3461 svn path=/trunk/; revision=28361
2009-05-07Use NULL instead of repeated,indentical text for blurbs in hf[];Bill Meier1-397/+417
Adjust some spacing; Replace tab in string by a space; Use #if 0... #endif instead of /* ... */ to comment out some code. svn path=/trunk/; revision=28296
2009-04-18From rspmn:Jaap Keuter1-10/+22
Wireshark considers an Activate PDP Context Request which contains a DNS Server Address Request parameter according to section 10.5.6.3 of TS 24.008 to be a malformed packet. The attached patch (against SVN revision 28067) fixes the problem for the parameters DNS Server Address Request and P-CSCF Address Request. svn path=/trunk/; revision=28084
2009-03-04- Use correct length in TLV-E and LV-E.Anders Broman1-1/+1
- Update PD values to the latest spec. - Remove some non ASCII chars. - Start dissecton of LTE NAS ESM EPS messages and IE's. svn path=/trunk/; revision=27605
2009-02-16Add dissection of some IE's, reworked input from Zakia Karim.Anders Broman1-1/+1
svn path=/trunk/; revision=27467
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-1/+0
svn path=/trunk/; revision=27390
2008-12-23Implement TLV-E and LV-E type IE dissection (2 byte length value).Anders Broman1-44/+44
svn path=/trunk/; revision=27100
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
svn path=/trunk/; revision=27050
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-2/+2
svn path=/trunk/; revision=27028
2008-11-17From Pascal Quantin:Anders Broman1-8/+41
Enhance 3GPP 24.008 GMM dissection. svn path=/trunk/; revision=26796
2008-10-23Update the QoS IEAnders Broman1-1/+93
svn path=/trunk/; revision=26526
2008-10-083GPP TMSI STATUS IE decoding does not update curr_offsetAnders Broman1-1/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2945 svn path=/trunk/; revision=26379
2008-09-05From Niel Percy:Anders Broman1-1394/+1365
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. svn path=/trunk/; revision=26140
2008-08-24From Neil Piercy:Anders Broman1-0/+5873
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. svn path=/trunk/; revision=26064