Skip to main content

Module writer

Module writer 

Source
Expand description

PCAP and PcapNG file writer.

Structs§

PcapNgStreamWriter
PcapNG writer for streaming writes.
PcapStreamWriter
PCAP writer for streaming writes.

Functions§

wrpcap
Write captured packets to a PCAP file.
wrpcap_packets
Write plain packets to a PCAP file (convenience function).
wrpcapng
Write captured packets to a PcapNG file.
wrpcapng_packets
Write plain packets to a PcapNG file (convenience function).