aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-umts_fp.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-17Refactor EDCH-T2 function to also support the very similar EDCH-Common format.Martin Mathieson1-36/+89
2010-12-15Use value_string for MAC-is descriptor lchid.Martin Mathieson1-5/+23
2010-12-15Prettify the dissection of EDCH T2 data.Martin Mathieson1-5/+27
2010-12-15Add support for FP E-DCH T2 frames.Martin Mathieson1-3/+290
2010-12-13Show DDI config info.Martin Mathieson1-0/+53
2010-11-23Check the DDI while dissecting the header.Martin Mathieson1-2/+26
2010-11-22Add another (unsupported) channel type identifier.Martin Mathieson1-0/+4
2010-11-19Reserve not-yet-supported channel type IDs.Martin Mathieson1-0/+8
2010-10-08From Tobias Witek (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5283)Martin Mathieson1-2/+10
2010-10-07From Tobias Witek (bug 5282):Martin Mathieson1-17/+16
2010-09-15Add expert info for timing adjustment control message, and tweak a label.Martin Mathieson1-3/+8
2010-08-27Allow 3GPP release info to be displayed.Martin Mathieson1-1/+60
2010-08-25Show (again?) MAC-d PDUs inside MAC-es PDUs.Martin Mathieson1-2/+15
2010-08-16Set length of 'PDU Block Header' subtrees.Martin Mathieson1-2/+15
2010-08-12Fix a duplicate/copy-pasted filter field name.Martin Mathieson1-1/+1
2010-08-04Update bit_offset whether calling MAC dissector or not.Martin Mathieson1-1/+1
2010-08-03Add a preference to call MAC for TBs (on by default).Martin Mathieson1-325/+212
2010-01-22Fix some gcc -Wshadow warningsBill Meier1-2/+1
2009-11-29From Tobias Witek:Anders Broman1-0/+30
2009-11-05From Tobias Witek:Anders Broman1-41/+89
2009-09-24Don't guard col_append_str with check_colKovarththanan Rajaratnam1-4/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-60/+60
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-6/+6
2008-06-18Show enhanced high speed channels more clearly.Martin Mathieson1-2/+30
2008-06-12Show correct seqno in info column.Martin Mathieson1-2/+2
2008-06-12Dissect BCH channels (expect control messages only).Martin Mathieson1-1/+31
2008-06-06Fix RACH extended IE handling.Martin Mathieson1-37/+154
2008-06-05Fix operator precedence problem.Martin Mathieson1-1/+1
2008-06-04- Make FP radio division mode/speed explicit in struct for R7Martin Mathieson1-12/+84
2008-05-27Missed "bytes" -> "bits" changes.Martin Mathieson1-2/+2
2008-05-27Type 2 hsdsch data is different (size in bytes and byte-aligned).Martin Mathieson1-4/+57
2008-05-27Fix max pdu size in hsdsch alloc type 2.Martin Mathieson1-2/+2
2008-05-25More R7 tweaks and comment updates.Martin Mathieson1-27/+56
2008-05-20When extending values, extra bits are always m.s.Martin Mathieson1-19/+34
2008-05-20Enable FP R7 support.Martin Mathieson1-59/+106
2008-05-12HS-DSCH type 2 bug fix + prettification.Martin Mathieson1-16/+65
2008-05-11Added HS-DSCH data frame type 2 (currently only compile-tested).Martin Mathieson1-6/+250
2008-05-09Add a couple of missing HS-DSCH data frame fields.Martin Mathieson1-2/+39
2008-05-02Initialise variable.Martin Mathieson1-0/+1
2008-05-02Fix (what I presume to be) a typo to prevent compile error.Bill Meier1-1/+1
2008-05-02More R7 additions.Martin Mathieson1-2/+38
2008-05-02Updated common control messages to R7.Martin Mathieson1-24/+107
2008-04-28Fix test for unlimited credits value in new alloc format.Martin Mathieson1-2/+2
2008-04-25Add comment explaining that case is safe.Martin Mathieson1-0/+1
2008-04-25Add cast to avoid Windows warning.Martin Mathieson1-1/+1
2008-04-25Fixed some old problems found while starting to add R7 support.Martin Mathieson1-33/+186
2007-11-08Apply yet another set of the optimization patches:Anders Broman1-1/+1