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


Usage

<configuration>
    <security>
        <idp>
            <custom-attack>
                <attack-type>
                    <chain>
                        <member>
                            <attack-type>
                                <signature>
                                    <protocol>
                                        <udp>
                                            <source-port>...</source-port>
                                            <destination-port>...</destination-port>
                                            <data-length>...</data-length>
                                        </udp>
                                    </protocol>
                                </signature>
                            </attack-type>
                        </member>
                    </chain>
                </attack-type>
            </custom-attack>
        </idp>
    </security>
</configuration>

Description

UDP protocol parameters.

Contents

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

<destination-port>—Destination port.

<source-port>—Source port.


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