rust-pcap / pcap

Rust language pcap library
Apache License 2.0
610 stars 138 forks source link

capture-stream feature don't compile on windows #182

Closed Stargateur closed 3 years ago

Stargateur commented 3 years ago

Not a big problem for me but capture-stream doesn't compile on windows, I check a little the code but I don't have extend knowledge on mio.

Wojtek242 commented 3 years ago

It is not supported on Windows. From the README:

Use the capture-stream feature to enable support for streamed packet captures. This feature is supported only on ubuntu and macosx.