]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Merge pull request #1269 in SNORT/snort3 from doc_perfmon_dev to master
authorTom Peters (thopeter) <thopeter@cisco.com>
Tue, 12 Jun 2018 17:47:47 +0000 (13:47 -0400)
committerTom Peters (thopeter) <thopeter@cisco.com>
Tue, 12 Jun 2018 17:47:47 +0000 (13:47 -0400)
Squashed commit of the following:

commit 06564da5e68b0d8f495ade6692ef400ade61fe00
Author: Tom Peters <thopeter@cisco.com>
Date:   Tue Jun 12 11:58:49 2018 -0400

    perf_monitor: format error in dev_notes

src/network_inspectors/perf_monitor/dev_notes.txt

index 51225c32a34736791b0c49f33507137012589841..5e02861936fd8b2836bfc27bcc9263bb0ab2864a 100644 (file)
@@ -39,7 +39,7 @@ Currently output formats are:
 
 3. Flatbuffers (if the library is available at build)
 
-==== Flatbuffers Parsing
+=== Flatbuffers Parsing
 
 While a tool has been included to parse the file format used, it may be
 desired to build analysis tools that deal with the files directly. This can
@@ -48,7 +48,7 @@ flatc along with the included schema, or the schema can be parsed using the
 Flatbuffers reflection API and used to read the data within the records.
 The format for the files is as follows:
 
-===== File Layout
+==== File Layout
 
 [options="header"]
 |============================================================================
@@ -57,7 +57,7 @@ The format for the files is as follows:
 |Records     |This is a stream of records. There may be an unlimited number.
 |============================================================================
 
-===== File Header
+==== File Header
 
 [options="header"]
 |==========================================================================
@@ -67,7 +67,7 @@ The format for the files is as follows:
 |Schema      |(schema size) bytes |Schema for parsing records in this file.
 |==========================================================================
 
-===== Record
+==== Record
 
 [options="header"]
 |===========================================================================