aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pdcp-lte.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-12-09 02:34:53 +0000
committerGuy Harris <guy@alum.mit.edu>2011-12-09 02:34:53 +0000
commit3f199f793a3d733df4d18dbb9287ecb21428d3e7 (patch)
treeb0f33836d6c1d0365a0fd7a54339854a2ad6b017 /epan/dissectors/packet-pdcp-lte.h
parent9242ce10c3483c1494020cafbdab28b9cb91b979 (diff)
Move the definition of enum rohc_mode into packet-rohc.h.
Have packet-pdcp-lte.h include packet-rohc.h to pick up that definition. Get rid of now-no-longer-necessary includes. svn path=/trunk/; revision=40123
Diffstat (limited to 'epan/dissectors/packet-pdcp-lte.h')
-rw-r--r--epan/dissectors/packet-pdcp-lte.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/epan/dissectors/packet-pdcp-lte.h b/epan/dissectors/packet-pdcp-lte.h
index aacee19b01..db44759057 100644
--- a/epan/dissectors/packet-pdcp-lte.h
+++ b/epan/dissectors/packet-pdcp-lte.h
@@ -23,6 +23,8 @@
*/
+#include "packet-rohc.h"
+
/* Direction */
#define DIRECTION_UPLINK 0
#define DIRECTION_DOWNLINK 1
@@ -33,13 +35,6 @@ enum pdcp_plane
USER_PLANE = 2
};
-enum rohc_mode
-{
- UNIDIRECTIONAL = 1,
- OPTIMISTIC_BIDIRECTIONAL = 2,
- RELIABLE_BIDIRECTIONAL = 3
-};
-
typedef enum LogicalChannelType
{
Channel_DCCH=1,