aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_gm.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-25Following r44648, revert part of r44162 and followups so as to have a top lev...pascal1-198/+198
2012-08-23Fix extended value-string linear search: remove 2 dups from value-string array.wmeier1-2/+0
2012-08-01Follow-up of r44162: gsm_a_gm dissector is used for both GPRS Mobility Manage...pascal1-345/+345
2012-07-31Updated GSM dissectors display filters per checkfiltername.plmmann1-115/+115
2012-06-28Update FSF address - part II.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-2428/+2785
2012-02-23From Pascal Quantin [NAS EPS] Update Configuration Protocol description in PC...etxrab1-1/+1
2012-02-13From Pascal Quantin:etxrab1-2/+9
2012-02-12Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-27/+14
2012-01-21Revert a recent spelling change back to its UK variant.cmaynard1-4/+4
2012-01-21Fix a comment and some typos.cmaynard1-9/+9
2012-01-20From Pascal Quantin:jake1-19/+21
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