aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-umts_mac.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-07-24 07:31:46 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-07-24 07:31:46 +0000
commit3743a01714a4febbcf33714da6454fdd65ec2eff (patch)
tree8b03af0336d0cab393845ba901f58f51c36dc5a1 /epan/dissectors/packet-umts_mac.h
parent2e74809c332d93b3088b57ea678bccd197a8b7de (diff)
From Jacob Nordgren and Rishie Sharma:
- Added support for EDCH type 2 MAC-is reassembly and slightly improved RLC error reporting - RLC: fixed bug where complete sequences in the end of a trace where not reassembled svn path=/trunk/; revision=43954
Diffstat (limited to 'epan/dissectors/packet-umts_mac.h')
-rw-r--r--epan/dissectors/packet-umts_mac.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/dissectors/packet-umts_mac.h b/epan/dissectors/packet-umts_mac.h
index ce610d2769..851a0777c9 100644
--- a/epan/dissectors/packet-umts_mac.h
+++ b/epan/dissectors/packet-umts_mac.h
@@ -64,10 +64,12 @@ typedef struct umts_mac_info
guint8 content[MAX_MAC_FRAMES];
guint8 lchid[MAX_MAC_FRAMES]; /*Makes displaying logical channel alot easier*/
guint8 macdflow_id[MAX_MAC_FRAMES]; /*Makes displaying logical channel alot easier*/
-
+
gboolean fake_chid[MAX_MAC_FRAMES]; /*Indicate if the child ID is faked or not*/
guint pdu_len; /*Length of MAC PDU, same for all PDUs in one FP frame*/
guint8 trchid[MAX_MAC_FRAMES]; /*Makes displaying logical channel alot easier*/
} umts_mac_info;
+tvbuff_t * mac_is_add_fragment(tvbuff_t * tvb, packet_info *pinfo, guint8 lchid, int offset, guint8 ss, guint16 tsn, int sdu_no, guint8 no_sdus, guint16 maclength);
+
#endif