replace
The replace
rule option is used to overwrite prior matching content with the string provided to the option. This option should be used with the rewrite
rule action, and it works for raw packets only.
Format:
replace:"string";
Examples:
content:"ABCD";
replace:"EFGH";