This shows you the differences between two versions of the page.
| hardware:rules [2014/09/19 00:50] jarrod [Rules Tab] | hardware:rules [2015/12/23 00:26] (current) jarrod [Rule Properties] | ||
|---|---|---|---|
| Line 15: | Line 15: | ||
| * **Name** = A name given to the rule for your records. The name has no effect on anything, it's just a way to remember what a rule was created for. | * **Name** = A name given to the rule for your records. The name has no effect on anything, it's just a way to remember what a rule was created for. | ||
| - | * **Search String** = A search pattern to match an outgoing CFLink message (as well as incoming TCP/UDP packets for LAN Bridge rules). When this search pattern matches any the message, the rule is triggered.\\ Search strings can contain wildcard match characters as follows: | + | * **Search String** = A search pattern to match an outgoing CFLink message (as well as incoming TCP/UDP packets for LAN Bridge rules). When this search pattern matches a message, the rule is triggered.\\ Search strings can contain wildcard match characters as follows: | 
| * ''*'' (asterisk) means match any character zero or more times, until the next defined character in the search string is found, or until the end of the message. | * ''*'' (asterisk) means match any character zero or more times, until the next defined character in the search string is found, or until the end of the message. | ||
| * ''.'' (period) means match any character a single time. | * ''.'' (period) means match any character a single time. | ||