diff options
| author | fengweihao <[email protected]> | 2024-08-30 10:25:16 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2024-08-30 10:25:16 +0800 |
| commit | 80eed59202b83935d37a12e1b3fb1dc7414f808f (patch) | |
| tree | 42848fb7f5bf23b01e790a794b21757df29af9f7 /common/test/test_mpack.cpp | |
| parent | 9e2b08ab53f2b62e0e0e33b3bb2b7aebbd1a0229 (diff) | |
TSG-22316 Manipulation支持Device相关策略的扫描与日志发送, TSG-22051 Manipulation日志发送Library相关字段, TSG-22256 Manipulation日志发送Incoming Link ID和Outgoing Link ID等字段
Diffstat (limited to 'common/test/test_mpack.cpp')
| -rw-r--r-- | common/test/test_mpack.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/test/test_mpack.cpp b/common/test/test_mpack.cpp index 6a3aa83..3146d6d 100644 --- a/common/test/test_mpack.cpp +++ b/common/test/test_mpack.cpp @@ -38,7 +38,6 @@ void build_mpack_data(char **data, size_t *size) char src_imei[256] = "25762917001364"; char src_phone_number[256] = "623335886431"; char src_apn[256] = "www.lytest.com"; - uint64_t src_ip_tags_ids[] = {18446744073709551615ULL, 324137, 324129}; uint64_t dst_ip_tags_ids[] = {324119, 18446744073709551615ULL, 324137, 324129}; uint64_t fqdn_tags_ids[] = {324109, 324105, 18446744073709551615ULL, 324137, 324129}; uint8_t ja3_fingerprint[32] = {0}; |
