diff options
Diffstat (limited to 'qq_file_send.inf')
| -rw-r--r-- | qq_file_send.inf | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/qq_file_send.inf b/qq_file_send.inf new file mode 100644 index 0000000..292d155 --- /dev/null +++ b/qq_file_send.inf @@ -0,0 +1,44 @@ +[PLUGINFO] +PLUGNAME=QQ_FILE_SEND +SO_PATH=./plug/protocol/qq_file_send/qq_file_send.so +INIT_FUNC=qq_file_send_init +DESTROY_FUNC=QQ_FILE_SEND_DESTROY +GETPLUGID_FUNC=GET_PLUGID +FLAGCHANGE_FUNC=FLAG_CHANGE +FLAGSTATE_FUNC=PROT_FUNSTAT + +[TCP] +FUNC_FLAG=ALL +FUNC_NAME=qq_file_send_entry + + +[CAPTURE] +post_header = POST /ftn_handler?bmd5= +locally_save = 1 +save_directory = /home/jiangph + + +[ONLINE_FEATURE] +separator_header = abcd9876000003ef0000 +#separator_header = [171,205,152,118,0,0,3,239,0,0] +header_len = 10 +uuid_deviation = 83 +uuid_suffix = 0014 +#uuid_suffix = [0,20] +uuid_suffix_len = 2 +content_deviation = 161 + + +[OFFLINE_FEATURE] +separator_header = abcd9876000003ef0000 +#separator_header = [171,205,152,118,0,0,3,239,0,0] +header_len = 10 +uuid_deviation = 83 +uuid_suffix = 3f3f +#uuid_suffix = [63,63] +uuid_suffix_len = 2 +content_deviation = 364 + +[NIRVANA] +dest_addr_ip_list=[tcp:192.168.10.90] +dest_addr_port=6230
\ No newline at end of file |
