You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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.
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
The text was updated successfully, but these errors were encountered: