diff options
| author | yw <[email protected]> | 2018-09-14 15:57:13 +0800 |
|---|---|---|
| committer | yw <[email protected]> | 2018-09-14 15:57:32 +0800 |
| commit | b845ce79b89f9e6ed23176cf504d29c165dc9939 (patch) | |
| tree | 550b42f3d3111c8cb0d6b577b8dd4841b1c514d0 /src/ntc_ip_comm.h | |
| parent | 6c2c1a87f4336b0155a6df71817f5b21cbdf2f7e (diff) | |
UPDATE dpkt_lable_t in identify_v2.h
Diffstat (limited to 'src/ntc_ip_comm.h')
| -rw-r--r-- | src/ntc_ip_comm.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ntc_ip_comm.h b/src/ntc_ip_comm.h index 40b70e7..711b32f 100644 --- a/src/ntc_ip_comm.h +++ b/src/ntc_ip_comm.h @@ -8,6 +8,7 @@ extern "C" #endif #include "stream.h" +#include "soq/identify_v2.h" typedef struct ntc_ip_comm_global_item { @@ -57,7 +58,7 @@ extern "C" FALSE = 0 } BOOL; - +/* typedef struct _dpkt_lable_t { unsigned char trans_proto; @@ -71,6 +72,9 @@ extern "C" unsigned int dpkt_web_type; unsigned int dpkt_behavior_type; }dpkt_lable_t; +*/ + +typedef stDntyProInfoV2 dpkt_lable_t; typedef struct _comm_context_t { |
