OpenAppFilter: sync with upstream source
This commit is contained in:
parent
ccfcb2d090
commit
c2ae736174
@ -835,6 +835,7 @@ static u_int32_t app_filter_hook(unsigned int hook,
|
||||
}
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
// 3.12.74-->3.13-rc1
|
||||
#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,13,0)
|
||||
struct nf_conn_acct *acct;
|
||||
@ -858,7 +859,7 @@ static u_int32_t app_filter_hook(unsigned int hook,
|
||||
if(total_packets > MAX_PARSE_PKT_NUM){
|
||||
return NF_ACCEPT;
|
||||
}
|
||||
|
||||
#endif
|
||||
memset((char *)&flow, 0x0, sizeof(flow_info_t));
|
||||
if(parse_flow_base(skb, &flow) < 0)
|
||||
return NF_ACCEPT;
|
||||
|
||||
@ -20,6 +20,7 @@
|
||||
2011 狂野飙车:[tcp;;;asphalt9;;]
|
||||
2012 率土之滨:[tcp;;10001;;;00:00|01:00,tcp;;8001;;;00:00|01:00]
|
||||
2013 一刀传世:[tcp;;8040;;;00:47|01:45]
|
||||
2014 第五人格:[tcp;;4010;;;,tcp;;4010;;;,tcp;;4020;;;,tcp;;4030;;;,tcp;;4040;;;,tcp;;4050;;;,tcp;;4060;;;,tcp;;4070;;;,tcp;;4080;;;,tcp;;4090;;;]
|
||||
|
||||
#class video
|
||||
3001 抖音短视频:[tcp;;80;-dy-;;,tcp;;;-dy.;;]
|
||||
@ -34,8 +35,7 @@
|
||||
3011 花椒直播:[tcp;;;huajiao;;]
|
||||
3012 映客直播:[tcp;;;;.inke.cn;]
|
||||
3013 YY:[udp;;;;;02:00|03:00|04:08,udp;;;;;00:4f|01:00|02:00]
|
||||
3014 妩媚直播:[tcp;;;guojiang.tv;;]
|
||||
3015 菠萝直播:[tcp;;;;;00:03|01:00|02:00|03:00]
|
||||
3014 哔哩哔哩:[tcp;;;bilivideo;;,tcp;;480;;upgcxcode;]
|
||||
3016 芒果tv:[tcp;;443;mgtv;;,tcp;;80;mgtv;;,tcp;;443;hitv;;]
|
||||
3017 西瓜视频:[tcp;;;xg.ixigua;;,tcp;;443;snsdk;;,tcp;;;xg-p.ixigua;;]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user