aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/Makefile.common
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-09-22 00:50:24 +0000
committerMichael Mann <mmann78@netscape.net>2013-09-22 00:50:24 +0000
commit6ceb84b10bbfbb9743be074016b7de8cbab9bbcb (patch)
tree4ba4dfcbe710c7dff825412ea566250976aab314 /plugins/wimax/Makefile.common
parent39d3b8c16a0317d94f05b9e4c9eef541ee0515ee (diff)
Make dissectors register for their MAC Management Message Type and use dissector_try_uint to do any dissection. Many "outside" (third-party) message types appear to exist.
Have the makefiles do all the work setting up proto_register_<dissector> and proto_reg_handoff_<dissector>, rather than sprinkled throughout the dissectors with extern declarations. More is coming to make more functions static (because of current makefile fixes) and cleanup MAC Management dissectors to remove unnecessary/duplicative code, but I wanted to get the build issues squared away. svn path=/trunk/; revision=52167
Diffstat (limited to 'plugins/wimax/Makefile.common')
-rw-r--r--plugins/wimax/Makefile.common52
1 files changed, 26 insertions, 26 deletions
diff --git a/plugins/wimax/Makefile.common b/plugins/wimax/Makefile.common
index dae7d681b7..d070ff6561 100644
--- a/plugins/wimax/Makefile.common
+++ b/plugins/wimax/Makefile.common
@@ -28,49 +28,49 @@ PLUGIN_NAME = wimax
# Non-generated sources to be scanned for registration routines
NONGENERATED_REGISTER_C_FILES = \
- packet-wmx.c
-
-# Non-generated sources
-NONGENERATED_C_FILES = \
- $(NONGENERATED_REGISTER_C_FILES) \
- wimax_ffb_decoder.c \
- wimax_fch_decoder.c \
- wimax_pdu_decoder.c \
+ packet-wmx.c \
wimax_cdma_code_decoder.c \
+ wimax_compact_dlmap_ie_decoder.c \
+ wimax_compact_ulmap_ie_decoder.c \
+ wimax_fch_decoder.c \
+ wimax_ffb_decoder.c \
wimax_hack_decoder.c \
+ wimax_harq_map_decoder.c \
+ wimax_pdu_decoder.c \
wimax_phy_attributes_decoder.c \
mac_hd_generic_decoder.c \
mac_hd_type1_decoder.c \
mac_hd_type2_decoder.c \
mac_mgmt_msg_decoder.c \
+ msg_aas_fbck.c \
+ msg_aas_beam.c \
+ msg_arq.c \
+ msg_clk_cmp.c \
msg_dcd.c \
- msg_ucd.c \
msg_dlmap.c \
- msg_ulmap.c \
- msg_rng_req.c \
- msg_rng_rsp.c \
- msg_reg_req.c \
- msg_reg_rsp.c \
msg_dreg.c \
msg_dsa.c \
msg_dsc.c \
msg_dsd.c \
- msg_arq.c \
- msg_sbc.c \
- msg_pkm.c \
- msg_aas_fbck.c \
+ msg_dsx_rvd.c \
msg_fpc.c \
+ msg_pkm.c \
msg_pmc.c \
msg_prc_lt_ctrl.c \
- msg_aas_beam.c \
- msg_res_cmd.c \
+ msg_reg_req.c \
+ msg_reg_rsp.c \
msg_rep.c \
- msg_clk_cmp.c \
- msg_dsx_rvd.c \
- wimax_harq_map_decoder.c \
- wimax_compact_dlmap_ie_decoder.c \
- wimax_compact_ulmap_ie_decoder.c \
- wimax_utils.c \
+ msg_res_cmd.c \
+ msg_rng_req.c \
+ msg_rng_rsp.c \
+ msg_sbc.c \
+ msg_ucd.c \
+ msg_ulmap.c \
+ wimax_utils.c
+
+# Non-generated sources
+NONGENERATED_C_FILES = \
+ $(NONGENERATED_REGISTER_C_FILES) \
crc.c \
crc_data.c \
wimax_tlv.c