OXIESEC PANEL
- Current Dir:
/
/
lib64
/
wireshark
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
06/02/2025 09:20:48 AM
r-xr-xr-x
📄
FindGLIB2.cmake
2.85 KB
07/18/2018 07:39:21 PM
rw-r--r--
📄
FindWSWinLibs.cmake
1.04 KB
07/18/2018 07:39:21 PM
rw-r--r--
📄
FindWireshark.cmake
888 bytes
07/18/2018 07:39:21 PM
rw-r--r--
📄
LocatePythonModule.cmake
1.92 KB
07/18/2018 07:39:21 PM
rw-r--r--
📄
UseAsn2Wrs.cmake
2.72 KB
07/18/2018 07:39:21 PM
rw-r--r--
📄
UseMakePluginReg.cmake
452 bytes
07/18/2018 07:39:21 PM
rw-r--r--
📄
WiresharkConfig.cmake
578 bytes
10/15/2023 03:45:55 AM
rw-r--r--
📄
WiresharkConfigVersion.cmake
300 bytes
10/15/2023 03:45:55 AM
rw-r--r--
📁
extcap
-
02/16/2024 08:51:19 PM
rwxr-xr-x
📁
plugins
-
10/15/2023 03:47:26 AM
rwxr-xr-x
Editing: UseMakePluginReg.cmake
Close
# MACRO(REGISTER_PLUGIN_FILES _outputfile _registertype ) include(LocatePythonModule) locate_python_module(make-plugin-reg REQUIRED PATHS ${CMAKE_SOURCE_DIR}/tools) ADD_CUSTOM_COMMAND( OUTPUT ${_outputfile} COMMAND ${PYTHON_EXECUTABLE} ${PY_MAKE-PLUGIN-REG} ${CMAKE_CURRENT_SOURCE_DIR} ${_registertype} ${ARGN} DEPENDS ${ARGN} ${PY_MAKE-PLUGIN-REG} ) ENDMACRO(REGISTER_PLUGIN_FILES)