xtables-addons: rtsp: support destination format address:port 6698/head
authorHans Dedecker <dedeckeh@gmail.com>
Fri, 3 Aug 2018 17:12:55 +0000 (19:12 +0200)
committerHans Dedecker <dedeckeh@gmail.com>
Mon, 6 Aug 2018 15:52:40 +0000 (17:52 +0200)
commitab48f4df18371982be6635f8d9e3140dd16e5e7b
tree3ace8c74aa69ff689b0bb84e9cd37c28b35955bd
parentd01b62924e13dd609ce177faad89b61170f6155c
xtables-addons: rtsp: support destination format address:port

RFC2326 specifies the attribute client_port as the RTP/RTCP port pair on
which the client has chosen to receive media data and control info;
however some clients (mostly STBs) embed the client_port value in the
destination attribute in the form of destination=<address:port> without
specifying the client_port attribute in the SETUP message.
To support such clients check if the destination attribute contains a
port value and use it as port value for the expected RTP connection.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
net/xtables-addons/Makefile
net/xtables-addons/patches/100-add-rtsp-conntrack.patch