wireshark/epan/dissectors/CMakeListsCustom.txt.example
Pascal Quantin e6c832c49a Update some CMakeListsCustom.txt templates
Change-Id: I3d4d5d160bfa08f1837ca571c2ff29241893cb2e
Reviewed-on: https://code.wireshark.org/review/27685
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2018-05-21 16:08:39 +00:00

31 lines
673 B
Text

# CMakeListsCustom.txt
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
# You can add custom builtin dissectors here by replaceing foo with your dissectors name.
set(CUSTOM_DISSECTOR_SRC
# ${CMAKE_CURRENT_SOURCE_DIR}/packet-foo.c
)
set(CUSTOM_DIRTY_ASN1_DISSECTOR_SRC
# ${CMAKE_CURRENT_SOURCE_DIR}/packet-bar.c
)
#
# Editor modelines - http://www.wireshark.org/tools/modelines.html
#
# Local variables:
# c-basic-offset: 8
# tab-width: 8
# indent-tabs-mode: t
# End:
#
# vi: set shiftwidth=8 tabstop=8 noexpandtab:
# :indentSize=8:tabSize=8:noTabs=false:
#