diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2023-10-26 20:15:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-26 20:15:44 +0200 |
commit | 611c3b66f0db3ca113db6fb71534231bb87b4cef (patch) | |
tree | 0dc777ffbf5a52e64b248b99b38620680d2a01d8 /src/lib/inc_generated/ndpi_asn_nvidia.c.inc | |
parent | 1832d247b39e24ac7cc1b8417ca076bd61ae9c6e (diff) |
ipv6: add support for ipv6 addresses lists (#2113)
Diffstat (limited to 'src/lib/inc_generated/ndpi_asn_nvidia.c.inc')
-rw-r--r-- | src/lib/inc_generated/ndpi_asn_nvidia.c.inc | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/lib/inc_generated/ndpi_asn_nvidia.c.inc b/src/lib/inc_generated/ndpi_asn_nvidia.c.inc index 2cd51e5c2..6fb3e8853 100644 --- a/src/lib/inc_generated/ndpi_asn_nvidia.c.inc +++ b/src/lib/inc_generated/ndpi_asn_nvidia.c.inc @@ -46,7 +46,6 @@ static ndpi_network ndpi_protocol_nvidia_protocol_list[] = { { 0x5054A000 /* 80.84.160.0/20 */, 20, NDPI_PROTOCOL_NVIDIA }, { 0x551D0E00 /* 85.29.14.0/24 */, 24, NDPI_PROTOCOL_NVIDIA }, { 0x551D1200 /* 85.29.18.0/24 */, 24, NDPI_PROTOCOL_NVIDIA }, - { 0x59F8ED00 /* 89.248.237.0/24 */, 24, NDPI_PROTOCOL_NVIDIA }, { 0x6706D300 /* 103.6.211.0/24 */, 24, NDPI_PROTOCOL_NVIDIA }, { 0x70D98000 /* 112.217.128.0/24 */, 24, NDPI_PROTOCOL_NVIDIA }, { 0x79C82D00 /* 121.200.45.0/24 */, 24, NDPI_PROTOCOL_NVIDIA }, @@ -54,7 +53,13 @@ static ndpi_network ndpi_protocol_nvidia_protocol_list[] = { { 0xC1F63300 /* 193.246.51.0/24 */, 24, NDPI_PROTOCOL_NVIDIA }, { 0xD8E47000 /* 216.228.112.0/20 */, 20, NDPI_PROTOCOL_NVIDIA }, { 0xD9C7D100 /* 217.199.209.0/24 */, 24, NDPI_PROTOCOL_NVIDIA }, - { 0xD9C7DE00 /* 217.199.222.0/24 */, 24, NDPI_PROTOCOL_NVIDIA }, /* End */ { 0x0, 0, 0 } }; + +static ndpi_network6 ndpi_protocol_nvidia_protocol_list_6[] = { + { "2604:a140:1500::", 47, NDPI_PROTOCOL_NVIDIA }, + { "2604:a140:f000::", 48, NDPI_PROTOCOL_NVIDIA }, + /* End */ + { NULL, 0, 0 } +}; |