diff options
author | Anders Broman <anders.broman@ericsson.com> | 2012-07-18 07:45:19 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2012-07-18 07:45:19 +0000 |
commit | fccbea67023e20b02a526856698d507b77e160ae (patch) | |
tree | f0b61bf08487bdfc5943bf3f63313f899d3854fc /epan/dissectors/packet-umts_fp.h | |
parent | 9d470cceb9a34fa4c5a90169a075e10c576c4e65 (diff) | |
download | wireshark-fccbea67023e20b02a526856698d507b77e160ae.tar.gz wireshark-fccbea67023e20b02a526856698d507b77e160ae.tar.bz2 wireshark-fccbea67023e20b02a526856698d507b77e160ae.zip |
Merge the rest of Jacob Nordgren and Rishie Sharmas work on
Updateing conversation handling to dissect FP/MAC/RLC
(Work in progress).
svn path=/trunk/; revision=43781
Diffstat (limited to 'epan/dissectors/packet-umts_fp.h')
-rw-r--r-- | epan/dissectors/packet-umts_fp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/dissectors/packet-umts_fp.h b/epan/dissectors/packet-umts_fp.h index 427a74c613..d1e59ac4db 100644 --- a/epan/dissectors/packet-umts_fp.h +++ b/epan/dissectors/packet-umts_fp.h @@ -22,6 +22,9 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ + +#include <glib.h> + /* Channel types */ #define CHANNEL_RACH_FDD 1 #define CHANNEL_RACH_TDD 2 @@ -165,6 +168,7 @@ typedef struct /* HSDSCH Related data */ enum fp_hsdsch_entity hsdsch_entity; guint8 hsdsch_macdflow_id; + GSequence * ports; } umts_fp_conversation_info_t; void set_umts_fp_conv_data(conversation_t *conversation, umts_fp_conversation_info_t *umts_fp_conversation_info); |