Module export

Module export 

Source
Expand description

Export to pcap

Functionsยง

run_dummy_export
Simulates a pcap export. It must be called to consume the generated data.
run_export
Export the packets into a pcap file The packets are sorted by their header (timestamp), and then written sequentially to the specified file. If append is true, the packets are appended to an existing pcap file; otherwise, a new file is created.