components/snort/snort.p5m
author Rich Burridge <rich.burridge@oracle.com>
Mon, 10 Nov 2014 19:14:43 -0800
changeset 2198 168b8acace5f
parent 1948 2d1537e7942d
child 3732 0f62cc221c7e
permissions -rw-r--r--
PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2 PSARC 2014/347 snort 2.9.6.2 16915792 The default state of the snort.conf file should be reexamined. 16915848 snort should put files under /etc/snort not directly under /etc 19557337 ipfw DAQ module shouldn't be enabled on Solaris 19696371 Update daq to version 2.0.2 19696436 Update snort to version 2.9.6.2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
213
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     1
#
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     3
#
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     7
#
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    12
#
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    18
#
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    20
#
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1345
diff changeset
    21
# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
213
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    22
#
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    23
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    24
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
1345
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
    25
set name=pkg.fmri \
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
    26
    value=pkg:/diagnostic/snort@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
213
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    27
set name=pkg.summary value="snort - Network Intrusion and Protection Detector"
1345
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
    28
set name=com.oracle.info.description \
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
    29
    value="snort, the network intrusion and protection detector"
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1345
diff changeset
    30
set name=com.oracle.info.tpno value=$(TPNO)
1345
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
    31
set name=info.classification \
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
    32
    value=org.opensolaris.category.2008:Applications/Internet
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 240
diff changeset
    33
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
1345
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
    34
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
2198
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    35
set name=org.opensolaris.arc-caseid value=PSARC/2009/256 \
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    36
    value=PSARC/2013/113 value=PSARC/2014/347
213
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    37
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
2198
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    38
file etc/attribute_table.dtd path=etc/snort/attribute_table.dtd
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    39
file etc/classification.config path=etc/snort/classification.config mode=0644 \
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    40
    original_name=SUNWsnort:etc/classification.config \
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    41
    overlay=allow preserve=renamenew
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    42
file etc/gen-msg.map path=etc/snort/gen-msg.map
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    43
file etc/reference.config path=etc/snort/reference.config mode=0644 \
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    44
    original_name=SUNWsnort:etc/reference.config \
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    45
    overlay=allow preserve=renamenew
213
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    46
file Solaris/auth_attr path=etc/security/auth_attr.d/snort
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    47
file Solaris/exec_attr path=etc/security/exec_attr.d/snort
2198
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    48
file etc/snort.conf path=etc/snort/snort.conf mode=0644 \
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    49
    original_name=SUNWsnort:etc/snort.conf \
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    50
    overlay=allow preserve=renamenew
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    51
file etc/threshold.conf path=etc/snort/threshold.conf mode=0644 \
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    52
    original_name=SUNWsnort:etc/threshold.conf \
1345
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
    53
    overlay=allow preserve=renamenew
2198
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    54
# Directories for snort rules.
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    55
dir  path=etc/snort/rules
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    56
dir  path=etc/snort/so_rules
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    57
dir  path=etc/snort/preproc_rules
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    58
#
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    59
file etc/file_magic.conf path=etc/snort/file_magic.conf
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    60
file etc/unicode.map path=etc/snort/unicode.map
213
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    61
file Solaris/snort.xml path=lib/svc/manifest/network/snort.xml
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    62
file Solaris/snortd path=lib/svc/method/snortd
2198
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    63
file path=usr/bin/snort
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    64
file path=usr/include/snort/dynamic_output/bitop.h
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    65
file path=usr/include/snort/dynamic_output/ipv6_port.h
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    66
file path=usr/include/snort/dynamic_output/obfuscation.h
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    67
file path=usr/include/snort/dynamic_output/output_api.h
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    68
file path=usr/include/snort/dynamic_output/output_common.h
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    69
file path=usr/include/snort/dynamic_output/output_lib.h
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    70
file path=usr/include/snort/dynamic_output/preprocids.h
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    71
file path=usr/include/snort/dynamic_output/sf_dynamic_common.h
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    72
file path=usr/include/snort/dynamic_output/sf_ip.h
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    73
file path=usr/include/snort/dynamic_output/sf_protocols.h
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    74
file path=usr/include/snort/dynamic_output/sf_snort_packet.h
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    75
file path=usr/include/snort/dynamic_output/sfPolicy.h
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    76
file path=usr/include/snort/dynamic_output/sfrt_dir.h
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    77
file path=usr/include/snort/dynamic_output/sfrt_trie.h
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    78
file path=usr/include/snort/dynamic_output/sfrt.h
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    79
file path=usr/include/snort/dynamic_output/snort_debug.h
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    80
file path=usr/include/snort/dynamic_output/stream_api.h
1345
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
    81
file path=usr/include/snort/dynamic_preproc/bitop.h
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
    82
file path=usr/include/snort/dynamic_preproc/cpuclock.h
2198
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    83
file path=usr/include/snort/dynamic_preproc/file_api.h
1345
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
    84
file path=usr/include/snort/dynamic_preproc/idle_processing.h
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
    85
file path=usr/include/snort/dynamic_preproc/ipv6_port.h
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
    86
file path=usr/include/snort/dynamic_preproc/mempool.h
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
    87
file path=usr/include/snort/dynamic_preproc/obfuscation.h
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
    88
file path=usr/include/snort/dynamic_preproc/preprocids.h
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
    89
file path=usr/include/snort/dynamic_preproc/profiler.h
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
    90
file path=usr/include/snort/dynamic_preproc/segment_mem.h
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
    91
file path=usr/include/snort/dynamic_preproc/sfPolicy.h
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
    92
file path=usr/include/snort/dynamic_preproc/sfPolicyUserData.h
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
    93
file path=usr/include/snort/dynamic_preproc/sf_decompression.h
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
    94
file path=usr/include/snort/dynamic_preproc/sf_dynamic_common.h
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
    95
file path=usr/include/snort/dynamic_preproc/sf_dynamic_define.h
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
    96
file path=usr/include/snort/dynamic_preproc/sf_dynamic_engine.h
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
    97
file path=usr/include/snort/dynamic_preproc/sf_dynamic_meta.h
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
    98
file path=usr/include/snort/dynamic_preproc/sf_dynamic_preproc_lib.h
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
    99
file path=usr/include/snort/dynamic_preproc/sf_dynamic_preprocessor.h
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   100
file path=usr/include/snort/dynamic_preproc/sf_ip.h
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   101
file path=usr/include/snort/dynamic_preproc/sf_preproc_info.h
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   102
file path=usr/include/snort/dynamic_preproc/sf_protocols.h
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   103
file path=usr/include/snort/dynamic_preproc/sf_sdlist_types.h
2198
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   104
file path=usr/include/snort/dynamic_preproc/sf_seqnums.h
1345
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   105
file path=usr/include/snort/dynamic_preproc/sf_snort_packet.h
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   106
file path=usr/include/snort/dynamic_preproc/sf_snort_plugin_api.h
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   107
file path=usr/include/snort/dynamic_preproc/sfcommon.h
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   108
file path=usr/include/snort/dynamic_preproc/sfcontrol.h
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   109
file path=usr/include/snort/dynamic_preproc/sfrt.h
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   110
file path=usr/include/snort/dynamic_preproc/sfrt_dir.h
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   111
file path=usr/include/snort/dynamic_preproc/sfrt_flat.h
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   112
file path=usr/include/snort/dynamic_preproc/sfrt_flat_dir.h
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   113
file path=usr/include/snort/dynamic_preproc/sfrt_trie.h
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   114
file path=usr/include/snort/dynamic_preproc/snort_bounds.h
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   115
file path=usr/include/snort/dynamic_preproc/snort_debug.h
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   116
file path=usr/include/snort/dynamic_preproc/ssl.h
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   117
file path=usr/include/snort/dynamic_preproc/str_search.h
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   118
file path=usr/include/snort/dynamic_preproc/stream_api.h
2198
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   119
file path=usr/lib/$(MACH64)/pkgconfig/snort_output.pc
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   120
file path=usr/lib/$(MACH64)/pkgconfig/snort_preproc.pc
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   121
file path=usr/lib/$(MACH64)/pkgconfig/snort.pc
1345
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   122
#
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   123
link path=usr/lib/$(MACH64)/snort_dynamicengine/libsf_engine.so \
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   124
    target=libsf_engine.so.0.0.0
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   125
link path=usr/lib/$(MACH64)/snort_dynamicengine/libsf_engine.so.0 \
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   126
    target=libsf_engine.so.0.0.0
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   127
file path=usr/lib/$(MACH64)/snort_dynamicengine/libsf_engine.so.0.0.0
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   128
#
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   129
link path=usr/lib/$(MACH64)/snort_dynamicpreprocessor/libsf_dce2_preproc.so \
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   130
    target=libsf_dce2_preproc.so.0.0.0
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   131
link path=usr/lib/$(MACH64)/snort_dynamicpreprocessor/libsf_dce2_preproc.so.0 \
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   132
    target=libsf_dce2_preproc.so.0.0.0
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   133
file path=usr/lib/$(MACH64)/snort_dynamicpreprocessor/libsf_dce2_preproc.so.0.0.0
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   134
#
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   135
link path=usr/lib/$(MACH64)/snort_dynamicpreprocessor/libsf_dnp3_preproc.so \
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   136
    target=libsf_dnp3_preproc.so.0.0.0
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   137
link path=usr/lib/$(MACH64)/snort_dynamicpreprocessor/libsf_dnp3_preproc.so.0 \
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   138
    target=libsf_dnp3_preproc.so.0.0.0
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   139
file path=usr/lib/$(MACH64)/snort_dynamicpreprocessor/libsf_dnp3_preproc.so.0.0.0
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   140
#
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   141
link path=usr/lib/$(MACH64)/snort_dynamicpreprocessor/libsf_dns_preproc.so \
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   142
    target=libsf_dns_preproc.so.0.0.0
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   143
link path=usr/lib/$(MACH64)/snort_dynamicpreprocessor/libsf_dns_preproc.so.0 \
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   144
    target=libsf_dns_preproc.so.0.0.0
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   145
file path=usr/lib/$(MACH64)/snort_dynamicpreprocessor/libsf_dns_preproc.so.0.0.0
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   146
#
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   147
link \
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   148
    path=usr/lib/$(MACH64)/snort_dynamicpreprocessor/libsf_ftptelnet_preproc.so \
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   149
    target=libsf_ftptelnet_preproc.so.0.0.0
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   150
link \
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   151
    path=usr/lib/$(MACH64)/snort_dynamicpreprocessor/libsf_ftptelnet_preproc.so.0 \
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   152
    target=libsf_ftptelnet_preproc.so.0.0.0
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   153
file path=usr/lib/$(MACH64)/snort_dynamicpreprocessor/libsf_ftptelnet_preproc.so.0.0.0
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   154
#
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   155
link path=usr/lib/$(MACH64)/snort_dynamicpreprocessor/libsf_gtp_preproc.so \
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   156
    target=libsf_gtp_preproc.so.0.0.0
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   157
link path=usr/lib/$(MACH64)/snort_dynamicpreprocessor/libsf_gtp_preproc.so.0 \
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   158
    target=libsf_gtp_preproc.so.0.0.0
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   159
file path=usr/lib/$(MACH64)/snort_dynamicpreprocessor/libsf_gtp_preproc.so.0.0.0
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   160
#
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   161
link path=usr/lib/$(MACH64)/snort_dynamicpreprocessor/libsf_imap_preproc.so \
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   162
    target=libsf_imap_preproc.so.0.0.0
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   163
link path=usr/lib/$(MACH64)/snort_dynamicpreprocessor/libsf_imap_preproc.so.0 \
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   164
    target=libsf_imap_preproc.so.0.0.0
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   165
file path=usr/lib/$(MACH64)/snort_dynamicpreprocessor/libsf_imap_preproc.so.0.0.0
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   166
#
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   167
link path=usr/lib/$(MACH64)/snort_dynamicpreprocessor/libsf_modbus_preproc.so \
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   168
    target=libsf_modbus_preproc.so.0.0.0
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   169
link \
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   170
    path=usr/lib/$(MACH64)/snort_dynamicpreprocessor/libsf_modbus_preproc.so.0 \
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   171
    target=libsf_modbus_preproc.so.0.0.0
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   172
file path=usr/lib/$(MACH64)/snort_dynamicpreprocessor/libsf_modbus_preproc.so.0.0.0
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   173
#
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   174
link path=usr/lib/$(MACH64)/snort_dynamicpreprocessor/libsf_pop_preproc.so \
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   175
    target=libsf_pop_preproc.so.0.0.0
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   176
link path=usr/lib/$(MACH64)/snort_dynamicpreprocessor/libsf_pop_preproc.so.0 \
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   177
    target=libsf_pop_preproc.so.0.0.0
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   178
file path=usr/lib/$(MACH64)/snort_dynamicpreprocessor/libsf_pop_preproc.so.0.0.0
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   179
#
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   180
link \
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   181
    path=usr/lib/$(MACH64)/snort_dynamicpreprocessor/libsf_reputation_preproc.so \
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   182
    target=libsf_reputation_preproc.so.0.0.0
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   183
link \
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   184
    path=usr/lib/$(MACH64)/snort_dynamicpreprocessor/libsf_reputation_preproc.so.0 \
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   185
    target=libsf_reputation_preproc.so.0.0.0
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   186
file path=usr/lib/$(MACH64)/snort_dynamicpreprocessor/libsf_reputation_preproc.so.0.0.0
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   187
#
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   188
link path=usr/lib/$(MACH64)/snort_dynamicpreprocessor/libsf_sdf_preproc.so \
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   189
    target=libsf_sdf_preproc.so.0.0.0
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   190
link path=usr/lib/$(MACH64)/snort_dynamicpreprocessor/libsf_sdf_preproc.so.0 \
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   191
    target=libsf_sdf_preproc.so.0.0.0
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   192
file path=usr/lib/$(MACH64)/snort_dynamicpreprocessor/libsf_sdf_preproc.so.0.0.0
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   193
#
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   194
link path=usr/lib/$(MACH64)/snort_dynamicpreprocessor/libsf_sip_preproc.so \
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   195
    target=libsf_sip_preproc.so.0.0.0
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   196
link path=usr/lib/$(MACH64)/snort_dynamicpreprocessor/libsf_sip_preproc.so.0 \
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   197
    target=libsf_sip_preproc.so.0.0.0
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   198
file path=usr/lib/$(MACH64)/snort_dynamicpreprocessor/libsf_sip_preproc.so.0.0.0
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   199
#
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   200
link path=usr/lib/$(MACH64)/snort_dynamicpreprocessor/libsf_smtp_preproc.so \
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   201
    target=libsf_smtp_preproc.so.0.0.0
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   202
link path=usr/lib/$(MACH64)/snort_dynamicpreprocessor/libsf_smtp_preproc.so.0 \
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   203
    target=libsf_smtp_preproc.so.0.0.0
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   204
file path=usr/lib/$(MACH64)/snort_dynamicpreprocessor/libsf_smtp_preproc.so.0.0.0
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   205
#
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   206
link path=usr/lib/$(MACH64)/snort_dynamicpreprocessor/libsf_ssh_preproc.so \
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   207
    target=libsf_ssh_preproc.so.0.0.0
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   208
link path=usr/lib/$(MACH64)/snort_dynamicpreprocessor/libsf_ssh_preproc.so.0 \
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   209
    target=libsf_ssh_preproc.so.0.0.0
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   210
file path=usr/lib/$(MACH64)/snort_dynamicpreprocessor/libsf_ssh_preproc.so.0.0.0
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   211
#
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   212
link path=usr/lib/$(MACH64)/snort_dynamicpreprocessor/libsf_ssl_preproc.so \
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   213
    target=libsf_ssl_preproc.so.0.0.0
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   214
link path=usr/lib/$(MACH64)/snort_dynamicpreprocessor/libsf_ssl_preproc.so.0 \
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   215
    target=libsf_ssl_preproc.so.0.0.0
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   216
file path=usr/lib/$(MACH64)/snort_dynamicpreprocessor/libsf_ssl_preproc.so.0.0.0
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   217
#
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   218
# Directory for containing dynamic rules libraries.
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   219
dir  path=usr/lib/$(MACH64)/snort_dynamicrules
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   220
#
213
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   221
file path=usr/share/doc/snort/AUTHORS
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   222
file path=usr/share/doc/snort/BUGS
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   223
file path=usr/share/doc/snort/CREDITS
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   224
file path=usr/share/doc/snort/INSTALL
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   225
file path=usr/share/doc/snort/NEWS
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   226
file path=usr/share/doc/snort/PROBLEMS
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   227
file path=usr/share/doc/snort/README
1345
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   228
file path=usr/share/doc/snort/README.GTP
213
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   229
file path=usr/share/doc/snort/README.PLUGINS
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   230
file path=usr/share/doc/snort/README.PerfProfiling
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   231
file path=usr/share/doc/snort/README.SMTP
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   232
file path=usr/share/doc/snort/README.UNSOCK
1345
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   233
file path=usr/share/doc/snort/README.WIN32
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   234
file path=usr/share/doc/snort/README.active
213
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   235
file path=usr/share/doc/snort/README.alert_order
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   236
file path=usr/share/doc/snort/README.asn1
1345
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   237
file path=usr/share/doc/snort/README.counts
213
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   238
file path=usr/share/doc/snort/README.csv
1345
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   239
file path=usr/share/doc/snort/README.daq
213
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   240
file path=usr/share/doc/snort/README.dcerpc2
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   241
file path=usr/share/doc/snort/README.decode
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   242
file path=usr/share/doc/snort/README.decoder_preproc_rules
1345
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   243
file path=usr/share/doc/snort/README.dnp3
213
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   244
file path=usr/share/doc/snort/README.dns
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   245
file path=usr/share/doc/snort/README.event_queue
2198
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   246
file path=usr/share/doc/snort/README.file
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   247
file path=usr/share/doc/snort/README.file_ips
1345
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   248
file path=usr/share/doc/snort/README.filters
213
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   249
file path=usr/share/doc/snort/README.flowbits
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   250
file path=usr/share/doc/snort/README.frag3
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   251
file path=usr/share/doc/snort/README.ftptelnet
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   252
file path=usr/share/doc/snort/README.gre
2198
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   253
file path=usr/share/doc/snort/README.ha
213
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   254
file path=usr/share/doc/snort/README.http_inspect
1345
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   255
file path=usr/share/doc/snort/README.imap
213
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   256
file path=usr/share/doc/snort/README.ipip
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   257
file path=usr/share/doc/snort/README.ipv6
1345
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   258
file path=usr/share/doc/snort/README.modbus
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   259
file path=usr/share/doc/snort/README.multipleconfigs
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   260
file path=usr/share/doc/snort/README.normalize
213
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   261
file path=usr/share/doc/snort/README.pcap_readmode
1345
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   262
file path=usr/share/doc/snort/README.pop
213
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   263
file path=usr/share/doc/snort/README.ppm
1345
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   264
file path=usr/share/doc/snort/README.reload
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   265
file path=usr/share/doc/snort/README.reputation
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   266
file path=usr/share/doc/snort/README.rzb_saac
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   267
file path=usr/share/doc/snort/README.sensitive_data
213
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   268
file path=usr/share/doc/snort/README.sfportscan
1345
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   269
file path=usr/share/doc/snort/README.sip
213
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   270
file path=usr/share/doc/snort/README.ssh
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   271
file path=usr/share/doc/snort/README.ssl
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   272
file path=usr/share/doc/snort/README.stream5
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   273
file path=usr/share/doc/snort/README.tag
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   274
file path=usr/share/doc/snort/README.thresholding
1345
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   275
file path=usr/share/doc/snort/README.u2boat
2198
168b8acace5f PSARC 2014/346 Data Acquisition library (DAQ) 2.0.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   276
file path=usr/share/doc/snort/README.unified2
213
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   277
file path=usr/share/doc/snort/README.variables
1345
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   278
file path=usr/share/doc/snort/TODO
213
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   279
file path=usr/share/doc/snort/USAGE
1345
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   280
file path=usr/share/doc/snort/WISHLIST
213
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   281
file path=usr/share/doc/snort/generators
7d4229dba5ed 7041863 move snort to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   282
file usr/share/man/man8/snort.8 path=usr/share/man/man1m/snort.1m
1345
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   283
dir  path=var/log/snort owner=noaccess group=noaccess
ee87318d9935 PSARC 2013/113 snort 2.9.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1287
diff changeset
   284
license snort.license license="GPLv2, BSD, LGPLv2.1"