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

Updated Pcap++ to 22.11 #14

Merged
merged 1 commit into from
Mar 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Updated Pcap++ to 22.11
The reason to choose 22.11 and not 23.09 (i.e. latest) is that the latest version doesn't have VS 2015 binaries anymore.
FlorianReimold authored Mar 19, 2024
commit cb7d50b983be1a07bc2d4b0912724744595982ba
6 changes: 3 additions & 3 deletions thirdparty/pcapplusplus/pcapplusplus_make_available.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
if (NOT DEFINED PCAPPLUSPLUS_ARCHIVE_URL)
set(PCAPPLUSPLUS_ARCHIVE_URL "https://github.com/seladb/PcapPlusPlus/releases/download/v22.05/pcapplusplus-22.05-windows-vs2015.zip")
set(PCAPPLUSPLUS_ARCHIVE_HASH "MD5=f0c3c289d1350fa5a5755478fef55964")
set(PCAPPLUSPLUS_ARCHIVE_URL "https://github.com/seladb/PcapPlusPlus/releases/download/v22.11/pcapplusplus-22.11-windows-vs2015.zip")
set(PCAPPLUSPLUS_ARCHIVE_HASH "MD5=d20cc0706c6a246b8c4cfb44ce149ffa")
endif()

include(FetchContent)
@@ -16,4 +16,4 @@ if(NOT pcapplusplus_POPULATED)
FetchContent_Populate(pcapplusplus)
endif()
set(pcapplusplus_ROOT_DIR "${pcapplusplus_SOURCE_DIR}")
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/Modules/)
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/Modules/)