修正解密流量转发中重建TCP流部分序列号错误的问题。
This commit is contained in:
@@ -153,6 +153,7 @@ struct tfe_stream_addr
|
||||
const char* tfe_stream_conn_dir_to_str(enum tfe_conn_dir dir);
|
||||
void tfe_stream_addr_free(struct tfe_stream_addr *addr);
|
||||
struct tfe_stream_addr * tfe_stream_addr_create_by_fd(int fd, enum tfe_conn_dir dir);
|
||||
struct tfe_stream_addr * tfe_stream_addr_reverse(struct tfe_stream_addr * orin);
|
||||
|
||||
//Follow function's returned pointer should be passed to free to release the allocated storage when it is no longer needed.
|
||||
char* tfe_string_addr_create_by_fd(int fd, enum tfe_conn_dir dir);
|
||||
|
||||
Reference in New Issue
Block a user