码迷,mamicode.com
首页 > 其他好文 > 详细

field字段错位手动更改方法

时间:2017-03-19 13:10:40      阅读:179      评论:0      收藏:0      [点我收藏+]

标签:stun   脚本   sky   mfp   聊天   protoc   lex   tun   field   

update tbprotocolex set field=‘1‘ where name=‘ICMP‘;
update tbprotocolex set field=‘1‘ where name=‘DNS‘;
update tbprotocolex set field=‘2‘ where name=‘HTTP‘;
update tbprotocolex set field=‘2‘ where name=‘HTTP_Proxy‘;
update tbprotocolex set field=‘2‘ where name=‘HTTP_Connect‘;
update tbprotocolex set field=‘2‘ where name=‘QQ‘;
update tbprotocolex set field=‘2‘ where name=‘RTP‘;
update tbprotocolex set field=‘2‘ where name=‘RDP‘;
update tbprotocolex set field=‘2‘ where name=‘VNC‘;
update tbprotocolex set field=‘2‘ where name=‘STUN‘;
update tbprotocolex set field=‘2‘ where name=‘微信视频聊天‘;
update tbprotocolex set field=‘2‘ where name=‘qq视频聊天‘;
update tbprotocolex set field=‘2‘ where name=‘UDP垃圾包‘;
update tbprotocolex set field=‘2‘ where name=‘TCP垃圾包‘;
update tbprotocolex set field=‘2‘ where name=‘UDP下载及视频‘;
update tbprotocolex set field=‘2‘ where name=‘UDP应用交互‘;
update tbprotocolex set field=‘2‘ where name=‘TCP下载及视频‘;
update tbprotocolex set field=‘2‘ where name=‘TCP应用交互‘;
update tbprotocolex set field=‘0‘ where name=‘SSL_No_Cert‘;
update tbprotocolex set field=‘0‘ where name=‘SSL(HTTPS)‘;
update tbprotocolex set field=‘0‘ where name=‘SSH‘;
update tbprotocolex set field=‘0‘ where name=‘Skype‘;
update tbprotocolex set field=‘3‘ where name=‘HTTP 分片下载‘;
update tbprotocolex set field=‘3‘ where name=‘风行视频p2p‘;
update tbprotocolex set field=‘3‘ where name=‘暴风影音‘;
update tbprotocolex set field=‘3‘ where name=‘酷狗音乐p2p‘;
update tbprotocolex set field=‘3‘ where name=‘360急速下载‘;
update tbprotocolex set field=‘3‘ where name=‘RTMFP‘;
update tbprotocolex set field=‘3‘ where name=‘电骡‘;
update tbprotocolex set field=‘3‘ where name=‘迅雷‘;
update tbprotocolex set field=‘3‘ where name=‘电驴‘;

update tbprotocolex set field=‘0‘ where field=‘60‘;

 

然后./reloadrule.py脚本

 

field字段错位手动更改方法

标签:stun   脚本   sky   mfp   聊天   protoc   lex   tun   field   

原文地址:http://www.cnblogs.com/sysk/p/6579642.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!