aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_rlcmac.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-14GSM RLC/MAC: fix another global-buffer-overflow error reported by ASANPascal Quantin1-1/+4
2017-05-11GSM RLC/MAC: fix global-buffer-overflow error reported by ASANPascal Quantin1-1/+4
2017-05-09[GSM RLCMAC] Add comments.AndersBroman1-0/+10
2017-05-08[GSM RLCMAC] Update : PACKET RESOURCE REQUEST to Release 14.0.0AndersBroman1-1/+473
2017-02-21[GSM RLCMAC] Fix column info.AndersBroman1-7/+7
2017-02-16[GSM RLCMAC] Use rtlli_valsStig Bjørlykke1-1/+1
2017-02-16[GSM RLCMAC] Added parsing of EC-EGPRS DL and UL data messages.AndersBroman1-2/+277
2016-10-28gsm_rlcmac: fix fix spelling typo found by lintianAlexis La Goutte1-1/+1
2016-07-08GSM RLC/MAC: register dissectors for EC-GSM-IoT control messagesPascal Quantin1-0/+22
2016-06-13GSM RLC/MAC: add dissection of EC-GSM-IoT control messagesAnton Thomasson1-7/+936
2016-06-11GSM RLC/MAC: improve dissection of Packet Resource Request messageVincent Helfre1-16/+167
2016-06-03GSM RLC/MAC: better wording for PS HO data sourcesVincent Helfre1-2/+2
2016-06-02GSM RLC/MAC: add dissection of 2G->3G/4G PS handoverPascal Quantin1-21/+97
2016-06-01GSM RLC/MAC: add dissection of NAS containerVincent Helfre1-15/+61
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