ADC Advanced Policy Expressions

UDP_PROTOCOL_SERVER_T


UDP Protocol - Server side

This topic lists the expressions that are provided by this class.

  • SRCPORT

    Returns the current packet's UDP source port as a number.

Returns: num_at

  • DSTPORT

    Returns the current packet's UDP destination port as a number.

Returns: num_at

  • LENGTH

    Returns the current packet's UDP length as a number.

Returns: num_at

  • CHECKSUM

    Returns the current packet's UDP checksum as a number.

Returns: num_at

  • PAYLOAD

    Returns the current packet's UDP Payload.

Returns: text_t

UDP_PROTOCOL_SERVER_T

In this article