diff options
| author | 杨玉波 <[email protected]> | 2023-11-16 11:03:39 +0000 |
|---|---|---|
| committer | 刘学利 <[email protected]> | 2023-11-16 11:03:39 +0000 |
| commit | 22be0d28b42c9b4b040006e66c5fedd666dfc115 (patch) | |
| tree | 6c2dc7e183819da4436e1579bed5c55ac574d5cf /test/src/gtest_common.cpp | |
| parent | de592d011d394b31ecb97e7a408a295351ecbc75 (diff) | |
proxy控制报文增加字段wscale_set来标识tcp_wsacle是否存在;适配sapp-4.3.31.3f42d68;更新maat版本到libmaat4-4.0.48.2252578v6.0.57TSG-OS-v23.07
Diffstat (limited to 'test/src/gtest_common.cpp')
| -rw-r--r-- | test/src/gtest_common.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/gtest_common.cpp b/test/src/gtest_common.cpp index 6c680f9..045f9e7 100644 --- a/test/src/gtest_common.cpp +++ b/test/src/gtest_common.cpp @@ -130,7 +130,7 @@ const void *get_this_layer_header(const struct streaminfo * pstream) return NULL; } -const void *get_rawpkt_from_streaminfo(const struct streaminfo *pstream) +const void *get_current_rawpkt_from_streaminfo(const struct streaminfo *pstream) { return (void*)1; } |
