aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_rr.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-11GSM RR A: Add variable to avoid some warnings [-Wbad-function-cast]João Valverde1-18/+26
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-2/+2
2015-11-23register_dissector -> new_register_dissectorMichael Mann1-12/+14
2015-08-15Eliminate proto_tree_add_text from GSM dissectors.Michael Mann1-46/+83
2015-07-23Add decoding of following GSM A RR messages:Jean Thomas1-3/+63
2015-07-08GSM A RR: fix GSM H/L bits managementJean Thomas1-2/+16
2015-05-14GSM A RR: fix 'packet channel description' dissectioncff3391-16/+36
2015-03-16Add dissection of E-UTRAN Description in Cell selection indicator afterLars Sundström1-1/+49
2015-01-02Replace proto_tree_add_text in dissector header files where it was used in a ...Michael Mann1-31/+33
2014-12-23Deleting unneccessary #includes from dissectors.Martin Mathieson1-5/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-8/+8
2014-11-20Replace tvb_length...() calls.AndersBroman1-20/+20
2014-10-18GSM(_a_rr): Fix Dead Store (Dead assignement/Dead increment) warning found by...Alexis La Goutte1-2/+0
2014-10-15Eliminate some proto_tree_add_text from GSM dissectors (so now there are no d...Michael Mann1-219/+220
2014-10-03Create field filters for gsm_rr_csn_HL_flag() usages.Michael Mann1-95/+188
2014-10-02Create field filters for gsm_rr_csn_flag() usages.Michael Mann1-278/+676
2014-08-15Remove unneeded #include <epan/prefs.h>; As needed: Add editor-modelines & ad...Bill Meier1-73/+86
2014-06-29convert to proto_tree_add_subtree[_format]Michael Mann1-167/+146
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-20/+20
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-20/+20
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-3/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-13f_k() is used outside packet-gsm_a_rr.c, so it can't be static.Guy Harris1-2/+4
2014-01-13Make a routine not used outside this file static.Guy Harris1-1/+1
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