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


Usage

<configuration>
    <security>
        <idp>
            <custom-attack>
                <attack-type>
                    <chain>
                        <member>
                            <attack-type>
                                <signature>
                                    <protocol>
                                        <icmp>
                                            <type>...</type>
                                            <code>...</code>
                                            <identification>...</identification>
                                            <sequence-number>...</sequence-number>
                                            <data-length>...</data-length>
                                        </icmp>
                                    </protocol>
                                </signature>
                            </attack-type>
                        </member>
                    </chain>
                </attack-type>
            </custom-attack>
        </idp>
    </security>
</configuration>

Description

ICMP protocol parameters.

Contents

<code>—Code.

<data-length>—Size of IP datagram subtracted by ICMP header length.

<identification>—Identifier in echo request/reply.

<sequence-number>—Sequence Number.

<type>—Type.


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