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

Do not require C language to find_package libpcap #1607

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

kiwixz
Copy link
Contributor

@kiwixz kiwixz commented Oct 5, 2024

Fixes #1606.

@kiwixz kiwixz requested a review from seladb as a code owner October 5, 2024 11:00
@kiwixz kiwixz changed the base branch from master to dev October 5, 2024 11:01
@egecetin egecetin closed this Oct 5, 2024
@egecetin egecetin reopened this Oct 5, 2024
Copy link

codecov bot commented Oct 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.11%. Comparing base (9130bf1) to head (3f5df0b).
Report is 2 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #1607      +/-   ##
==========================================
+ Coverage   83.10%   83.11%   +0.01%     
==========================================
  Files         276      276              
  Lines       46889    46907      +18     
  Branches     9365     9510     +145     
==========================================
+ Hits        38965    38988      +23     
+ Misses       7065     7061       -4     
+ Partials      859      858       -1     
Flag Coverage Δ
fedora40 74.74% <ø> (+0.06%) ⬆️
macos-12 81.10% <ø> (ø)
macos-13 80.53% <ø> (+0.07%) ⬆️
macos-14 80.44% <ø> (-0.02%) ⬇️
mingw32 70.62% <ø> (-0.02%) ⬇️
mingw64 70.57% <ø> (-0.04%) ⬇️
npcap 85.00% <ø> (-0.02%) ⬇️
rhel94 74.56% <ø> (-0.01%) ⬇️
ubuntu2004 57.93% <ø> (ø)
ubuntu2004-zstd 58.05% <ø> (ø)
ubuntu2204 74.48% <ø> (-0.03%) ⬇️
ubuntu2204-icpx 58.70% <ø> (+<0.01%) ⬆️
ubuntu2404 74.74% <ø> (-0.01%) ⬇️
unittest 83.11% <ø> (+0.01%) ⬆️
windows-2019 85.03% <ø> (-0.03%) ⬇️
windows-2022 85.05% <ø> (-0.02%) ⬇️
winpcap 85.02% <ø> (ø)
xdp 49.65% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@seladb seladb merged commit 98ecd59 into seladb:dev Oct 8, 2024
40 checks passed
@seladb
Copy link
Owner

seladb commented Oct 8, 2024

Thank you @kiwixz for working on this fix, much appreciated! 🙏

fxlb pushed a commit to fxlb/PcapPlusPlus that referenced this pull request Oct 22, 2024
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

Successfully merging this pull request may close these issues.

detect_pcap_version.c should be a C++ file
5 participants