diff options
author | Luca Deri <deri@ntop.org> | 2022-04-01 08:58:53 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2022-04-01 08:58:53 +0200 |
commit | 1e8cdd893cd6c7e9378b54ede7a215b761af4e9b (patch) | |
tree | 5292208e6283ed50f909fdb9d68c5bb806ac6dad /src/lib/inc_generated/ndpi_asn_telegram.c.inc | |
parent | 0ff3e77c428d1ffc1cf13ff18a23835509eb2c20 (diff) |
Moved geneated file to a separate folder
Diffstat (limited to 'src/lib/inc_generated/ndpi_asn_telegram.c.inc')
-rw-r--r-- | src/lib/inc_generated/ndpi_asn_telegram.c.inc | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/src/lib/inc_generated/ndpi_asn_telegram.c.inc b/src/lib/inc_generated/ndpi_asn_telegram.c.inc new file mode 100644 index 000000000..ed375805e --- /dev/null +++ b/src/lib/inc_generated/ndpi_asn_telegram.c.inc @@ -0,0 +1,34 @@ +/* + * + * This file is generated automatically and part of nDPI + * + * nDPI is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * nDPI is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with nDPI. If not, see <http://www.gnu.org/licenses/>. + * + */ + +/* ****************************************************** */ + + +static ndpi_network ndpi_protocol_telegram_protocol_list[] = { + { 0x5B69C000 /* 91.105.192.0/23 */, 23, NDPI_PROTOCOL_TELEGRAM }, + { 0x5B6C0400 /* 91.108.4.0/22 */, 22, NDPI_PROTOCOL_TELEGRAM }, + { 0x5B6C0800 /* 91.108.8.0/21 */, 21, NDPI_PROTOCOL_TELEGRAM }, + { 0x5B6C1000 /* 91.108.16.0/21 */, 21, NDPI_PROTOCOL_TELEGRAM }, + { 0x5B6C3800 /* 91.108.56.0/22 */, 22, NDPI_PROTOCOL_TELEGRAM }, + { 0x5FA14000 /* 95.161.64.0/20 */, 20, NDPI_PROTOCOL_TELEGRAM }, + { 0x959AA000 /* 149.154.160.0/20 */, 20, NDPI_PROTOCOL_TELEGRAM }, + { 0xB94C9700 /* 185.76.151.0/24 */, 24, NDPI_PROTOCOL_TELEGRAM }, + /* End */ + { 0x0, 0, 0 } +}; |