-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Streaming #76
Streaming #76
Conversation
@ebfull as requested, you will just need to run tests with --features tokio for it to compile though, please let me know any fixes I can do. |
I am super busy but I'm excited to review this patch. I will do so while I'm out of town next week. I apologize for the delay. |
seems like examples/streamlisten.rs hasn't listed futures as dependency (for rustc stable and beta at least) EDIT: reference: rust-lang/cargo#1570 |
use the default device instead of en0 (for me the default device is enp9s0 for others maybe eth0 or wlan0 or wlp8s0, so let pcap choose) an alternative might be to let the user sepcify a device on the command line, but this is just an example
Update streamlisten.rs
Awesome! No complaints on my end. |
Based on the @Roxxik's referenced in #71.