Skip to content
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

Merged
merged 11 commits into from
Aug 4, 2017
Merged

Streaming #76

merged 11 commits into from
Aug 4, 2017

Conversation

stephanbuys
Copy link
Contributor

Based on the @Roxxik's referenced in #71.

@stephanbuys
Copy link
Contributor Author

@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.

@ebfull
Copy link
Collaborator

ebfull commented Jul 11, 2017

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.

@Roxxik
Copy link
Contributor

Roxxik commented Jul 14, 2017

seems like examples/streamlisten.rs hasn't listed futures as dependency (for rustc stable and beta at least)

EDIT: reference: rust-lang/cargo#1570
so just run the tests with --features all should fix some of these errors, others are caused by missing Eq implementations on Error. Either remove them or re-add Eq to Error

Roxxik and others added 8 commits July 15, 2017 01:58
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
@ebfull
Copy link
Collaborator

ebfull commented Aug 4, 2017

Awesome! No complaints on my end.

@ebfull ebfull merged commit ef0f865 into rust-pcap:master Aug 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants