feature for ssl chello frag.

This commit is contained in:
fumingwei
2024-06-06 00:18:21 +08:00
parent 5718d879f3
commit 46839fe9f5
3 changed files with 168 additions and 54 deletions

View File

@@ -7,6 +7,8 @@
#include <tsg/tsg_statistic.h>
#include "tfe_mgr.h"
#include <tsg/tsg_label.h>
#include "tsg/ssl.h"
#include "MESA/stream_inc/stream_rawpkt.h"
#define BURST_MAX 1
#define CALLER_SAPP 0
@@ -151,6 +153,7 @@ struct pme_info{
struct proxy_tcp_option pxy_tcp_option;
int pxy_tcp_option_is_scan;
struct session_attribute_label *session_attribute;
int check_data_packets_num;
};
struct wrapped_packet{
@@ -232,6 +235,7 @@ struct kni_handle{
struct proxy_tcp_option pxy_tcp_option;
int session_attribute_id;
int log_level;
int reassembled_packets_num;
};
struct traceid2pme_search_cb_args{