aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-umts_fp.h
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2006-09-11 12:03:29 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2006-09-11 12:03:29 +0000
commit1936461d8dc036c4015fcab301a67d8777e2b107 (patch)
treea94ae129ba9575689b93d7ef83f6edb2ae4d75eb /epan/dissectors/packet-umts_fp.h
parentf29dbe34d873aa99263879d0beda201a53ea1db2 (diff)
Added E-DCH (HSUPA) channels to FP.
Also show VPI/VCI/CID in ATM protocol label. svn path=/trunk/; revision=19189
Diffstat (limited to 'epan/dissectors/packet-umts_fp.h')
-rw-r--r--epan/dissectors/packet-umts_fp.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/epan/dissectors/packet-umts_fp.h b/epan/dissectors/packet-umts_fp.h
index 922bdfb870..503912636f 100644
--- a/epan/dissectors/packet-umts_fp.h
+++ b/epan/dissectors/packet-umts_fp.h
@@ -45,6 +45,7 @@
/* Info attached to each FP packet */
struct _fp_info
{
+ guint8 release;
gboolean is_uplink;
gint channel;
gint node_type;
@@ -55,6 +56,9 @@ struct _fp_info
gint chan_tf_size[MAX_FP_CHANS];
gint chan_num_tbs[MAX_FP_CHANS];
- /* TODO: EDCH info */
+#define MAX_EDCH_DDIS 16
+ gint no_ddi_entries;
+ guint8 edch_ddi[MAX_EDCH_DDIS];
+ guint edch_macd_pdu_size[MAX_EDCH_DDIS];
};