From b5644e111a28a74d6918e5ab144268a388820d6f Mon Sep 17 00:00:00 2001 From: John Thacker Date: Wed, 1 Nov 2023 22:40:58 -0400 Subject: Qt: Add DSBs info to capture file properties Add the type and size of each DSB to the Capture File Properties window. Related to #14599, #15799. --- wiretap/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'wiretap/CMakeLists.txt') diff --git a/wiretap/CMakeLists.txt b/wiretap/CMakeLists.txt index ff4b77ffe0..c6f1ed9bc8 100644 --- a/wiretap/CMakeLists.txt +++ b/wiretap/CMakeLists.txt @@ -119,6 +119,7 @@ set(WIRETAP_NONGENERATED_C_FILES ${CMAKE_CURRENT_SOURCE_DIR}/file_access.c ${CMAKE_CURRENT_SOURCE_DIR}/file_wrappers.c ${CMAKE_CURRENT_SOURCE_DIR}/merge.c + ${CMAKE_CURRENT_SOURCE_DIR}/secrets-types.c ${CMAKE_CURRENT_SOURCE_DIR}/wtap.c ${CMAKE_CURRENT_SOURCE_DIR}/wtap_opttypes.c ) -- cgit v1.2.3