aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_gm.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-17Fix/enhacement of Quality of Service IEdimeg1-403/+292
2009-12-15More NULL entries in dtap_msg_sm_fcn[] to avoid out of bounds accessdimeg1-5/+5
2009-12-15Fix/update for PDP Address IEdimeg1-97/+63
2009-11-29PS LCS Capability IE updated according to 24.008 V8.6.0;dimeg1-62/+92
2009-11-27Explicitly show LAC and RAC when dissecting Routing Area dimeg1-4/+12
2009-11-27Expert info when E.212 MCC/MNC contain non-decimal digitsdimeg1-1/+1
2009-11-26More uniform printing of field values: Interpretation first, actual dimeg1-162/+162
2009-11-23Use range_string for the decoding of the CN specific DRXdimeg1-74/+30
2009-11-23Analyze GPRS Timer in its two subfields, unit and valuedimeg1-15/+36
2009-11-23No need for decoding function for a Tag-only IEdimeg1-17/+3
2009-11-18Updated GPRS TMSI Status and Update Type IEsdimeg1-73/+35
2009-11-18GPRS Attach Type IE updated according to 24.008 v8.6.0dimeg1-47/+25
2009-11-18- Use the spare_bits hf from packet_gsm_a_common.c indimeg1-178/+112
2009-11-16GPRS Attach Result IE updated according to 24.008 v8.6.0dimeg1-25/+23
2009-10-20Updated decoding of GMM Cause to V8.6.0, i.e. added cause code 0x19 - "Not au...etxrab1-65/+75
2009-09-23Define a global variable as static;wmeier1-4/+1
2009-09-23Change gchar foo[mm][nn] = {"xxx", "yyy", ...} to static const gchar *foo[mm]...wmeier1-47/+66
2009-09-23Quick fix for Bug #4040.wmeier1-2/+3
2009-09-22From Vincent Helfre:etxrab1-3/+22
2009-09-15Save some memory: Don't statically allocate ett[] arrays used "dynamically".wmeier1-3/+3
2009-08-20From Harald Welte :etxrab1-5/+3
2009-08-18Minor clean up.etxrab1-6/+38
2009-08-04Optimize empty strings to NULL pointers.jake1-75/+75
2009-05-15Introduce decode_bits_in_field() and use it.etxrab1-20/+29
2009-05-14Fix:etxrab1-38/+143
2009-05-07Use NULL instead of repeated,indentical text for blurbs in hf[];wmeier1-397/+417
2009-04-18From rspmn:jake1-10/+22
2009-03-04- Use correct length in TLV-E and LV-E.etxrab1-1/+1
2009-02-16Add dissection of some IE's, reworked input from Zakia Karim.etxrab1-1/+1
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...wmeier1-1/+0
2008-12-23Implement TLV-E and LV-E type IE dissection (2 byte length value).etxrab1-44/+44
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
2008-12-17Fix typos and spelling (mostly in text strings) wmeier1-2/+2
2008-11-17From Pascal Quantin:etxrab1-8/+41
2008-10-23Update the QoS IEetxrab1-1/+93
2008-10-083GPP TMSI STATUS IE decoding does not update curr_offsetetxrab1-1/+1
2008-09-05From Niel Percy:etxrab1-1394/+1365
2008-08-24From Neil Piercy:etxrab1-0/+5873