-
Notifications
You must be signed in to change notification settings - Fork 681
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
Fix building warning due to LightPcapNg #1347
Comments
I noticed that the upstream code and our code are not consistent. Perhaps we need to update? |
When I added LightPcapNg I didn't want to add it as a git submodule because submodules require the user to specifically fetch them (a simple My original plan was to update the code once in a while - both fetch from upstream, as well as contribute the changes we make to the original repo. Unfortunately I didn't follow that plan... Maybe it's time to actually do it? Meaning, contribute the patches we have to the original repo, and then update the code to the latest? |
Agreed, let's sync the updates upstream so that others can benefit from our updates as well. |
Maybe it isn't worth it. The original LightPcapNg has been out of maintenance for a long time (many years with a few commits). In addition, it will take a lot of effort to sync our code back to the original LightPcapNg. I think the proper way is to create a forked repo under PcapPlusPlus (organization) , and move the current code to that forked repo. Later, it will be easier to use git to sync from upstream if upstream has new updates. |
Using a fork and contributing updates back to the upstream, if the upstream cannot accept our updates in a timely manner, we maintain the fork. Would this be better? |
yes, sounds good |
I forked it here: https://github.com/PcapPlusPlus/LightPcapNg I think we can now update our patches to this fork and try to push the to upstream |
as the action started to fail due to the warning, this issue should be resolved ASAP. |
build log
The text was updated successfully, but these errors were encountered: