mirror of
https://github.com/rtbrick/bngblaster.git
synced 2024-05-06 15:54:57 +00:00
update github pages
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
File diff suppressed because one or more lines are too long
@@ -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">"interfaces"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
|
||||
<span class="w"> </span><span class="nt">"capture-include-streams"</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">"capture-include-streams"</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>
|
||||
|
||||
Reference in New Issue
Block a user