update github pages

This commit is contained in:
Christian Giese
2022-11-08 21:43:35 +00:00
parent 3371d5b9be
commit 551ea4dd49
7 changed files with 9 additions and 9 deletions
@@ -35,7 +35,7 @@ The following configuration allows to overwrite the global default interface lin
- 0 (main thread)
* - `capture-include-streams`
- Include traffic streams in the capture
- true
- false
* - `mac-modifier`
- Third byte of access session MAC address (0-255)
- 0
+2 -2
View File
@@ -48,13 +48,13 @@ Some network interfaces drop the most outer VLAN which can be easily
verified using the capture file.
The configuration option ``capture-include-streams`` allows to
include (default behavior) or exclude traffic streams from capture.
include or exclude (default behavior) traffic streams from capture.
.. code-block:: json
{
"interfaces": {
"capture-include-streams": false
"capture-include-streams": true
}
}
+1 -1
View File
@@ -166,7 +166,7 @@
</tr>
<tr class="row-odd"><td><p><cite>capture-include-streams</cite></p></td>
<td><p>Include traffic streams in the capture</p></td>
<td><p>true</p></td>
<td><p>false</p></td>
</tr>
<tr class="row-even"><td><p><cite>mac-modifier</cite></p></td>
<td><p>Third byte of access session MAC address (0-255)</p></td>
+1 -1
View File
@@ -123,7 +123,7 @@
</tr>
<tr class="row-odd"><td><p><cite>capture-include-streams</cite></p></td>
<td><p>Include traffic streams in the capture</p></td>
<td><p>true</p></td>
<td><p>false</p></td>
</tr>
<tr class="row-even"><td><p><cite>mac-modifier</cite></p></td>
<td><p>Third byte of access session MAC address (0-255)</p></td>
+1 -1
View File
@@ -224,7 +224,7 @@ TX: 512
</tr>
<tr class="row-odd"><td><p><cite>capture-include-streams</cite></p></td>
<td><p>Include traffic streams in the capture</p></td>
<td><p>true</p></td>
<td><p>false</p></td>
</tr>
<tr class="row-even"><td><p><cite>mac-modifier</cite></p></td>
<td><p>Third byte of access session MAC address (0-255)</p></td>
+1 -1
View File
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -128,10 +128,10 @@ names.</p>
Some network interfaces drop the most outer VLAN which can be easily
verified using the capture file.</p>
<p>The configuration option <code class="docutils literal notranslate"><span class="pre">capture-include-streams</span></code> allows to
include (default behavior) or exclude traffic streams from capture.</p>
include or exclude (default behavior) traffic streams from capture.</p>
<div class="highlight-json notranslate"><div class="highlight"><pre><span></span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;interfaces&quot;</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;capture-include-streams&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;capture-include-streams&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">true</span><span class="w"></span>
<span class="w"> </span><span class="p">}</span><span class="w"></span>
<span class="p">}</span><span class="w"></span>
</pre></div>