]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Merge pull request #748 in SNORT/snort3 from doc_sdftyop to master
authorRuss Combs (rucombs) <rucombs@cisco.com>
Wed, 14 Dec 2016 20:04:45 +0000 (15:04 -0500)
committerRuss Combs (rucombs) <rucombs@cisco.com>
Wed, 14 Dec 2016 20:04:45 +0000 (15:04 -0500)
Squashed commit of the following:

commit e646c080bfd765b3c42830b4a9b3eb8343bf58d4
Author: Victor Roemer <viroemer@cisco.com>
Date:   Wed Dec 14 11:09:40 2016 -0500

    Fix alert msg output

commit 565a89b76108f9058e898213cbd04c5b96020945
Author: Victor Roemer <viroemer@cisco.com>
Date:   Tue Dec 13 14:35:47 2016 -0500

    Fix typos

commit 0170073da41b6310a9b2e9e9464cfe32ac367fa0
Author: Victor Roemer <viroemer@cisco.com>
Date:   Thu Dec 8 16:23:48 2016 -0500

    Update example alert output to match latest behavior.

commit 7f8f8bb4b3cdfc7c9acefb6ea149267e66d34e4c
Author: Victor Roemer <viroemer@cisco.com>
Date:   Thu Dec 8 15:38:15 2016 -0500

    Fix typo

doc/sensitive_data.txt

index 52c68eb5868f4be8aa9c639eec5e8237c7f885b2..b5a75a3756f688f46620d7d717b3117c3e57b3ea 100644 (file)
@@ -68,8 +68,8 @@ That's pretty easy, but here is one more example anyway.
     sd_pattern:"This is a string literal", threshold 300;
 
 This example requires 300 matches of the pattern "This is a string literal"
-to qualify as a positive match. That is, if the string only occurred 299x
-in a packet, you will not see an even.
+to qualify as a positive match. That is, if the string only occurred 299 times
+in a packet, you will not see an event.
 
 ===== Obfuscating Credit Cards and Social Security Numbers
 
@@ -96,7 +96,7 @@ Logged output when running Snort in "cmg" alert format.
     10.1.2.3:48620 -> 10.9.8.7:8 TCP TTL:64 TOS:0x0 ID:14 IpLen:20 DgmLen:56
     ***A**** Seq: 0xB2  Ack: 0x2  Win: 0x2000  TcpLen: 20
     - - - raw[16] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-    2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 2E 39 32 39 34              ............9294
+    58 58 58 58 58 58 58 58 58 58 58 58 39 32 39 34              XXXXXXXXXXXX9294
     - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 
 ==== Caveats