From 09014ec1c1ce67a8ee18f72cc63ad48b6464c45e Mon Sep 17 00:00:00 2001 From: dmiller Date: Thu, 29 Nov 2012 03:16:15 +0000 Subject: [PATCH] Update documentation to include S: and P: port qualifiers --- docs/refguide.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/refguide.xml b/docs/refguide.xml index 39cd17336..689576c1a 100644 --- a/docs/refguide.xml +++ b/docs/refguide.xml @@ -1738,9 +1738,11 @@ way. specifies the protocol numbers you wish to scan for (0–255). - When scanning both TCP and UDP ports, you can specify - a particular protocol by preceding the port numbers by T: - or U:. The qualifier lasts until you specify another + When scanning a combination of protocols (e.g. TCP and UDP), you can + specify a particular protocol by preceding the port numbers by + T: for TCP, U: for UDP, + S: for SCTP, or P: for IP Protocol. + The qualifier lasts until you specify another qualifier. For example, the argument would scan UDP ports 53, 111,and 137, as well as the listed TCP ports. Note