Releases: szymonwieloch/rust-rawsock
Releases · szymonwieloch/rust-rawsock
v0.3.0
- Fixed two major stack corruptions - big thans to @spacemeowx2 for help with that.
- Refactored Interface trait into StaticInterface and DynamicInterface
- Added looping functions.
- Added a bunch of examples showing crate capabilities.
v0.2.1
- Almost complete API for pcap and pfring libraries.
.0.2.0
- Updated documentation - now complete
- Added DLL API - you candirectly use original libraries.
- Added PCapLibrary trait that covers common part of pcap and wpcap libraries.
v0.1.0
Initial version. Supports:
- Support for pcap, wpcap, pfring (tested on Windows and Linux)
- Common interface for choosing the best library.
- Most of documentation and several examples.