aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_gm.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-12-16Fix for bug 5475:Jaap Keuter1-2/+3
2010-11-05From Pascal Quantin:Anders Broman1-1/+4
2010-11-01Use value_string_ext fcns to access various value_string arrays.Bill Meier1-1/+1
2010-10-28From Pascal Quantin:Anders Broman1-1/+0
2010-10-05From Pascal Quantin:Anders Broman1-1/+1
2010-09-22From Pascal Quantin:Anders Broman1-0/+2
2010-09-22From Pascal Quantin:Anders Broman1-5/+30
2010-08-13Add missing break, should fix bugAnders Broman1-0/+1
2010-08-02Fix cases where the type of a for loop variable is smaller than the type of t...Bill Meier1-1/+2
2010-07-14Add a field for "Revision Level Indicator" in the "MS Radio Access Capability...Anders Broman1-11/+13
2010-06-29Set pinfo->link_dir when protocol configuration options is in the message.Anders Broman1-2/+61
2010-06-09Do some constifying [or other] based upon gcc -Wwrite-strings warnings.Bill Meier1-2/+2
2010-06-01- Traffic flow template miss dissected, use de_sm_tflow_temp()Anders Broman1-1/+1
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)Bill Meier1-44/+44
2010-03-20Fix for Bug 4588:Gerasimos Dimitriadis1-2/+2
2010-03-12Decode GPRS SM Messages related to MBMS Context handlingGerasimos Dimitriadis1-8/+86
2010-03-10From Vladimir Kazansky:Anders Broman1-2/+4
2010-03-09from Pascal Quantin:Anders Broman1-8/+8
2010-03-08From Pascal Quantin:Anders Broman1-20/+86
2010-03-06From Pascal Quantin:Anders Broman1-7/+7
2010-03-06Decoding support for GPRS Session Management 'Activate MBMSGerasimos Dimitriadis1-2/+188
2010-01-18Fix a number of gcc _Wshadow warningsBill Meier1-4/+4
2009-12-22Fixes/enhancements/updates for 24.008 IEs:Gerasimos Dimitriadis1-191/+319
2009-12-20Update SM Cause IE; Decode SM Cause 2 IE; UpdateGerasimos Dimitriadis1-52/+94
2009-12-17Fix/enhacement of Quality of Service IEGerasimos Dimitriadis1-403/+292
2009-12-15More NULL entries in dtap_msg_sm_fcn[] to avoid out of bounds accessGerasimos Dimitriadis1-5/+5
2009-12-15Fix/update for PDP Address IEGerasimos Dimitriadis1-97/+63
2009-11-29PS LCS Capability IE updated according to 24.008 V8.6.0;Gerasimos Dimitriadis1-62/+92
2009-11-27Explicitly show LAC and RAC when dissecting Routing Area Gerasimos Dimitriadis1-4/+12
2009-11-27Expert info when E.212 MCC/MNC contain non-decimal digitsGerasimos Dimitriadis1-1/+1
2009-11-26More uniform printing of field values: Interpretation first, actual Gerasimos Dimitriadis1-162/+162
2009-11-23Use range_string for the decoding of the CN specific DRXGerasimos Dimitriadis1-74/+30
2009-11-23Analyze GPRS Timer in its two subfields, unit and valueGerasimos Dimitriadis1-15/+36
2009-11-23No need for decoding function for a Tag-only IEGerasimos Dimitriadis1-17/+3
2009-11-18Updated GPRS TMSI Status and Update Type IEsGerasimos Dimitriadis1-73/+35
2009-11-18GPRS Attach Type IE updated according to 24.008 v8.6.0Gerasimos Dimitriadis1-47/+25
2009-11-18- Use the spare_bits hf from packet_gsm_a_common.c inGerasimos Dimitriadis1-178/+112
2009-11-16GPRS Attach Result IE updated according to 24.008 v8.6.0Gerasimos Dimitriadis1-25/+23
2009-10-20Updated decoding of GMM Cause to V8.6.0, i.e. added cause code 0x19 - "Not au...Anders Broman1-65/+75
2009-09-23Define a global variable as static;Bill Meier1-4/+1
2009-09-23Change gchar foo[mm][nn] = {"xxx", "yyy", ...} to static const gchar *foo[mm]...Bill Meier1-47/+66
2009-09-23Quick fix for Bug #4040.Bill Meier1-2/+3
2009-09-22From Vincent Helfre:Anders Broman1-3/+22
2009-09-15Save some memory: Don't statically allocate ett[] arrays used "dynamically".Bill Meier1-3/+3
2009-08-20From Harald Welte :Anders Broman1-5/+3
2009-08-18Minor clean up.Anders Broman1-6/+38
2009-08-04Optimize empty strings to NULL pointers.Jaap Keuter1-75/+75
2009-05-15Introduce decode_bits_in_field() and use it.Anders Broman1-20/+29
2009-05-14Fix:Anders Broman1-38/+143