aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-umts_fp.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-11Added HS-DSCH data frame type 2 (currently only compile-tested).martinm1-6/+250
2008-05-09Add a couple of missing HS-DSCH data frame fields.martinm1-2/+39
2008-05-02Initialise variable.martinm1-0/+1
2008-05-02Fix (what I presume to be) a typo to prevent compile error.wmeier1-1/+1
2008-05-02More R7 additions.martinm1-2/+38
2008-05-02Updated common control messages to R7.martinm1-24/+107
2008-04-28Fix test for unlimited credits value in new alloc format.martinm1-2/+2
2008-04-25Add comment explaining that case is safe.martinm1-0/+1
2008-04-25Add cast to avoid Windows warning.martinm1-1/+1
2008-04-25Fixed some old problems found while starting to add R7 support.martinm1-33/+186
2007-11-08Apply yet another set of the optimization patches:etxrab1-1/+1
2007-10-23Make groups of PDUs filterable as large FT_BYTES itemsmartinm1-2/+2
2007-10-22Show multi-byte variable length fields using FT_BYTES|BASE_HEX.martinm1-32/+25
2007-05-09Cast values to correct sizes for number of bits to squelch Win32 warningsgrahamb1-3/+3
2007-05-09Unless I've missed something, the number of subframes can be as many asguy1-1/+1
2007-05-08From Kriang Lerdsuwanakij:martinm1-174/+201
2007-03-21Try to squash a warning seen on win32 buildbot.martinm1-1/+1
2007-02-14Try to fix a naming conflict on Windows.gerald1-4/+4
2007-02-14Change fp_info struct to be more general by removing DCT2000-specific field.martinm1-37/+54
2007-01-04Check in trivial changes before generating a big diff...martinm1-1/+1
2006-12-18Show generated field when frame has 0 TBs for a channelmartinm1-0/+20
2006-12-14Fix version check needed for EDCH 'Number of subframes' fieldmartinm1-1/+4
2006-12-07Fix range highlighted by EDCH sfn header treemartinm1-4/+5
2006-12-07EDCH - show total number of PDUs in info columnmartinm1-2/+4
2006-11-30Fix infinite rate test, tweak filter namesmartinm1-10/+14
2006-11-10Fix testmartinm1-1/+1
2006-11-09Make it easier to track user-buffer-space vs capacity requests for HSDPA callsmartinm1-0/+35
2006-10-26Cast away remaining warnings seen on buildbotmartinm1-3/+3