aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-umts_mac.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-08From Tobias Witek (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5283)Martin Mathieson1-1/+2
2009-10-09hf[]: Use NULL for "blurb" instead of dup or empty test string;Bill Meier1-11/+8
2009-10-09From Tobias Witek:Anders Broman1-0/+609