aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_rr.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-25Following r44648, revert part of r44162 and followups so as to have a top lev...Pascal Quantin1-358/+358
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
2012-08-01Do not register fields twicePascal Quantin1-3/+1
2012-08-01The minimum CCCH size is 3 bytes (L2 pseudo length + protocol discriminator +...Pascal Quantin1-1/+1
2012-08-01Follow-up of r44162: clean more filtersPascal Quantin1-3/+7
2012-08-01Follow-up of r44162: RR dissector is not used only on Common Control CHannels...Pascal Quantin1-366/+373
2012-08-01remove unnecessary underscores from display filtersMichael Mann1-1/+1
2012-07-31Updated GSM dissectors display filters per checkfiltername.plMichael Mann1-349/+349
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-21Display Element ID in hexadecimal (like in 3GPP specs)pascal1-1/+1
2012-05-13Revert 42618 (in 3GPP vocabulary multirat means multi radio access technology)pascal1-24/+24
2012-05-13More typos: Multirat -> Multirate.Chris Maynard1-24/+24
2012-05-13Convert tabs to spaces. Fix some typos.Chris Maynard1-11/+11
2012-05-13Tabs spellingAnders Broman1-2/+2
2012-05-13Renove redundant codeAnders Broman1-5/+1
2012-05-13Fix de_rr_cell_opt_sacch decoding the DTX cell options wrongly, by using prot...Anders Broman1-2/+9
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-10/+10
2012-05-07General minor cleanup including:Bill Meier1-221/+219
2012-04-15Update RRC to V10.7.0 and add dissection of Core Network System Information IEspascal1-1/+1
2012-03-15proto_tree_add_bits_item() associated hf[] entry 'bitmask' must be 0;Bill Meier1-18/+18
2012-03-10Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-5/+2
2012-03-09From Sylvain Munaut: gsm_a_common: ELEM_MAND_VV_SHORT doesn't support IEs of ...Anders Broman1-7/+14
2012-03-06Don't use FT_*INT with true_false strings: the code to generateJeff Morriss1-25/+25
2012-02-23From Lei Chen:Anders Broman1-1/+1
2012-01-13Fix:Bill Meier1-7/+2
2012-01-13Fix:Anders Broman1-11/+8
2012-01-13From Mike Morrin:Anders Broman1-632/+494
2012-01-11From Lei Chen:Anders Broman1-21/+14
2012-01-08From Mike Morrin:Anders Broman1-23/+4
2012-01-05Fix the following error :Alexis La Goutte1-1/+1
2012-01-05From Mike Morrin:Anders Broman1-1076/+634
2012-01-01From Mike Morrin:Anders Broman1-20/+28
2011-12-12From Mike Morrin:Anders Broman1-32/+15
2011-12-04From Vincent Helfre.Anders Broman1-5/+10
2011-11-21Get rid of Warnings.Anders Broman1-8/+9
2011-11-21From Vincent Helfre:Anders Broman1-87/+92
2011-10-24Fix encoding arg for various fcn calls:Bill Meier1-418/+418
2011-10-03Remove unused hf field.Anders Broman1-6/+0
2011-09-07Fix a 'set but not used' gcc warning; Mark param arg as _U_;Bill Meier1-27/+26
2011-09-07From Lei Chen:Anders Broman1-15/+72
2011-08-29From Lei Chen:Anders Broman1-1/+107
2011-08-15From Jeremy Quirke:Anders Broman1-1/+1
2011-08-05From Lei Chen:Anders Broman1-3/+995
2011-07-22Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-12/+2
2011-07-20Use ENC_BIG_ENDIAN.Anders Broman1-96/+96
2011-04-09Don't assign to a proto_item * if the value won't be used: Coverity 911;Bill Meier1-2290/+2292
2011-04-04Change the signature of elem_fcn():ns to include pinfo.Anders Broman1-105/+101
2011-04-04Change the msg_fcn() signature to include pinfo.Anders Broman1-54/+54
2011-03-23From Vincent Helfre:Anders Broman1-1/+1