summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-umts_mac.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-19RLC: Renamed U-RNTI to UE IDDarien Spencer1-4/+4
2017-06-19[UMTS RLC] Rename proto variableDarien Spencer1-6/+6
2017-05-12UMTS Iub: Resolve U-RNTI for C-RNTIS. Shapira1-2/+79
2017-03-18FP/MAC: Cosmetic fixesS. Shapira1-1/+1
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-3/+3
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-6/+6
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-10/+10
2016-01-17Don't look at pinfo->pseudo_header.Guy Harris1-27/+27
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-7/+7
2015-11-23register_dissector -> new_register_dissectorMichael Mann1-19/+26
2015-09-02UMTS (mac): fix will never be executed [-Wunreachable-code]Alexis La Goutte1-1/+1
2015-07-03Split more init routines into init/cleanup functionsPeter Wu1-7/+7
2015-06-22Remove a bunch of deprecated tvb_length callsEvan Huus1-1/+1
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-11-25Eliminate proto_tree_add_text from some dissectors.Michael Mann1-54/+70
2014-08-15packet-umts_mac.c: remove 'g_warning()' calls; Add editor-modelines; Fix whit...Bill Meier1-35/+43
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-04-06Apply found fix-encoding-args.pl errors in the dissector directory.Michael Mann1-3/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-07- Make local functions static.Anders Broman1-1/+4
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-21/+21
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-2/+2
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-2/+2
2013-09-12emem -> wmem ("tshark -v" tested)Jörg Mayer1-8/+9
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-9/+9
2013-08-23Batch of filterable expert infos.Michael Mann1-29/+35
2013-05-16From Cal Turney:Anders Broman1-1/+1
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-19/+19
2013-03-17From beroset:Anders Broman1-12/+12
2013-02-19How can I get a new tvbuff that starts at an offset within a givenGuy Harris1-2/+2
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-14/+14
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-8/+22
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+0
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-2/+2
2012-08-08From Jacob Nordgren and Rishie Sharma:Anders Broman1-1/+1
2012-08-07From Jacob Nordgren and Rishie Sharma:Anders Broman1-53/+64
2012-08-04Fix Coverity CID 714130: Dereference after null check.Chris Maynard1-2/+4
2012-08-02Convert a C++ comment.Gerald Combs1-1/+1
2012-08-02From Jacob Nordgren and Rishie Sharma:Anders Broman1-138/+283
2012-07-30No // comments, please.Guy Harris1-1/+1
2012-07-30From Jacob Nordgren and Rishie Sharma:Anders Broman1-62/+312
2012-07-27From Jacob Nordgren and Rishie Sharma:Anders Broman1-3/+6
2012-07-26From Jacob Nordgren and Rishie Sharma:Anders Broman1-10/+127
2012-07-24From Jacob Nordgren and Rishie Sharma:Anders Broman1-0/+150
2012-07-17Fix Coverity CID 709726: Structurally dead code. Also, convert tabs to spaces.Chris Maynard1-127/+127