summaryrefslogtreecommitdiff
path: root/plugins/wimax/wimax_utils.c
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-10-04 16:57:04 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-10-04 16:57:04 +0000
commit0bc65a23d0373f76c692155c456f0de241a52c83 (patch)
tree6f32f8ac250c9a1bde9d486f7c356c80ec94fea7 /plugins/wimax/wimax_utils.c
parentfa3b06e9def9ae7ed254fad9eb17f0b696f9a7b4 (diff)
downloadwireshark-0bc65a23d0373f76c692155c456f0de241a52c83.tar.gz
Include wimax_utils.h
svn path=/trunk/; revision=30306
Diffstat (limited to 'plugins/wimax/wimax_utils.c')
-rw-r--r--plugins/wimax/wimax_utils.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/wimax/wimax_utils.c b/plugins/wimax/wimax_utils.c
index 070e336422..aea246f3bb 100644
--- a/plugins/wimax/wimax_utils.c
+++ b/plugins/wimax/wimax_utils.c
@@ -40,12 +40,13 @@
#include "wimax_mac.h"
#include "wimax_bits.h"
+#include "wimax_utils.h"
extern gint proto_mac_mgmt_msg_rng_req_decoder;
extern gint proto_mac_mgmt_msg_reg_req_decoder;
extern gint mac_sdu_length; /* declared in packet-wmx.c */
-extern gboolean include_cor2_changes;
+extern gboolean include_cor2_changes;
/* forward reference */
void wimax_service_flow_encodings_decoder(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);