aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-umts_fp.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-10From Jacob Nordgren and Rishie Sharma:etxrab1-6/+32
2012-08-10If not configured to call MAC for MAC-is PDUs, don't (avoidingmartinm1-2/+17
2012-08-09From Jacob Nordgren and Rishie Sharma:etxrab1-29/+16
2012-08-09From Jacob Nordgren and Rishie Sharma:etxrab1-0/+1
2012-08-08Remove set-but-not-used variable.morriss1-2/+0
2012-08-08From Jacob Nordgren and Rishie Sharma:etxrab1-67/+263
2012-08-07Remove a set-but-not-used variable.morriss1-2/+0
2012-08-07From Rishie Sharma:etxrab1-1/+1
2012-08-07error: variable ‘hsdsch_physical_layer_category’ set but not usedetxrab1-1/+1
2012-08-07From Jacob Nordgren and Rishie Sharma:etxrab1-53/+81
2012-08-02From Jacob Nordgren and Rishie Sharma:etxrab1-6/+6
2012-07-30From Jacob Nordgren and Rishie Sharma:etxrab1-126/+18
2012-07-27Fix dead assignment Clang warning and use consistent indentationpascal1-266/+265
2012-07-27From Jacob Nordgren and Rishie Sharma:etxrab1-21/+33
2012-07-26From Jacob Nordgren and Rishie Sharma:etxrab1-46/+46
2012-07-26From Jacob Nordgren and Rishie Sharma:etxrab1-65/+346
2012-07-25From Jacob Nordgren and Rishie Sharma:etxrab1-31/+60
2012-07-24From Jacob Nordgren and Rishie Sharma:etxrab1-68/+117
2012-07-18Merge the rest of Jacob Nordgren and Rishie Sharmas work onetxrab1-9/+16
2012-07-16From Jacob Nordgren and Rishie Sharma:etxrab1-89/+333
2012-07-16From Jacob Nordgren and Rishie Sharma:etxrab1-1/+33
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-1413/+1648
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-7/+7
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-15/+15
2011-09-23Use val_to_str_const().martinm1-11/+11
2011-09-21Remove check_col and use ENC_BIG_ENDIAN.etxrab1-168/+168
2011-05-20Use tvb_bytes_to_str() instead of a homegrown version.morriss1-16/+3
2011-05-15Add missing trailing 0 to an hf mask value.martinm1-1/+1
2011-03-22Fix mask when extracting FACH Indicator.martinm1-1/+1
2011-03-17Respond to most of the clang warnings for this dissector.martinm1-14/+7
2011-03-162 VS Code Analyzer warnings were bogus. Avoid one and add a comment about the...martinm1-1/+2
2011-03-06Remove some instances of _U_ where the parameter is now used.martinm1-4/+4
2011-03-01Was reading F in mac-is descriptors the wrong way around...martinm1-1/+3
2010-12-17Refactor EDCH-T2 function to also support the very similar EDCH-Common format.martinm1-36/+89
2010-12-15Use value_string for MAC-is descriptor lchid.martinm1-5/+23
2010-12-15Prettify the dissection of EDCH T2 data.martinm1-5/+27
2010-12-15Add support for FP E-DCH T2 frames.martinm1-3/+290
2010-12-13Show DDI config info.martinm1-0/+53
2010-11-23Check the DDI while dissecting the header.martinm1-2/+26
2010-11-22Add another (unsupported) channel type identifier.martinm1-0/+4
2010-11-19Reserve not-yet-supported channel type IDs.martinm1-0/+8
2010-10-08From Tobias Witek (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5283)martinm1-2/+10
2010-10-07From Tobias Witek (bug 5282):martinm1-17/+16
2010-09-15Add expert info for timing adjustment control message, and tweak a label.martinm1-3/+8
2010-08-27Allow 3GPP release info to be displayed.martinm1-1/+60
2010-08-25Show (again?) MAC-d PDUs inside MAC-es PDUs.martinm1-2/+15
2010-08-16Set length of 'PDU Block Header' subtrees.martinm1-2/+15
2010-08-12Fix a duplicate/copy-pasted filter field name.martinm1-1/+1
2010-08-04Update bit_offset whether calling MAC dissector or not.martinm1-1/+1