aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/CMakeListsCustom.txt.example
blob: 357c77d1f3d8b46e9acf36b357c84a934ad9fe8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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:
#