aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/mac_hd_type1_decoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/wimax/mac_hd_type1_decoder.c')
-rw-r--r--plugins/wimax/mac_hd_type1_decoder.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/wimax/mac_hd_type1_decoder.c b/plugins/wimax/mac_hd_type1_decoder.c
index fdc3e630ee..50a9178710 100644
--- a/plugins/wimax/mac_hd_type1_decoder.c
+++ b/plugins/wimax/mac_hd_type1_decoder.c
@@ -38,11 +38,10 @@
*/
#include <epan/packet.h>
+#include "wimax-int.h"
extern gint proto_mac_header_generic_decoder;
-void proto_register_mac_header_type_1(void);
-
static gint proto_mac_header_type_1_decoder = -1;
static gint ett_mac_header_type_1_decoder = -1;
static gint hf_mac_header_type_1_value_bytes = -1;
@@ -330,7 +329,7 @@ static int dissect_mac_header_type_1_decoder(tvbuff_t *tvb, packet_info *pinfo,
}
/* Register Wimax Mac Header Type II Protocol and Dissector */
-void proto_register_mac_header_type_1(void)
+void wimax_proto_register_mac_header_type_1(void)
{
/* TLV display */
static hf_register_info hf[] =