aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-umts_fp.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-15[UMTS-FP] Try to fix Bug 12121 out of bounds access by expanding an array.AndersBroman1-2/+5
2016-02-12umts_fp: fix ... defined but not used [-Werror=unused-const-variable] found b...Alexis La Goutte1-0/+28
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+2
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-3/+3
2016-01-17Don't look at pinfo->pseudo_header.Guy Harris1-59/+101
2016-01-14Use the return value of register_dissector().Guy Harris1-2/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-23register_dissector -> new_register_dissectorMichael Mann1-8/+9
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-1/+1
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-3/+3
2015-10-18UMTS FP: fix another out of bounds accessPascal Quantin1-1/+1
2015-10-17UMTS FP: fix an out of bounds accessPascal Quantin1-1/+1
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-10/+2
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-07-03Split init of misc dissectors into init/cleanup functionsPeter Wu1-1/+0
2015-06-23Remove more deprecated tvb_length callsEvan Huus1-7/+7
2015-06-22Remove a bunch of deprecated tvb_length callsEvan Huus1-3/+3
2015-04-07Add proper "Decode As" mechanism for AAL2 instead of preference.Michael Mann1-0/+1
2015-01-16SE_COPY_ADDRESS -> WMEM_COPY_ADDRESSMichael Mann1-1/+1
2014-12-31umts_fp: Replace se_new0(...) by wmem_new0(wmem_file_scope(), ...)Bill Meier1-1/+1
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-09-30packet-fp_umts_fp.c: variousBill Meier1-129/+147
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-4/+4
2014-09-08Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-3/+3
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-3/+3
2014-04-06Apply found fix-encoding-args.pl errors in the dissector directory.Michael Mann1-2/+3
2014-03-16FixJoerg Mayer1-3/+3
2014-03-16Add an UAT table to define endpoints and channel data to be able toAndersBroman1-1/+207
2014-03-08Tight array index guard in packet-umts_fp.cEvan Huus1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove a few wrong use of tvb_get_string()Pascal Quantin1-4/+4
2013-12-10- Forward declaration of register functions.Anders Broman1-2/+2
2013-12-07- Make local functions static.Anders Broman1-0/+2
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-24/+24
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-1/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-5/+5
2013-09-12emem -> wmem ("tshark -v" tested)Jörg Mayer1-15/+16
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-5/+5
2013-08-23Batch of filterable expert infos.Michael Mann1-53/+69
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-5/+4
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-24/+24
2013-03-19From beroset:Anders Broman1-2/+2
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-1/+1
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-21/+21
2013-02-19How can I get a new tvbuff that starts at an offset within a givenGuy Harris1-1/+1
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-2/+2
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-1/+3