diff options
Diffstat (limited to 'doc/omudpspoof.html')
-rw-r--r-- | doc/omudpspoof.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/omudpspoof.html b/doc/omudpspoof.html index e5f963c7..64f83752 100644 --- a/doc/omudpspoof.html +++ b/doc/omudpspoof.html @@ -16,23 +16,23 @@ spoof the sender address. Also, it enables to circle through a number of source ports. <p><b>Configuration Directives</b>:</p> <ul> -<li><b>$ActionUDPSpoofSourceNameTemplate</b> <templatename><br> +<li><b>$ActionOMUDPSpoofSourceNameTemplate</b> <templatename><br> This MUST be specified. It is the name of the template that contains a numerical IP address that is to be used as the source system IP address. While it may often be a constant value, it can be generated as usual via the property replacer, as long as it is a valid IPv4 address. -<li><b>$ActionUDPSpoofTargetHost</b> <hostname><br> +<li><b>$ActionOMUDPSpoofTargetHost</b> <hostname><br> Host that the messages shall be sent to. <li><b>$ActionUDPSpoofTargetPort</b> <port><br> Remote port that the messages shall be sent to. -<li><b>$ActionUDPSpoofDefaultTemplate</b> <templatename><br> +<li><b>$ActionOMUDPSpoofDefaultTemplate</b> <templatename><br> This setting instructs omudpspoof to use a template different from the default template for all of its actions that do not have a template specified explicitely. -<li><b>$ActionUDPSpoofSourcePortStart</b> <number><br> +<li><b>$ActionOMUDPSpoofSourcePortStart</b> <number><br> Specifies the start value for circeling the source ports. Must be less than or equal to the end value. Default is 32000. -<li><b>$ActionUDPSpoofSourcePortEnd</b> <number><br> +<li><b>$ActionOMUDPSpoofSourcePortEnd</b> <number><br> Specifies the ending value for circeling the source ports. Must be less than or equal to the start value. Default is 42000. </ul> |