Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DisneyPlus/Hulu ip lists should be auto-generated #1905

Merged
merged 1 commit into from
Mar 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions src/lib/inc_generated/ndpi_asn_disney_plus.c.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
/*
*
* 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_disneyplus_protocol_list[] = {
{ 0x08050500 /* 8.5.5.0/24 */, 24, NDPI_PROTOCOL_DISNEYPLUS },
{ 0x8B686000 /* 139.104.96.0/24 */, 24, NDPI_PROTOCOL_DISNEYPLUS },
{ 0x8B686200 /* 139.104.98.0/24 */, 24, NDPI_PROTOCOL_DISNEYPLUS },
{ 0x8B687000 /* 139.104.112.0/23 */, 23, NDPI_PROTOCOL_DISNEYPLUS },
{ 0x8B687D00 /* 139.104.125.0/24 */, 24, NDPI_PROTOCOL_DISNEYPLUS },
{ 0x8B687F00 /* 139.104.127.0/24 */, 24, NDPI_PROTOCOL_DISNEYPLUS },
{ 0x8B68C000 /* 139.104.192.0/22 */, 22, NDPI_PROTOCOL_DISNEYPLUS },
{ 0x8B68C500 /* 139.104.197.0/24 */, 24, NDPI_PROTOCOL_DISNEYPLUS },
{ 0x8B68C600 /* 139.104.198.0/23 */, 23, NDPI_PROTOCOL_DISNEYPLUS },
{ 0x8B68C800 /* 139.104.200.0/22 */, 22, NDPI_PROTOCOL_DISNEYPLUS },
{ 0x8B68CC00 /* 139.104.204.0/23 */, 23, NDPI_PROTOCOL_DISNEYPLUS },
{ 0x8B68CF00 /* 139.104.207.0/24 */, 24, NDPI_PROTOCOL_DISNEYPLUS },
{ 0x8B68D000 /* 139.104.208.0/22 */, 22, NDPI_PROTOCOL_DISNEYPLUS },
{ 0x8B68D500 /* 139.104.213.0/24 */, 24, NDPI_PROTOCOL_DISNEYPLUS },
{ 0x8B68D600 /* 139.104.214.0/23 */, 23, NDPI_PROTOCOL_DISNEYPLUS },
{ 0x8B68D800 /* 139.104.216.0/21 */, 21, NDPI_PROTOCOL_DISNEYPLUS },
{ 0x9D17E000 /* 157.23.224.0/23 */, 23, NDPI_PROTOCOL_DISNEYPLUS },
{ 0x9D17E800 /* 157.23.232.0/22 */, 22, NDPI_PROTOCOL_DISNEYPLUS },
{ 0x9D17EC00 /* 157.23.236.0/23 */, 23, NDPI_PROTOCOL_DISNEYPLUS },
/* End */
{ 0x0, 0, 0 }
};
31 changes: 31 additions & 0 deletions src/lib/inc_generated/ndpi_asn_hulu.c.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
/*
*
* 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_hulu_protocol_list[] = {
{ 0x081C7C00 /* 8.28.124.0/23 */, 23, NDPI_PROTOCOL_HULU },
{ 0xC73C7400 /* 199.60.116.0/24 */, 24, NDPI_PROTOCOL_HULU },
{ 0xC7C83000 /* 199.200.48.0/24 */, 24, NDPI_PROTOCOL_HULU },
{ 0xC7C83200 /* 199.200.50.0/23 */, 23, NDPI_PROTOCOL_HULU },
{ 0xD05B9C00 /* 208.91.156.0/22 */, 22, NDPI_PROTOCOL_HULU },
/* End */
{ 0x0, 0, 0 }
};
Loading