seladb
seladb
Do you know if `libpcap` provides an API to read this magic number? PcapPlusPlus relies on libpcap/WinPcap/Npcap to read `.pcap` files so if there's no such API there's no way...
Thanks for debugging the issue! Can you please open a PR with the fix?
@GilbertoTheMighty will you consider opening a PR with the fix?
> @GilbertoTheMighty will you consider opening a PR with the fix? @GilbertoTheMighty I'm not sure if you saw my previous comment. Please let me know if you can open a...
@sashashura thanks for opening this issue. Would you consider fixing it? Also, if you're interested, there are a bunch of fuzzing issues in this repo issue list: https://github.com/seladb/PcapPlusPlus/issues?q=is%3Aissue+is%3Aopen+label%3Afuzzing
Thank you so much @sashashura for your great contribution to this project! 🙏 ❤️ I have closed all the issues you marked as fixed. As for this issue - let's...
Thanks everyone for your comments. It seems you know much more about open source licenses than me :) You were mentioning 3 other licensing options in addition to MIT: Zero-Clause-BSD,...
@garethsb-sony @christinaa thanks for explaining the differences between those licenses. It seems we've narrow down the options to two: MIT or BSL. BSL seems to be more permissive but MIT...
@Dysl3xik thanks for your comment. The reason I'm worried about license popularity is because one of the main reasons we're doing this whole exercise is to choose a license which...
Apparently GitHub provides an easy way to query repos by license. I ran this query for a few licenses, here are the results: - __BSL-1.0__: used by 1,964 C++ repos...