aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/dissectors/packet-rohc.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/epan/dissectors/packet-rohc.c b/epan/dissectors/packet-rohc.c
index 04ca05fe0f..6e256df96c 100644
--- a/epan/dissectors/packet-rohc.c
+++ b/epan/dissectors/packet-rohc.c
@@ -40,6 +40,7 @@
#include <epan/rtp_pt.h>
#include <epan/expert.h>
+#include "packet-pdcp-lte.h"
#include "packet-rohc.h"
/* Initialize the protocol and registered fields */
static int proto_rohc = -1;
@@ -108,15 +109,6 @@ static int ett_rohc_rtp_dynamic = -1;
static guint8 g_profile = 1;
static guint8 g_version = 4;
-enum rohc_mode
-{
- UNIDIRECTIONAL = 1,
- OPTIMISTIC_BIDIRECTIONAL = 2,
- RELIABLE_BIDIRECTIONAL = 3
-};
-
-
-
/* ROHC Profiles */
#define ROHC_PROFILE_RTP 1
#define ROHC_PROFILE_UDP 2