rust-pcap / pcap

Rust language pcap library
Apache License 2.0
617 stars 142 forks source link

Enable dynamic loading of DLL #325

Closed ZachNo closed 8 months ago

ZachNo commented 8 months ago

To allow programs to dynamically choose if it needs to load/if it can load the pcap dependencies, we created a feature flag to use libloading to load in the DLL at runtime, instead of being linked to it.

Tested against no driver, Winpcap driver, Npcap driver