Skip to content

Releases: szymonwieloch/rust-rawsock

v0.3.0

11 Aug 15:16
Compare
Choose a tag to compare
  • 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

30 Jul 21:32
Compare
Choose a tag to compare
  • Almost complete API for pcap and pfring libraries.

.0.2.0

14 Jul 14:04
Compare
Choose a tag to compare
  • 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

13 Jul 16:41
Compare
Choose a tag to compare

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.