]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
fix Snort++ markup
authorRuss Combs <rucombs@cisco.com>
Sat, 4 Jul 2015 11:42:35 +0000 (07:42 -0400)
committerRuss Combs <rucombs@cisco.com>
Sat, 4 Jul 2015 11:42:35 +0000 (07:42 -0400)
doc/bugs.txt
doc/extending.txt
doc/overview.txt
doc/snort2lua.txt
doc/snort_manual.txt

index 0f976eb06fbb0312c405959bcea507c5453ebb83..4a086c1a64da4f6fd45390db6467f2b66d5f9cdd 100644 (file)
@@ -1,7 +1,7 @@
 ==== Build
 
-* configure bombs on OSX with g++ wrapper to clang because g++ version < 4.8
-(compare g++ -dumpversion and g++ --version)
+* configure bombs on OSX with g\++ wrapper to clang because g++ version < 4.8
+(compare g\++ -dumpversion and g++ --version)
 
     workaround:  export CXX=clang++
 
@@ -45,9 +45,9 @@ used to restrict the protocol of service rules.
 * uricontent:"foo"; content:"bar"; -> http_uri; content:"foo"; content:"bar";
 (missing pkt_data)
 
-* stream_tcp ports and protocols both go into a single
-binder.when; this is incorrect as the when fields are logically anded
-together (ie must all be true).  should create 2 separate bindings.
+* stream_tcp ports and protocols both go into a single binder.when; this is
+incorrect as the when fields are logically anded together (ie must all be
+true).  should create 2 separate bindings.
 
 * There is a bug in pps_stream_tcp.cc.. when stream_tcp: is
 specified without any arguments, snort2lua doesn't convert it
index 812543e0036edf9c97b635b420a55237e37658b5..441934a21f9f36e56411167d1662d0b59a218141 100644 (file)
@@ -23,7 +23,7 @@ various other data and functions for their given roles.
 
 === Modules
 
-The Module is pervasive in Snort++.  It is how everything, including
+The Module is pervasive in Snort\++.  It is how everything, including
 plugins, are configured.  It also provides access to builtin rules.  And as
 the glue that binds functionality to Snort++, the capabilities of a Module
 are expected to grow to include statistics support, etc.
index 4dd0c7ae6e4c9befa085543fd690908fffd3f3fa..04d3c36ef5b3a371626b0a930e6205045cdc8a6c 100644 (file)
@@ -298,7 +298,7 @@ is available.  Snort has started to take this approach to pass some HTTP and
 SIP preprocessor data to app ID.  However, it remains a peripheral feature
 and still requires the production of data that may not be consumed.
 
-The basic processing steps Snort++ takes are similar to Snort's as seen in
+The basic processing steps Snort\++ takes are similar to Snort's as seen in
 the following diagram.  The preprocess step employs specific inspector
 types instead of a generalized list, but the basic procedure includes
 stateless packet decoding, TCP stream reassembly, and service specific
@@ -331,6 +331,6 @@ URI logger.
 
 Inspection events coupled with pluggable inspectors provide a very flexible
 framework for implementing new features.  And JIT buffer stuffers allow
-Snort++ to work smarter, not harder.  These capabilities will be leveraged
+Snort\++ to work smarter, not harder.  These capabilities will be leveraged
 more and more as Snort++ development continues.
 
index 7e1c5640314f3f84980bc4e402f2217770e41743..19dae93dddf06d3c71d293be26386e5f7e071594 100644 (file)
@@ -4,7 +4,7 @@ syntax while Snort 3.0 configuration files are written in Lua. Snort2Lua is a
 program specifically designed to convert Snort 2.9.X configuration files into
 Lua files that Snort 3.0 can understand.
 
-Snort2Lua reads your legacy Snort conf file(s) and generates Snort\++ Lua
+Snort2Lua reads your legacy Snort conf file(s) and generates Snort++ Lua
 and rules files.  When running this program, the only mandatory option is
 to provide Snort2Lua with a Snort configuration file. The default output
 file file is snort.lua, the default error file will be snort.rej, and the
@@ -58,7 +58,7 @@ As expected, quiet mode produces a Snort\++ configuration.  All errors
 (aside from Fatal Snort2Lua errors), differences, and comments will omitted
 from the final output file.  Default mode will print everything. That mean
 you will be able to see exactly what changes have occurred between Snort and
-Snort\++ in addition to the new syntax, the original file's comments, and
+Snort++ in addition to the new syntax, the original file's comments, and
 all errors that have occurred.  Finally, differences mode will not actually
 output a valid Snort3.0 configuration.  Instead, you can see the exact
 options from the input configuration that have changed.
index 4610bff2a59edd4dc50786768863b064d53276cc..754546882c98e3dd55f57ccf527b8fe1dff5342a 100644 (file)
@@ -4,10 +4,6 @@
 :toc-placement: manual
 :toc-title: Contents
 
----------------
-:quotes.++:
----------------
-
 image::snorty.png["Snorty",width="480"]
 include::version.txt[]
 toc::[]