diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2023-11-17 12:26:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-17 12:26:23 +0100 |
commit | bdb73db1a49d271bfb958eaabcce489013d84f3c (patch) | |
tree | ccc307b0defcda97bacd2620340dc9d645421b08 /src/lib/inc_generated/ndpi_ms_onedrive_match.c.inc | |
parent | 6c9571d9a92b8c71bd7b8a565f062a49bd7d4d49 (diff) |
IP lists: aggregate addresses wherever possible (#2152)
See #2150
Diffstat (limited to 'src/lib/inc_generated/ndpi_ms_onedrive_match.c.inc')
-rw-r--r-- | src/lib/inc_generated/ndpi_ms_onedrive_match.c.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/inc_generated/ndpi_ms_onedrive_match.c.inc b/src/lib/inc_generated/ndpi_ms_onedrive_match.c.inc index da5dd8475..dcab0df15 100644 --- a/src/lib/inc_generated/ndpi_ms_onedrive_match.c.inc +++ b/src/lib/inc_generated/ndpi_ms_onedrive_match.c.inc @@ -21,11 +21,11 @@ static ndpi_network ndpi_protocol_ms_one_drive_protocol_list[] = { - { 0x68928000 /* 104.146.128.0/17 */, 17, NDPI_PROTOCOL_MS_ONE_DRIVE }, { 0x0D6B8800 /* 13.107.136.0/22 */, 22, NDPI_PROTOCOL_MS_ONE_DRIVE }, - { 0x96AB2800 /* 150.171.40.0/22 */, 22, NDPI_PROTOCOL_MS_ONE_DRIVE }, { 0x286C8000 /* 40.108.128.0/17 */, 17, NDPI_PROTOCOL_MS_ONE_DRIVE }, { 0x34680000 /* 52.104.0.0/14 */, 14, NDPI_PROTOCOL_MS_ONE_DRIVE }, + { 0x68928000 /* 104.146.128.0/17 */, 17, NDPI_PROTOCOL_MS_ONE_DRIVE }, + { 0x96AB2800 /* 150.171.40.0/22 */, 22, NDPI_PROTOCOL_MS_ONE_DRIVE }, /* End */ { 0x0, 0, 0 } }; |