PcapDumper.dump
void dump(const(pcap_pkthdr) * header, const(ubyte) * data)Writes a packet to the savefile.
Parameters
header | The packet header. |
data | The packet data. |
void dump(const(pcap_pkthdr) * header, const(ubyte) * data)Writes a packet to the savefile.
header | The packet header. |
data | The packet data. |