PCAP

This documentation provides details about generating a fake PCAP file.

This is expiremental at this time

To generate a fake PCAP file see the following:

from socfaker import SocFaker

sc = SocFaker()

print(sc.pcap()

PCAP Class

class socfaker.pcap.PCAP
generate(count=1, port=9600)