aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-umts_fp.h
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2010-12-15 01:45:43 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2010-12-15 01:45:43 +0000
commitdc24655c06165ae7d2fd74e712c0044b66a79071 (patch)
tree4513e3cca48a7ab0918a5f9d906cb3196aad26f8 /epan/dissectors/packet-umts_fp.h
parentda59dc4c467bec9e5489cb9b145f6639cb29d9b7 (diff)
Add support for FP E-DCH T2 frames.
svn path=/trunk/; revision=35188
Diffstat (limited to 'epan/dissectors/packet-umts_fp.h')
-rw-r--r--epan/dissectors/packet-umts_fp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-umts_fp.h b/epan/dissectors/packet-umts_fp.h
index af97995b7e..030318db5a 100644
--- a/epan/dissectors/packet-umts_fp.h
+++ b/epan/dissectors/packet-umts_fp.h
@@ -94,6 +94,7 @@ typedef struct fp_info
gint no_ddi_entries;
guint8 edch_ddi[MAX_EDCH_DDIS];
guint edch_macd_pdu_size[MAX_EDCH_DDIS];
+ guint8 edch_type; /* 1 means T2 */
gint cur_tb; /* current transport block (required for dissecting of single TBs */
gint cur_chan; /* current channel, required to retrieve the correct channel configuration for UMTS MAC */