aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_rr.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-18Fix [-Wmissing-prototypes]Anders Broman1-1/+1
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-2/+2
2013-10-24Fix copy paste errorsPascal Quantin1-7/+3
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+6
2013-09-03Batch of filterable expert info.Michael Mann1-6/+18
2013-07-11Don't mark a used parameter _U_.Jeff Morriss1-1/+1
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-2/+2
2013-03-19From beroset:Anders Broman1-2/+2
2013-03-18As suggested by Evan Huus, use extended value_stringsPascal Quantin1-4/+5
2013-03-18use enum values instead of hardcoded valuesPascal Quantin1-82/+82
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-1/+3
2013-01-27Fix some dead increment warnings found by ClangPascal Quantin1-2/+2
2013-01-22Try to fix dissection of GSM protocol family broken by r47209.Pascal Quantin1-81/+81
2012-11-26Fix two purported [-Wshadow] warnings;Bill Meier1-165/+166
2012-11-11Dissect more DTM related messagesPascal Quantin1-42/+320
2012-11-10Do not display IE length twicePascal Quantin1-30/+6
2012-10-29Add dissection ofDTM ASSIGNMENT COMMAND and fix message types.Anders Broman1-17/+132
2012-10-27From Mike Morrin via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7911 :Pascal Quantin1-32/+44
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