合并头文件,删除无用头文件

This commit is contained in:
liuxueli
2019-11-18 13:25:38 +08:00
parent 382ca0a793
commit 88d9368cee
6 changed files with 81 additions and 9 deletions

View File

@@ -9,6 +9,25 @@ extern "C"
{
#endif
typedef enum _tsg_protocol
{
PROTO_UNKONWN=0,
PROTO_IPv4=1,
PROTO_IPv6,
PROTO_TCP,
PROTO_UDP,
PROTO_HTTP,
PROTO_MAIL,
PROTO_DNS,
PROTO_FTP,
PROTO_SSL,
PROTO_SIP,
PROTO_BGP,
PROTO_STREAMING_MEDIA,
PROTO_MAX
}tsg_protocol_t;
#define MAX_DOAMIN_LEN 2048
struct _identify_info