aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_gm.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-02From Pascal Quantin:etxrab1-15/+16
2011-12-01Extend dissection of GTPv2 EPS Security Context and Quadruplets.etxrab1-1/+1
2011-12-01From Pascal Quantin:etxrab1-17/+35
2011-11-29From Pascal Quantin:etxrab1-1/+1
2011-11-28Fix Checkapi found errors.etxrab1-2/+2
2011-11-28Prevet a crash when dissecting linked TI.etxrab1-14/+37
2011-10-24Fix encoding arg for various fcn calls:wmeier1-2/+2
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-4/+4
2011-06-22Protect the columns from beeing overwritten.etxrab1-0/+3
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier1-2/+0
2011-05-29From Pascal Quantin:etxrab1-358/+977
2011-05-17As suggested by Chris: use val_to_str_const() instead of match_strval() plus amorriss1-17/+15
2011-05-17Use the correct value string and bitmasks.etxrab1-2/+2
2011-04-27From Pascal Quantin:etxrab1-22/+448
2011-04-04Get rid of gsm_a_dtap_pinfo.etxrab1-1/+1
2011-04-04Change the signature of elem_fcn():ns to include pinfo.etxrab1-223/+223
2011-04-04Change the msg_fcn() signature to include pinfo.etxrab1-46/+46
2011-02-23From Alexis La Goutte:etxrab1-1/+0
2011-02-22From Pascal Quantin:etxrab1-68/+68
2011-01-26Add 10.5.1.14 NAS container for PS HO.etxrab1-1/+1
2011-01-21Use EXTRANEOUS_DATA_CHECK_EXPERTetxrab1-61/+67
2011-01-21Adress => Address corrections (also in comments).sake1-3/+3
2011-01-19Add the RAI value to "add_string"etxrab1-0/+8
2011-01-17- Remove debug printout.etxrab1-130/+100
2011-01-16Switch to using proto_add_bits_item in a couple of places and fixetxrab1-36/+33
2011-01-16Use tvb_memeql() and tvb_memcpy().morriss1-5/+2
2011-01-13From Pascal Quantin:etxrab1-4/+4
2011-01-12Update dissection of Protocol configuration options.etxrab1-32/+59
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-12-16Fix for bug 5475:jake1-2/+3
2010-11-05From Pascal Quantin:etxrab1-1/+4
2010-11-01Use value_string_ext fcns to access various value_string arrays.wmeier1-1/+1
2010-10-28From Pascal Quantin:etxrab1-1/+0
2010-10-05From Pascal Quantin:etxrab1-1/+1
2010-09-22From Pascal Quantin:etxrab1-0/+2
2010-09-22From Pascal Quantin:etxrab1-5/+30
2010-08-13Add missing break, should fix bugetxrab1-0/+1
2010-08-02Fix cases where the type of a for loop variable is smaller than the type of t...wmeier1-1/+2
2010-07-14Add a field for "Revision Level Indicator" in the "MS Radio Access Capability...etxrab1-11/+13
2010-06-29Set pinfo->link_dir when protocol configuration options is in the message.etxrab1-2/+61
2010-06-09Do some constifying [or other] based upon gcc -Wwrite-strings warnings.wmeier1-2/+2
2010-06-01- Traffic flow template miss dissected, use de_sm_tflow_temp()etxrab1-1/+1
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)wmeier1-44/+44
2010-03-20Fix for Bug 4588:dimeg1-2/+2
2010-03-15Declare sip_uri_offset_init() as returning void and remove a couple unused va...morriss1-8/+86
2010-03-11Squelch some compiler warnings.guy1-10/+12
2010-03-09Mark unused arguments.guy1-20/+86
2010-03-07Use strtok_s on windows and strtok_r otherwise.etxrab1-8/+194
2010-01-18Fix a number of gcc _Wshadow warningswmeier1-4/+4
2009-12-22Fixes/enhancements/updates for 24.008 IEs:dimeg1-191/+319