aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-umts_fp.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-03Add a preference to call MAC for TBs (on by default).martinm1-325/+212
2010-01-22Fix some gcc -Wshadow warningswmeier1-2/+1
2009-11-29From Tobias Witek:etxrab1-0/+30
2009-11-05From Tobias Witek:etxrab1-41/+89
2009-09-24Don't guard col_append_str with check_colkrj1-4/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-07-07From Kovarththanan Rajaratnam:stig1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-60/+60
2008-12-20Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
2008-12-17Fix typos and spelling (mostly in text strings) wmeier1-6/+6
2008-06-18Show enhanced high speed channels more clearly.martinm1-2/+30
2008-06-12Show correct seqno in info column.martinm1-2/+2
2008-06-12Dissect BCH channels (expect control messages only).martinm1-1/+31
2008-06-06Fix RACH extended IE handling.martinm1-37/+154
2008-06-05Fix operator precedence problem.martinm1-1/+1
2008-06-04- Make FP radio division mode/speed explicit in struct for R7martinm1-12/+84
2008-05-27Missed "bytes" -> "bits" changes.martinm1-2/+2
2008-05-27Type 2 hsdsch data is different (size in bytes and byte-aligned).martinm1-4/+57
2008-05-27Fix max pdu size in hsdsch alloc type 2.martinm1-2/+2
2008-05-25More R7 tweaks and comment updates.martinm1-27/+56
2008-05-20When extending values, extra bits are always m.s.martinm1-19/+34
2008-05-20Enable FP R7 support.martinm1-59/+106
2008-05-12HS-DSCH type 2 bug fix + prettification.martinm1-16/+65