3 # Wireshark - Network traffic analyzer
4 # By Gerald Combs <gerald@wireshark.org>
5 # Copyright 1998 Gerald Combs
7 # SPDX-License-Identifier: GPL-2.0-or-later
10 include(WiresharkPlugin)
12 # Plugin name and version info (major minor micro extra)
13 set_module_info(wimaxmacphy 0 0 1 0)
24 set_source_files_properties(
27 COMPILE_FLAGS "${WERROR_COMMON_FLAGS}"
30 register_plugin_files(plugin.c
35 add_wireshark_plugin_library(wimaxmacphy epan)
37 target_link_libraries(wimaxmacphy epan)
39 install_plugin(wimaxmacphy epan)
41 file(GLOB DISSECTOR_HEADERS RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}" "*.h")
46 --group dissectors-prohibited
47 --group dissectors-restricted
54 # Editor modelines - https://www.wireshark.org/tools/modelines.html
62 # vi: set shiftwidth=8 tabstop=8 noexpandtab:
63 # :indentSize=8:tabSize=8:noTabs=false: