seladb / PcapPlusPlus

PcapPlusPlus is a multiplatform C++ library for capturing, parsing and crafting of network packets. It is designed to be efficient, powerful and easy to use. It provides C++ wrappers for the most popular packet processing engines such as libpcap, Npcap, WinPcap, DPDK, AF_XDP and PF_RING.
https://pcapplusplus.github.io/
The Unlicense
2.68k stars 650 forks source link

Fix ~PcapFileWriterDevice() to close the pcap file. #1575

Closed rndx21033 closed 1 week ago

rndx21033 commented 1 week ago

Bug fix to close pcap file on destroy.

rndx21033 commented 1 week ago

recreating for dev