PCAP Dumper¶
pcapkit.dumpkit.pcap
is the dumper for pcapkit
implementation,
specifically for PCAP format, which is alike those described in
dictdumper
.
- class pcapkit.dumpkit.pcap.PCAPIO(fname, *, protocol, byteorder='little', nanosecond=False, **kwargs)[source]¶
Bases:
DumperBase
PCAP file dumper.
- Parameters: