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


Usage

<configuration>
    <security>
        <idp>
            <custom-attack>
                <attack-type>
                    <signature>
                        <protocol>
                            <ip>
                                <tos>...</tos>
                                <total-length>...</total-length>
                                <identification>...</identification>
                                <ip-flags>...</ip-flags>
                                <ttl>...</ttl>
                                <protocol>...</protocol>
                                <source>...</source>
                                <destination>...</destination>
                            </ip>
                        </protocol>
                    </signature>
                </attack-type>
            </custom-attack>
        </idp>
    </security>
</configuration>

Description

IP protocol parameters.

Contents

<destination>—Destination IP-address/Hostname.

<identification>—Fragment Identification.

<ip-flags>—IP Flag bits.

<protocol>—Transport layer protocol.

<source>—Source IP-address/Hostname.

<tos>—Type of Service.

<total-length>—Total Length of IP datagram.

<ttl>—Time to live.


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