[Contents] [Prev] [Next] [Index] [Report an Error]


Usage

<configuration>
    <services>
        <application-identification>
            <download>...</download>
            <no-application-identification/>
            <no-signature-based/>
            <no-clear-application-system-cache/>
            <no-application-system-cache/>
            <application-system-cache-timeout>application-system-cache-timeout
                                    </application-system-cache-timeout>
            <min-checked-bytes>min-checked-bytes</min-checked-bytes>
            <max-checked-bytes>max-checked-bytes</max-checked-bytes>
            <application>...</application>
            <application-group>...</application-group>
            <rule>...</rule>
            <rule-set>...</rule-set>
            <profile>...</profile>
            <traceoptions>...</traceoptions>
        </application-identification>
    </services>
</configuration>

Description

Application identification configuration.

Contents

<application>—Configure application definition.

<application-group>—Define application group.

<application-system-cache-timeout>—Application system cache entry lifetime.

<download>—No documentation is available yet.

<max-checked-bytes>—Inspect the maximal number of bytes.

<min-checked-bytes>—Inspect the minimal number of bytes.

<no-application-identification>—Disable all application identification methods.

<no-application-system-cache>—Disable storing AI result in application system cache.

<no-clear-application-system-cache>—Disable clearing application system cache.

<no-signature-based>—Disable signature based method.

<profile>—One or more application rule-sets.

<rule>—One or more application rules for address-based method AI.

<rule-set>—One or more application rules.

<traceoptions>—Trace options for application identification.


[Contents] [Prev] [Next] [Index] [Report an Error]