aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_rlcmac.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-29convert to proto_tree_add_subtree[_format]Michael Mann1-6/+2
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-10/+10
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-10/+10
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-6/+6
2014-05-25GSM RLC MAC: Do not skip too many lines of the CSN_DESCR when the field is mi...Pascal Quantin1-4/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-28Comment out a lot more hf[] entries and related.Bill Meier1-57/+16
2014-01-13f_k() is used outside packet-gsm_a_rr.c, so it can't be static.Guy Harris1-0/+2
2013-12-20Make more items filterable courtesy of convert_proto_tree_add_text.plMichael Mann1-22/+47
2013-12-18Fix -Wunused-const-variable found by ClangAlexis La Goutte1-0/+4
2013-12-18Fix warning because of functions defined but not used.Irene Rüngeler1-1/+4
2013-12-18Fix [-Wmissing-prototypes]Anders Broman1-12/+12
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-11-22Make use of ctrl_ack_vals value_string arrayPascal Quantin1-3/+1
2013-11-21Comment out *many* unused vars found by CLANG;Bill Meier1-1224/+1460
2013-11-07Got burned by forgetting to compile first...Michael Mann1-27/+27
2013-11-07Have the gsm_rlcmac_ul and gsm_rlcmac_dl use the data parameter of the dissec...Michael Mann1-36/+41
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-6/+6
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-29/+29
2013-09-03Batch of filterable expert info.Michael Mann1-2/+11
2013-08-30Convert a few dissectors from EMEM to WMEM APIPascal Quantin1-2/+3
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-143/+143
2013-03-19From beroset:Anders Broman1-2/+2
2013-02-03#if 0 unused hf[] entries & etc.Bill Meier1-1/+3
2013-01-26Initialize some hf_... vars to -1;Bill Meier1-667/+667
2012-12-12"Fill" a couple of value_string(ext)Anders Broman1-28/+28
2012-12-05From Mike Morrin:Anders Broman1-35/+26
2012-11-30From Mike Morrin:Anders Broman1-17/+15
2012-11-10Fix 'value computed is not used' errorPascal Quantin1-4/+4
2012-11-10Fix a few Clang dead assignment / increment warningsPascal Quantin1-6/+6
2012-11-06Removed double parentheses in a whileStig Bjørlykke1-1/+1
2012-10-02Fix hf_me (it is a 2 bits long field, not a boolean)Pascal Quantin1-1/+1
2012-09-29From Mike Morrin via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7615 :Pascal Quantin1-295/+328
2012-09-28Remove a duplicate hfPascal Quantin1-12/+4
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-14From Mike Morrin:Anders Broman1-6/+6
2012-09-12Fix FBI true_false_string array and remove a useless hf variablePascal Quantin1-2/+1
2012-09-12From Mike Morrin:Anders Broman1-322/+232
2012-09-11Enhance dissection of PSI1Pascal Quantin1-30/+135
2012-09-10fix compiler errorsMartin Kaiser1-4/+1
2012-09-10From Mike Morrin via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7686 :Pascal Quantin1-3186/+705
2012-09-07From Mike Morrin:Anders Broman1-136/+273
2012-09-02Fix compile with gcc. Mostly removing unused parameters and code.Evan Huus1-10/+13
2012-09-02From Mike Morrin:Anders Broman1-123/+1664
2012-08-01remove unnecessary underscores from display filtersMichael Mann1-1/+1
2012-07-31Updated GSM dissectors display filters per checkfiltername.plMichael Mann1-1040/+1040
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-23Do not use same name for filters with incompatible typesPascal Quantin1-3/+3
2012-04-18Fix some: 'cast discards qualifiers from pointer target type' warningsJakub Zawadzki1-3/+3
2012-02-23Move 'static' qualifier before 'const' in a couple of places. I didn'tMartin Mathieson1-2/+2