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
9 # You can add custom builtin dissectors here by replacing foo with your dissectors name.
11 set(CUSTOM_DISSECTOR_SRC
12 # ${CMAKE_CURRENT_SOURCE_DIR}/packet-foo.c
15 set(CUSTOM_DISSECTOR_HEADER_FILES
16 # ${CMAKE_CURRENT_SOURCE_DIR}/packet-foo.h
19 set(CUSTOM_DISSECTOR_SUPPORT_SRC
20 # ${CMAKE_CURRENT_SOURCE_DIR}/foo-support.c
23 set(CUSTOM_DIRTY_ASN1_DISSECTOR_SRC
24 # ${CMAKE_CURRENT_SOURCE_DIR}/packet-bar.c
28 # Editor modelines - https://www.wireshark.org/tools/modelines.html
36 # vi: set shiftwidth=8 tabstop=8 noexpandtab:
37 # :indentSize=8:tabSize=8:noTabs=false: