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.