• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables-1.4.x/l7-protocols/
1# RTSP in HTTP - RTSP tunneled within HTTP
2# Pattern attributes: ok notsofast notsofast subset
3# Protocol groups: streaming_audio streaming_video ietf_draft_standard
4# Wiki: http://www.protocolinfo.org/wiki/RTSP
5#
6# Apple's documentation on what Quicktime does:
7# http://developer.apple.com/quicktime/icefloe/dispatch028.html
8# This is what the first part of the pattern is about
9#
10# The second part is based on the example in RFC 2326.  For this part to
11# work, this pattern MUST be earlier in the iptables rules chain than
12# HTTP.  Otherwise, the stream will be identified as HTTP.
13
14http-rtsp
15^(get[\x09-\x0d -~]* Accept: application/x-rtsp-tunnelled|http/(0\.9|1\.0|1\.1) [1-5][0-9][0-9] [\x09-\x0d -~]*a=control:rtsp://)
16