Andreas Wacknitz
2024-04-04 8590298b09ebad29af56370cd23105cd0931b389
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
 
#
# Copyright 2017 Alexander Pyhalov
#
 
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
 
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
 
dir  path=etc/snort/preproc_rules
dir  path=etc/snort/rules
dir  path=etc/snort/so_rules
dir  path=usr/lib/snort_dynamicrules
dir  path=var/log/snort owner=noaccess group=noaccess
 
file path=etc/attribute_table.dtd
file path=etc/classification.config mode=0644 \
    preserve=renamenew
file path=etc/file_magic.conf mode=0644 \
    preserve=renamenew
file path=etc/gen-msg.map
file path=etc/reference.config mode=0644 \
    preserve=renamenew
file path=etc/snort.conf mode=0644 overlay=allow preserve=renamenew
file path=etc/threshold.conf mode=0644 overlay=allow preserve=renamenew
file path=etc/unicode.map
 
file Solaris/auth_attr path=etc/security/auth_attr.d/snort
file Solaris/exec_attr path=etc/security/exec_attr.d/snort
file Solaris/snort.xml path=lib/svc/manifest/network/snort.xml
file Solaris/snortd path=lib/svc/method/snortd
 
file usr/share/man/man8/snort.8 path=usr/share/man/man1m/snort.1m
 
#Avoid delivering usr/src/*
file path=usr/bin/snort
file path=usr/bin/u2boat
file path=usr/bin/u2spewfoo
file path=usr/include/snort/dynamic_output/bitop.h
file path=usr/include/snort/dynamic_output/ipv6_port.h
file path=usr/include/snort/dynamic_output/obfuscation.h
file path=usr/include/snort/dynamic_output/output_api.h
file path=usr/include/snort/dynamic_output/output_common.h
file path=usr/include/snort/dynamic_output/output_lib.h
file path=usr/include/snort/dynamic_output/preprocids.h
file path=usr/include/snort/dynamic_output/sfPolicy.h
file path=usr/include/snort/dynamic_output/sf_dynamic_common.h
file path=usr/include/snort/dynamic_output/sf_ip.h
file path=usr/include/snort/dynamic_output/sf_protocols.h
file path=usr/include/snort/dynamic_output/sf_snort_packet.h
file path=usr/include/snort/dynamic_output/sfrt.h
file path=usr/include/snort/dynamic_output/sfrt_dir.h
file path=usr/include/snort/dynamic_output/sfrt_trie.h
file path=usr/include/snort/dynamic_output/snort_debug.h
file path=usr/include/snort/dynamic_output/stream_api.h
file path=usr/include/snort/dynamic_preproc/bitop.h
file path=usr/include/snort/dynamic_preproc/cpuclock.h
file path=usr/include/snort/dynamic_preproc/file_api.h
file path=usr/include/snort/dynamic_preproc/file_mail_common.h
file path=usr/include/snort/dynamic_preproc/idle_processing.h
file path=usr/include/snort/dynamic_preproc/ipv6_port.h
file path=usr/include/snort/dynamic_preproc/mempool.h
file path=usr/include/snort/dynamic_preproc/mpse_methods.h
file path=usr/include/snort/dynamic_preproc/obfuscation.h
file path=usr/include/snort/dynamic_preproc/packet_time.h
file path=usr/include/snort/dynamic_preproc/perf_indicators.h
file path=usr/include/snort/dynamic_preproc/preprocids.h
file path=usr/include/snort/dynamic_preproc/profiler.h
file path=usr/include/snort/dynamic_preproc/segment_mem.h
file path=usr/include/snort/dynamic_preproc/session_api.h
file path=usr/include/snort/dynamic_preproc/sfPolicy.h
file path=usr/include/snort/dynamic_preproc/sfPolicyUserData.h
file path=usr/include/snort/dynamic_preproc/sf_decompression.h
file path=usr/include/snort/dynamic_preproc/sf_dynamic_common.h
file path=usr/include/snort/dynamic_preproc/sf_dynamic_define.h
file path=usr/include/snort/dynamic_preproc/sf_dynamic_engine.h
file path=usr/include/snort/dynamic_preproc/sf_dynamic_meta.h
file path=usr/include/snort/dynamic_preproc/sf_dynamic_preproc_lib.h
file path=usr/include/snort/dynamic_preproc/sf_dynamic_preprocessor.h
file path=usr/include/snort/dynamic_preproc/sf_ip.h
file path=usr/include/snort/dynamic_preproc/sf_preproc_info.h
file path=usr/include/snort/dynamic_preproc/sf_protocols.h
file path=usr/include/snort/dynamic_preproc/sf_sdlist_types.h
file path=usr/include/snort/dynamic_preproc/sf_seqnums.h
file path=usr/include/snort/dynamic_preproc/sf_snort_packet.h
file path=usr/include/snort/dynamic_preproc/sf_snort_plugin_api.h
file path=usr/include/snort/dynamic_preproc/sfcommon.h
file path=usr/include/snort/dynamic_preproc/sfcontrol.h
file path=usr/include/snort/dynamic_preproc/sfdebug.h
file path=usr/include/snort/dynamic_preproc/sfrt.h
file path=usr/include/snort/dynamic_preproc/sfrt_dir.h
file path=usr/include/snort/dynamic_preproc/sfrt_flat.h
file path=usr/include/snort/dynamic_preproc/sfrt_flat_dir.h
file path=usr/include/snort/dynamic_preproc/sfrt_trie.h
file path=usr/include/snort/dynamic_preproc/sidechannel_define.h
file path=usr/include/snort/dynamic_preproc/sip_common.h
file path=usr/include/snort/dynamic_preproc/snort_bounds.h
file path=usr/include/snort/dynamic_preproc/snort_debug.h
file path=usr/include/snort/dynamic_preproc/ssl.h
file path=usr/include/snort/dynamic_preproc/ssl_config.h
file path=usr/include/snort/dynamic_preproc/ssl_ha.h
file path=usr/include/snort/dynamic_preproc/ssl_include.h
file path=usr/include/snort/dynamic_preproc/ssl_inspect.h
file path=usr/include/snort/dynamic_preproc/ssl_session.h
file path=usr/include/snort/dynamic_preproc/str_search.h
file path=usr/include/snort/dynamic_preproc/stream_api.h
file path=usr/lib/pkgconfig/snort.pc
file path=usr/lib/pkgconfig/snort_output.pc
file path=usr/lib/pkgconfig/snort_preproc.pc
file path=usr/lib/snort/dynamic_output/libsf_dynamic_output.a
file path=usr/lib/snort/dynamic_preproc/libsf_dynamic_preproc.a
file path=usr/lib/snort_dynamicengine/libsf_engine.a
link path=usr/lib/snort_dynamicengine/libsf_engine.so \
    target=libsf_engine.so.0.0.0
link path=usr/lib/snort_dynamicengine/libsf_engine.so.0 \
    target=libsf_engine.so.0.0.0
file path=usr/lib/snort_dynamicengine/libsf_engine.so.0.0.0
file path=usr/lib/snort_dynamicpreprocessor/libsf_dce2_preproc.a
link path=usr/lib/snort_dynamicpreprocessor/libsf_dce2_preproc.so \
    target=libsf_dce2_preproc.so.0.0.0
link path=usr/lib/snort_dynamicpreprocessor/libsf_dce2_preproc.so.0 \
    target=libsf_dce2_preproc.so.0.0.0
file path=usr/lib/snort_dynamicpreprocessor/libsf_dce2_preproc.so.0.0.0
file path=usr/lib/snort_dynamicpreprocessor/libsf_dnp3_preproc.a
link path=usr/lib/snort_dynamicpreprocessor/libsf_dnp3_preproc.so \
    target=libsf_dnp3_preproc.so.0.0.0
link path=usr/lib/snort_dynamicpreprocessor/libsf_dnp3_preproc.so.0 \
    target=libsf_dnp3_preproc.so.0.0.0
file path=usr/lib/snort_dynamicpreprocessor/libsf_dnp3_preproc.so.0.0.0
file path=usr/lib/snort_dynamicpreprocessor/libsf_dns_preproc.a
link path=usr/lib/snort_dynamicpreprocessor/libsf_dns_preproc.so \
    target=libsf_dns_preproc.so.0.0.0
link path=usr/lib/snort_dynamicpreprocessor/libsf_dns_preproc.so.0 \
    target=libsf_dns_preproc.so.0.0.0
file path=usr/lib/snort_dynamicpreprocessor/libsf_dns_preproc.so.0.0.0
file path=usr/lib/snort_dynamicpreprocessor/libsf_ftptelnet_preproc.a
link path=usr/lib/snort_dynamicpreprocessor/libsf_ftptelnet_preproc.so \
    target=libsf_ftptelnet_preproc.so.0.0.0
link path=usr/lib/snort_dynamicpreprocessor/libsf_ftptelnet_preproc.so.0 \
    target=libsf_ftptelnet_preproc.so.0.0.0
file path=usr/lib/snort_dynamicpreprocessor/libsf_ftptelnet_preproc.so.0.0.0
file path=usr/lib/snort_dynamicpreprocessor/libsf_gtp_preproc.a
link path=usr/lib/snort_dynamicpreprocessor/libsf_gtp_preproc.so \
    target=libsf_gtp_preproc.so.0.0.0
link path=usr/lib/snort_dynamicpreprocessor/libsf_gtp_preproc.so.0 \
    target=libsf_gtp_preproc.so.0.0.0
file path=usr/lib/snort_dynamicpreprocessor/libsf_gtp_preproc.so.0.0.0
file path=usr/lib/snort_dynamicpreprocessor/libsf_imap_preproc.a
link path=usr/lib/snort_dynamicpreprocessor/libsf_imap_preproc.so \
    target=libsf_imap_preproc.so.0.0.0
link path=usr/lib/snort_dynamicpreprocessor/libsf_imap_preproc.so.0 \
    target=libsf_imap_preproc.so.0.0.0
file path=usr/lib/snort_dynamicpreprocessor/libsf_imap_preproc.so.0.0.0
file path=usr/lib/snort_dynamicpreprocessor/libsf_modbus_preproc.a
link path=usr/lib/snort_dynamicpreprocessor/libsf_modbus_preproc.so \
    target=libsf_modbus_preproc.so.0.0.0
link path=usr/lib/snort_dynamicpreprocessor/libsf_modbus_preproc.so.0 \
    target=libsf_modbus_preproc.so.0.0.0
file path=usr/lib/snort_dynamicpreprocessor/libsf_modbus_preproc.so.0.0.0
file path=usr/lib/snort_dynamicpreprocessor/libsf_pop_preproc.a
link path=usr/lib/snort_dynamicpreprocessor/libsf_pop_preproc.so \
    target=libsf_pop_preproc.so.0.0.0
link path=usr/lib/snort_dynamicpreprocessor/libsf_pop_preproc.so.0 \
    target=libsf_pop_preproc.so.0.0.0
file path=usr/lib/snort_dynamicpreprocessor/libsf_pop_preproc.so.0.0.0
file path=usr/lib/snort_dynamicpreprocessor/libsf_reputation_preproc.a
link path=usr/lib/snort_dynamicpreprocessor/libsf_reputation_preproc.so \
    target=libsf_reputation_preproc.so.0.0.0
link path=usr/lib/snort_dynamicpreprocessor/libsf_reputation_preproc.so.0 \
    target=libsf_reputation_preproc.so.0.0.0
file path=usr/lib/snort_dynamicpreprocessor/libsf_reputation_preproc.so.0.0.0
file path=usr/lib/snort_dynamicpreprocessor/libsf_sdf_preproc.a
link path=usr/lib/snort_dynamicpreprocessor/libsf_sdf_preproc.so \
    target=libsf_sdf_preproc.so.0.0.0
link path=usr/lib/snort_dynamicpreprocessor/libsf_sdf_preproc.so.0 \
    target=libsf_sdf_preproc.so.0.0.0
file path=usr/lib/snort_dynamicpreprocessor/libsf_sdf_preproc.so.0.0.0
file path=usr/lib/snort_dynamicpreprocessor/libsf_sip_preproc.a
link path=usr/lib/snort_dynamicpreprocessor/libsf_sip_preproc.so \
    target=libsf_sip_preproc.so.0.0.0
link path=usr/lib/snort_dynamicpreprocessor/libsf_sip_preproc.so.0 \
    target=libsf_sip_preproc.so.0.0.0
file path=usr/lib/snort_dynamicpreprocessor/libsf_sip_preproc.so.0.0.0
file path=usr/lib/snort_dynamicpreprocessor/libsf_smtp_preproc.a
link path=usr/lib/snort_dynamicpreprocessor/libsf_smtp_preproc.so \
    target=libsf_smtp_preproc.so.0.0.0
link path=usr/lib/snort_dynamicpreprocessor/libsf_smtp_preproc.so.0 \
    target=libsf_smtp_preproc.so.0.0.0
file path=usr/lib/snort_dynamicpreprocessor/libsf_smtp_preproc.so.0.0.0
file path=usr/lib/snort_dynamicpreprocessor/libsf_ssh_preproc.a
link path=usr/lib/snort_dynamicpreprocessor/libsf_ssh_preproc.so \
    target=libsf_ssh_preproc.so.0.0.0
link path=usr/lib/snort_dynamicpreprocessor/libsf_ssh_preproc.so.0 \
    target=libsf_ssh_preproc.so.0.0.0
file path=usr/lib/snort_dynamicpreprocessor/libsf_ssh_preproc.so.0.0.0
file path=usr/lib/snort_dynamicpreprocessor/libsf_ssl_preproc.a
link path=usr/lib/snort_dynamicpreprocessor/libsf_ssl_preproc.so \
    target=libsf_ssl_preproc.so.0.0.0
link path=usr/lib/snort_dynamicpreprocessor/libsf_ssl_preproc.so.0 \
    target=libsf_ssl_preproc.so.0.0.0
file path=usr/lib/snort_dynamicpreprocessor/libsf_ssl_preproc.so.0.0.0
file path=usr/share/doc/snort/AUTHORS
file path=usr/share/doc/snort/BUGS
file path=usr/share/doc/snort/CREDITS
file path=usr/share/doc/snort/INSTALL
file path=usr/share/doc/snort/NEWS
file path=usr/share/doc/snort/OpenDetectorDeveloperGuide.pdf
file path=usr/share/doc/snort/PROBLEMS
file path=usr/share/doc/snort/README
file path=usr/share/doc/snort/README.GTP
file path=usr/share/doc/snort/README.PLUGINS
file path=usr/share/doc/snort/README.PerfProfiling
file path=usr/share/doc/snort/README.SMTP
file path=usr/share/doc/snort/README.UNSOCK
file path=usr/share/doc/snort/README.WIN32
file path=usr/share/doc/snort/README.active
file path=usr/share/doc/snort/README.alert_order
file path=usr/share/doc/snort/README.appid
file path=usr/share/doc/snort/README.asn1
file path=usr/share/doc/snort/README.counts
file path=usr/share/doc/snort/README.csv
file path=usr/share/doc/snort/README.daq
file path=usr/share/doc/snort/README.dcerpc2
file path=usr/share/doc/snort/README.decode
file path=usr/share/doc/snort/README.decoder_preproc_rules
file path=usr/share/doc/snort/README.dnp3
file path=usr/share/doc/snort/README.dns
file path=usr/share/doc/snort/README.event_queue
file path=usr/share/doc/snort/README.file
file path=usr/share/doc/snort/README.file_ips
file path=usr/share/doc/snort/README.filters
file path=usr/share/doc/snort/README.flowbits
file path=usr/share/doc/snort/README.frag3
file path=usr/share/doc/snort/README.ftptelnet
file path=usr/share/doc/snort/README.gre
file path=usr/share/doc/snort/README.ha
file path=usr/share/doc/snort/README.http_inspect
file path=usr/share/doc/snort/README.imap
file path=usr/share/doc/snort/README.ipip
file path=usr/share/doc/snort/README.ipv6
file path=usr/share/doc/snort/README.modbus
file path=usr/share/doc/snort/README.multipleconfigs
file path=usr/share/doc/snort/README.normalize
file path=usr/share/doc/snort/README.pcap_readmode
file path=usr/share/doc/snort/README.pop
file path=usr/share/doc/snort/README.ppm
file path=usr/share/doc/snort/README.reload
file path=usr/share/doc/snort/README.reputation
file path=usr/share/doc/snort/README.sensitive_data
file path=usr/share/doc/snort/README.sfportscan
file path=usr/share/doc/snort/README.sip
file path=usr/share/doc/snort/README.ssh
file path=usr/share/doc/snort/README.ssl
file path=usr/share/doc/snort/README.stream5
file path=usr/share/doc/snort/README.tag
file path=usr/share/doc/snort/README.thresholding
file path=usr/share/doc/snort/README.u2boat
file path=usr/share/doc/snort/README.unified2
file path=usr/share/doc/snort/README.variables
file path=usr/share/doc/snort/TODO
file path=usr/share/doc/snort/USAGE
file path=usr/share/doc/snort/WISHLIST
file path=usr/share/doc/snort/generators