aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/wimax_compact_dlmap_ie_decoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/wimax/wimax_compact_dlmap_ie_decoder.c')
-rw-r--r--plugins/wimax/wimax_compact_dlmap_ie_decoder.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/wimax/wimax_compact_dlmap_ie_decoder.c b/plugins/wimax/wimax_compact_dlmap_ie_decoder.c
index af5785bd56..4016acab6d 100644
--- a/plugins/wimax/wimax_compact_dlmap_ie_decoder.c
+++ b/plugins/wimax/wimax_compact_dlmap_ie_decoder.c
@@ -29,6 +29,7 @@
#include "config.h"
#include <epan/packet.h>
+#include "wimax-int.h"
#include "wimax_compact_dlmap_ie_decoder.h"
extern gint proto_wimax;
@@ -42,8 +43,6 @@ extern gint proto_wimax;
#define CID_TYPE_RCID7 2
#define CID_TYPE_RCID3 3
-void proto_register_wimax_compact_dlmap_ie(void);
-
/* Global Variables */
guint cid_type = 0;
guint band_amc_subchannel_type = 0;
@@ -1543,7 +1542,7 @@ guint wimax_extended_diuc_dependent_ie_decoder(proto_tree *tree, packet_info *pi
}
/* Register Wimax Compact DL-MAP IE Protocol */
-void proto_register_wimax_compact_dlmap_ie(void)
+void wimax_proto_register_wimax_compact_dlmap_ie(void)
{
/* Compact DL-MAP IE display */
static hf_register_info hf_compact_dlmap[] =