RTSP::msg_source

Description

Indicates whether the request or response originated from the client or the server. This command returns the string client or server.

Syntax

RTSP::msg_source

RTSP::msg_source

  • Indicates whether the request or response originated from the client or the server. This command returns the string client or ‘’’server*.

Examples

rule xxx {
    when RTSP_REQUEST {
        puts [RTSP::msg_source]
    }
}