Skip to content

Commit

Permalink
Improve docs for Pcap.type and Pcap.source
Browse files Browse the repository at this point in the history
  • Loading branch information
segevfiner committed Nov 15, 2021
1 parent 8b33076 commit 151d634
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,17 @@ Pcap
.. autoclass:: Pcap
:members:
:undoc-members:
:exclude-members: type, source

.. attribute:: type
:type: PcapType

Type of Pcap.

.. attribute:: source
:type: str

Source of the Pcap, meaning depends on :attr:`type`.

.. autoclass:: PcapType
:members:
Expand Down

0 comments on commit 151d634

Please sign in to comment.