CMakeLists.txt (snort3-3.1.28.0) | : | CMakeLists.txt (snort3-3.1.29.0) | ||
---|---|---|---|---|
set(HTTP_INCLUDES | ||||
http_field.h | ||||
http_common.h | ||||
http_inspect_base.h | ||||
http_stream_splitter_base.h | ||||
) | ||||
set (FILE_LIST | set (FILE_LIST | |||
${HTTP_INCLUDES} | ||||
ips_http.cc | ips_http.cc | |||
ips_http.h | ips_http.h | |||
http_buffer_info.h | ||||
http_buffer_info.cc | http_buffer_info.cc | |||
http_buffer_info.h | ||||
http_inspect.cc | http_inspect.cc | |||
http_inspect.h | http_inspect.h | |||
http_msg_section.cc | http_msg_section.cc | |||
http_msg_section.h | http_msg_section.h | |||
http_msg_start.cc | http_msg_start.cc | |||
http_msg_start.h | http_msg_start.h | |||
http_msg_request.cc | http_msg_request.cc | |||
http_msg_request.h | http_msg_request.h | |||
http_msg_status.cc | http_msg_status.cc | |||
http_msg_status.h | http_msg_status.h | |||
skipping to change at line 63 | skipping to change at line 70 | |||
http_test_input.h | http_test_input.h | |||
http_flow_data.cc | http_flow_data.cc | |||
http_flow_data.h | http_flow_data.h | |||
http_context_data.cc | http_context_data.cc | |||
http_context_data.h | http_context_data.h | |||
http_cursor_data.h | http_cursor_data.h | |||
http_transaction.cc | http_transaction.cc | |||
http_transaction.h | http_transaction.h | |||
http_test_manager.cc | http_test_manager.cc | |||
http_test_manager.h | http_test_manager.h | |||
http_enum.h | ||||
http_field.cc | http_field.cc | |||
http_field.h | ||||
http_stream_splitter_finish.cc | http_stream_splitter_finish.cc | |||
http_stream_splitter_reassemble.cc | http_stream_splitter_reassemble.cc | |||
http_stream_splitter_scan.cc | http_stream_splitter_scan.cc | |||
http_stream_splitter.h | http_stream_splitter.h | |||
http_cutter.cc | http_cutter.cc | |||
http_cutter.h | http_cutter.h | |||
http_event.h | http_event.h | |||
http_js_norm.cc | http_js_norm.cc | |||
http_js_norm.h | http_js_norm.h | |||
ips_http_buffer.cc | ips_http_buffer.cc | |||
skipping to change at line 94 | skipping to change at line 99 | |||
ips_http_version.h | ips_http_version.h | |||
) | ) | |||
#if (STATIC_INSPECTORS) | #if (STATIC_INSPECTORS) | |||
add_library(http_inspect OBJECT ${FILE_LIST}) | add_library(http_inspect OBJECT ${FILE_LIST}) | |||
#else(STATIC_INSPECTORS) | #else(STATIC_INSPECTORS) | |||
#add_dynamic_module(http_inspect inspectors ${FILE_LIST}) | #add_dynamic_module(http_inspect inspectors ${FILE_LIST}) | |||
#endif(STATIC_INSPECTORS) | #endif(STATIC_INSPECTORS) | |||
install(FILES ${HTTP_INCLUDES} | ||||
DESTINATION "${INCLUDE_INSTALL_PATH}/service_inspectors/http_inspect" | ||||
) | ||||
add_subdirectory ( test ) | add_subdirectory ( test ) | |||
End of changes. 7 change blocks. | ||||
4 lines changed or deleted | 11 lines changed or added |