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

Use futures_codec for pcap async part #344

Open
Alexei-Kornienko opened this issue Apr 15, 2024 · 1 comment
Open

Use futures_codec for pcap async part #344

Alexei-Kornienko opened this issue Apr 15, 2024 · 1 comment

Comments

@Alexei-Kornienko
Copy link

There is quite handy set of traits that can be used with any async stream of data - futures_codec and tokio_util::codec that basically does the same. It would be very handy to use them to work with data received from pcap device. However to do that we need to have some kind of interface that would implement Sink and Stream.

Is there any chance that such traits can be implemented in this repository?

@Alexei-Kornienko Alexei-Kornienko changed the title Use futures Codec for pcap async part Use futures_codec for pcap async part Apr 15, 2024
@Wojtek242
Copy link
Collaborator

Only if you or somebody else submits a PR. My own activity is limited to maintenance and the occasional feature that piques my interest.

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

No branches or pull requests

2 participants