You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ext.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -836,7 +836,7 @@ <h4>Samples<a class="headerlink" href="#id1" title="Link to this heading">¶</a>
836
836
<p>The following code snippet shows how to create a new engine class:</p>
837
837
<divclass="admonition note">
838
838
<pclass="admonition-title">Note</p>
839
-
<p>Following is a PoC implementation of a new engine based on <aclass="reference external" href="https://scapy.readthedocs.io/en/latest/api/scapy.html#module-scapy" title="(in Scapy v2.6.1.dev45)"><codeclass="xref py py-mod docutils literal notranslate"><spanclass="pre">scapy</span></code></a>. For documentation
839
+
<p>Following is a PoC implementation of a new engine based on <aclass="reference external" href="https://scapy.readthedocs.io/en/latest/api/scapy.html#module-scapy" title="(in Scapy v2.6.1.dev54)"><codeclass="xref py py-mod docutils literal notranslate"><spanclass="pre">scapy</span></code></a>. For documentation
840
840
purposes, we use the <aclass="reference internal" href="pcapkit/foundation/engines/3rdparty.html#pcapkit.foundation.engines.scapy.Scapy" title="pcapkit.foundation.engines.scapy.Scapy"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">Scapy</span></code></a> engine as an example,
841
841
where the comprehensive implementation can be found in the <aclass="reference internal" href="pcapkit/foundation/engines/3rdparty.html#module-pcapkit.foundation.engines.scapy" title="pcapkit.foundation.engines.scapy"><codeclass="xref py py-mod docutils literal notranslate"><spanclass="pre">pcapkit.foundation.engines.scapy</span></code></a>
<spanclass="sig-name descname"><spanclass="pre">run</span></span><spanclass="sig-paren">(</span><spanclass="sig-paren">)</span><aclass="reference internal" href="../../../_modules/pcapkit/foundation/engines/scapy.html#Scapy.run"><spanclass="viewcode-link"><spanclass="pre">[source]</span></span></a><aclass="headerlink" href="#pcapkit.foundation.engines.scapy.Scapy.run" title="Link to this definition">¶</a></dt>
as an iterator from <aclass="reference external" href="https://scapy.readthedocs.io/en/latest/api/scapy.sendrecv.html#scapy.sendrecv.sniff" title="(in Scapy v2.6.1.dev45)"><codeclass="xref py py-func docutils literal notranslate"><spanclass="pre">scapy.sendrecv.sniff()</span></code></a>.</p>
as an iterator from <aclass="reference external" href="https://scapy.readthedocs.io/en/latest/api/scapy.sendrecv.html#scapy.sendrecv.sniff" title="(in Scapy v2.6.1.dev54)"><codeclass="xref py py-func docutils literal notranslate"><spanclass="pre">scapy.sendrecv.sniff()</span></code></a>.</p>
Copy file name to clipboardExpand all lines: pcapkit/foundation/extraction.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -467,7 +467,7 @@
467
467
<li><p><strong>store</strong> (<spanclass="sphinx_autodoc_typehints-type"><aclass="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.13)"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">bool</span></code></a></span>) – if store extracted packet info</p></li>
468
468
<li><p><strong>files</strong> (<spanclass="sphinx_autodoc_typehints-type"><aclass="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.13)"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">bool</span></code></a></span>) – if split each frame into different files</p></li>
469
469
<li><p><strong>nofile</strong> (<spanclass="sphinx_autodoc_typehints-type"><aclass="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.13)"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">bool</span></code></a></span>) – if no output file is to be dumped</p></li>
0 commit comments