Skip to content
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
2 changes: 1 addition & 1 deletion thirdparty/pcapplusplus/pcapplusplus_make_available.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include(FetchContent)
FetchContent_Declare(pcapplusplus
GIT_REPOSITORY https://github.com/seladb/PcapPlusPlus.git
GIT_TAG cb97f6e7d22cbacd6a5ad843356dc6be012fa7e1 # 2025-05-07: The latest release 24.09 is not CMake 4.0 ready, so I am using the latest master, here
GIT_TAG v25.05
DOWNLOAD_EXTRACT_TIMESTAMP FALSE
)

Expand Down