summaryrefslogtreecommitdiff
path: root/src/tsg_entry.cpp
diff options
context:
space:
mode:
authorliuxueli <[email protected]>2023-06-29 18:09:32 +0800
committerliuxueli <[email protected]>2023-07-04 10:37:49 +0800
commitdd82ba3f1c52f8ea5d4f263a4ccf9b253878d702 (patch)
tree474afafede1a69a797ca6a332d54a399df47f63c /src/tsg_entry.cpp
parent060407d1cb6d348e6169db647a549ca51224c82c (diff)
适配SSL解析层头文件变化
Diffstat (limited to 'src/tsg_entry.cpp')
-rw-r--r--src/tsg_entry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tsg_entry.cpp b/src/tsg_entry.cpp
index b6a0930..372082c 100644
--- a/src/tsg_entry.cpp
+++ b/src/tsg_entry.cpp
@@ -2011,7 +2011,7 @@ size_t session_pending_state_deal(const struct streaminfo *a_stream, struct sess
if(srt_process_context->proto==PROTO_SSL)
{
- struct _ssl_ja3_info_t *ja3_info=ssl_get_ja3_fingerprint((struct streaminfo *)a_stream, (unsigned char *)a_stream->ptcpdetail->pdata, (unsigned int)a_stream->ptcpdetail->datalen, a_stream->threadnum);
+ struct ssl_ja3_info *ja3_info=ssl_get_ja3_fingerprint((struct streaminfo *)a_stream, (unsigned char *)a_stream->ptcpdetail->pdata, (unsigned int)a_stream->ptcpdetail->datalen, a_stream->threadnum);
if(ja3_info!=NULL)
{
if(ja3_info->fp!=NULL && ja3_info->fp_len>0)