aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-umts_mac.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-16From Jacob Nordgren and Rishie Sharma:Anders Broman1-34/+195
2012-07-16From Jacob Nordgren and Rishie Sharma:Anders Broman1-25/+51
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-05Fix Coverity 703495: reference fpinf *after* checking that it is not NULL.Jeff Morriss1-11/+13
2012-06-01Fix a couple of warningsAnders Broman1-13/+13
2012-05-29Handle E-DCHAnders Broman1-1/+1
2012-05-28Use C/T as rbidAnders Broman1-3/+17
2012-05-07packet-umts_fp.h now requires epan/conversation.h.Guy Harris1-0/+1
2012-03-06Use tvb_new-subset_remaining(...) rather than tvb_new_subset(...,-1,-1);Bill Meier1-429/+452
2011-12-26That's the 3GPP spec for this protocol layer, right?Guy Harris1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-8/+8
2011-09-26Move tvb_new_octet_aligned() to tvbuff.c and use it.Anders Broman1-48/+0
2011-09-21Remove check_col and use ENC_BIG_ENDIAN.Anders Broman1-34/+25
2011-05-06Move fpinf dereference after NULL check.Jakub Zawadzki1-1/+1
2011-04-16From Neil Piercy:Anders Broman1-1/+11