Skip to content

Commit

Permalink
ja4 - fix compile issue due to forgotten uncommitted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
astibal committed Nov 11, 2024
1 parent beb1994 commit a4305fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ add_executable(smithproxy
src/inspect/dnsinspector.cpp
src/inspect/dns.cpp
src/inspect/kb/kb.hpp
src/inspect/fp/ja4.hpp
src/inspect/fp/ja4.cpp

src/inspect/engine/http.hpp
src/inspect/engine/http.cpp
Expand Down Expand Up @@ -426,6 +426,7 @@ IF (CMAKE_BUILD_TYPE STREQUAL "Debug")
src/inspect/dnsengine.hpp
src/policy/inspectors.cpp
src/inspect/dnsinspector.cpp
src/inspect/fp/ja4.cpp

socle/common/display.cpp
socle/traflog/tests/test_pcapapi.cpp
Expand All @@ -443,6 +444,7 @@ IF (CMAKE_BUILD_TYPE STREQUAL "Debug")

src/inspect/engine.hpp
src/inspect/engine/http.cpp
src/inspect/fp/ja4.cpp
src/inspect/dns.cpp
src/inspect/dnsengine.hpp
src/policy/inspectors.cpp
Expand Down

0 comments on commit a4305fb

Please sign in to comment.