Skip to content

Commit 18112d8

Browse files
authored
jax_fingerprint: ja4_common -> common (#13085)
The jax_fingerprint common directory, over time, will be helpful for more than just sharing between ja4 methods. Changing it to a more generic name.
1 parent 1541fb2 commit 18112d8

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/experimental/jax_fingerprint/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ add_atsplugin(
3131
ja4h/method.cc
3232
ja4h/ja4h.cc
3333
ja4h/datasource.cc
34-
ja4_common/utils.cc
34+
common/utils.cc
3535
)
3636
target_link_libraries(jax_fingerprint PRIVATE OpenSSL::Crypto OpenSSL::SSL)
3737
target_include_directories(jax_fingerprint BEFORE PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
@@ -49,7 +49,7 @@ if(BUILD_TESTING)
4949
ja4h/test.cc
5050
ja4h/ja4h.cc
5151
ja4h/datasource.cc
52-
ja4_common/utils.cc
52+
common/utils.cc
5353
)
5454
target_link_libraries(test_jax PRIVATE Catch2::Catch2WithMain OpenSSL::Crypto OpenSSL::SSL)
5555
target_include_directories(test_jax BEFORE PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})

plugins/experimental/jax_fingerprint/ja4_common/utils.cc renamed to plugins/experimental/jax_fingerprint/common/utils.cc

File renamed without changes.
File renamed without changes.

plugins/experimental/jax_fingerprint/ja4/ja4.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*/
2323

2424
#include "ja4.h"
25-
#include <ja4_common/utils.h>
25+
#include <common/utils.h>
2626

2727
#include <openssl/sha.h>
2828

plugins/experimental/jax_fingerprint/ja4h/method.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
#include <plugin.h>
2525
#include <context.h>
26-
#include <ja4_common/utils.h>
26+
#include <common/utils.h>
2727
#include "method.h"
2828
#include "ja4h.h"
2929
#include "datasource.h"

0 commit comments

Comments
 (0)