aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_rlcmac.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-16/+7
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-2/+2
2015-12-07Spelling fixes for errors found by lintianBalint Reczey1-5/+5
2015-09-23GSM RLC/MAC: fix dissection of variable length bitmapsPascal Quantin1-5/+12
2015-09-20Make CSN.1 dissectors more filterable.Michael Mann1-702/+4814
2015-08-15Eliminate proto_tree_add_text from GSM dissectors.Michael Mann1-26/+19
2015-07-16GSM RLC/MAC: fix an infinite loop when analyzing (E)GPRS headerPascal Quantin1-9/+10
2015-03-23GSM RLC/MAC: fix an out of bounds accessPascal Quantin1-1/+1
2015-01-26gsm-rlcmac: use wmem_new0 for a structEvan Huus1-2/+2
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-11-20Replace tvb_length...() calls.AndersBroman1-10/+10
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