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

Are you interested in adding support for PCAP headers? #109

Open
hbina opened this issue Nov 28, 2024 · 1 comment
Open

Are you interested in adding support for PCAP headers? #109

hbina opened this issue Nov 28, 2024 · 1 comment

Comments

@hbina
Copy link

hbina commented Nov 28, 2024

I am currently using pcap-parser but it locks you in to a certain style of parsing. I would like to use etherparse for everything (as much as possible, anyways)

https://github.com/rusticata/pcap-parser

@JulianSchmid
Copy link
Owner

Hi @hbina ,

I currently have no plans to add PCAP parsing to etherparse. Even though I agree often that is the first thing I pull in as well when using etherparse. So I agree it would make sense, I just have no time to do so right now.

I usually use rpcap for parsing PCAPs as it does not allocate & deallocate for every read packet like other crates.

I will leave the ticket open in case I suddenly find some time.

Greets
Julian

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