aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-umts_fp.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-05-28 14:50:54 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-05-28 14:50:54 +0000
commitd52a12c60e9ba183d4f9b9627cfecc6780b15401 (patch)
tree4cc11f138fb9821341bc6af903ca32ad912afc81 /epan/dissectors/packet-umts_fp.h
parent2a412f000be6a932f5d1dcf641b9b7bdb6322827 (diff)
Move defenition of rlc_mode.
svn path=/trunk/; revision=42878
Diffstat (limited to 'epan/dissectors/packet-umts_fp.h')
-rw-r--r--epan/dissectors/packet-umts_fp.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/epan/dissectors/packet-umts_fp.h b/epan/dissectors/packet-umts_fp.h
index e6e1f6445d..398fed683e 100644
--- a/epan/dissectors/packet-umts_fp.h
+++ b/epan/dissectors/packet-umts_fp.h
@@ -73,6 +73,13 @@ enum fp_link_type
FP_Link_Ethernet
};
+enum rlc_mode {
+ RLC_MODE_UNKNOWN,
+ RLC_TM,
+ RLC_UM,
+ RLC_AM
+};
+
/* Info attached to each FP packet */
typedef struct fp_info
{