Skip to content

Commit fc79049

Browse files
committed
updated docs for PCAPNG engine
1 parent 70f1c22 commit fc79049

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/source/pcapkit/foundation/engines/builtin.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,21 @@ support, as is used by :class:`pcapkit.foundation.extraction.Extractor`.
2323

2424
.. automethod:: run
2525
.. automethod:: read_frame
26+
27+
PCAP-NG Support
28+
===============
29+
30+
.. module:: pcapkit.foundation.engines.pcapng
31+
32+
This module contains the implementation for PCAP-NG file extraction
33+
support, as is used by :class:`pcapkit.foundation.extraction.Extractor`.
34+
35+
.. autoclass:: pcapkit.foundation.engines.pcapng.PCAPNG
36+
:no-members:
37+
:show-inheritance:
38+
39+
.. autoproperty:: name
40+
.. autoproperty:: module
41+
42+
.. automethod:: run
43+
.. automethod:: read_frame

0 commit comments

Comments
 (0)