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(wimaxasncp 0 0 1 0)
24 add_lex_files(LEX_FILES PLUGIN_FILES
28 set_source_files_properties(
31 COMPILE_FLAGS "${WERROR_COMMON_FLAGS}"
34 register_plugin_files(plugin.c
39 add_wireshark_plugin_library(wimaxasncp epan)
41 target_link_libraries(wimaxasncp epan)
43 install_plugin(wimaxasncp epan)
45 file(GLOB DISSECTOR_HEADERS RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}" "*.h")
50 --group dissectors-prohibited
51 --group dissectors-restricted
55 # LEX files commented out due to use of malloc, free etc.
60 # Editor modelines - https://www.wireshark.org/tools/modelines.html
68 # vi: set shiftwidth=8 tabstop=8 noexpandtab:
69 # :indentSize=8:tabSize=8:noTabs=false: