diff options
author | zhenxian.wang <zhenxian.wang@7x-networks.com> | 2019-06-19 15:58:30 +0800 |
---|---|---|
committer | zhenxian.wang <zhenxian.wang@7x-networks.com> | 2019-06-19 15:58:30 +0800 |
commit | 1e616b227b99edbb807dff1dd3bf97d61a48f293 (patch) | |
tree | fe15955f2f942fa83434b1427141dbaf77f8dbf7 /src/lib/protocols/qq.c | |
parent | 1891f687b6401041ca37ba8c16e13d28d1869fad (diff) |
new QQ version:0x3823
Diffstat (limited to 'src/lib/protocols/qq.c')
-rw-r--r-- | src/lib/protocols/qq.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/protocols/qq.c b/src/lib/protocols/qq.c index df88f3f16..8c6805572 100644 --- a/src/lib/protocols/qq.c +++ b/src/lib/protocols/qq.c @@ -244,9 +244,9 @@ static void ndpi_search_qq_udp(struct ndpi_detection_module_struct *ndpi_struct, { struct ndpi_packet_struct *packet = &flow->packet; - static const u_int16_t p8000_patt_02[14] = // maybe version numbers - { 0x1549, 0x1801, 0x180d, 0x0961, 0x01501, 0x0e35, 0x113f, 0x0b37, 0x1131, 0x163a, 0x1e0d, 0x3619, 0x371b,}; - u_int16_t no_of_patterns = 13, index = 0; + static const u_int16_t p8000_patt_02[15] = // maybe version numbers + { 0x1549, 0x1801, 0x180d, 0x0961, 0x01501, 0x0e35, 0x113f, 0x0b37, 0x1131, 0x163a, 0x1e0d, 0x3619, 0x371b, 0x3823,}; + u_int16_t no_of_patterns = 14, index = 0; NDPI_LOG_DBG(ndpi_struct, "search qq udp\n"); |