aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-umts_mac.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-08-07 09:44:16 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-08-07 09:44:16 +0000
commitb2caee1d753ed7f9b622d4be6ffeac679569f36f (patch)
treed41a128708d840eeb2980f1036e00105088d16c7 /epan/dissectors/packet-umts_mac.h
parent1899edcb4633d65b5bc6874f982104629a8899e7 (diff)
From Jacob Nordgren and Rishie Sharma:
- umts_fp: fixed so CS content is not malformed content - RLC: added channel tree so you can filter on rbid etc - umts_fp,rlc,mac: added some hdsch-common code svn path=/trunk/; revision=44292
Diffstat (limited to 'epan/dissectors/packet-umts_mac.h')
-rw-r--r--epan/dissectors/packet-umts_mac.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/epan/dissectors/packet-umts_mac.h b/epan/dissectors/packet-umts_mac.h
index 4986ab0838..4ca6c7c52f 100644
--- a/epan/dissectors/packet-umts_mac.h
+++ b/epan/dissectors/packet-umts_mac.h
@@ -80,4 +80,10 @@ typedef struct
gint sdulength[MAX_MAC_FRAMES];
} umts_mac_is_info;
+enum enum_mac_tsn_size {
+ MAC_TSN_6BITS,
+ MAC_TSN_14BITS
+};
+gint get_mac_tsn_size();
+
#endif