Add "vnc-http" and port 5800 to shortport.http.

This commit is contained in:
david 2010-12-16 02:00:23 +00:00
parent 57bdde922e
commit 3f2a6606af

View file

@ -162,5 +162,5 @@ end
-- <code>false</code> otherwise.
-- @usage
-- portrule = shortport.http
http = shortport.port_or_service({80, 443, 631, 3872, 8080},
{"http", "https", "ipp", "http-alt", "oem-agent"})
http = shortport.port_or_service({80, 443, 631, 8080, 5800, 3872},
{"http", "https", "ipp", "http-alt", "vnc-http", "oem-agent"})