diff options
| author | liuxueli <[email protected]> | 2019-06-17 17:20:48 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2019-06-17 17:20:48 +0800 |
| commit | bf5348317d59ad8a2a665227e98e204313222281 (patch) | |
| tree | 7e03af08f20986c124491e52d41b9b1b20af007c /src/dns_internal.h | |
| parent | 12ec08812da4e2aeb563a6cd20a03643f37df436 (diff) | |
支持标示TCP负载长度字段跨包传输
Diffstat (limited to 'src/dns_internal.h')
| -rw-r--r-- | src/dns_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dns_internal.h b/src/dns_internal.h index 416e76d..0de653f 100644 --- a/src/dns_internal.h +++ b/src/dns_internal.h @@ -110,7 +110,7 @@ typedef struct _save_dns_business_info { void *business_pme; int session_state; - + int skip_len;/* 2 bytes */ }save_dns_business_info_t; typedef struct _pcap_hdr |
