diff options
Diffstat (limited to 'epan/services-data.c')
-rw-r--r-- | epan/services-data.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/epan/services-data.c b/epan/services-data.c index ac0770e0..2ba6b043 100644 --- a/epan/services-data.c +++ b/epan/services-data.c @@ -1449,7 +1449,7 @@ static ws_services_entry_t global_tcp_udp_services_table[] = { { 1812, "radius", "RADIUS" }, { 1813, "radius-acct", "RADIUS Accounting" }, { 1814, "tdp-suite", "TDP Suite" }, - { 1815, "mmpft", "MMPFT" }, + { 1815, "mmpft", "Manufacturing messaging protocol for factory transmission" }, { 1816, "harp", "HARP" }, { 1817, "rkb-oscs", "RKB-OSCS" }, { 1818, "etftp", "Enhanced Trivial File Transfer Protocol" }, @@ -5588,6 +5588,7 @@ static ws_services_entry_t global_tcp_services_table[] = { { 6267, "gld", "GridLAB-D User Interface" }, { 6315, "scup", "Sensor Control Unit Protocol" }, { 6317, "nav-data-cmd", "Navtech Radar Sensor Data Command" }, + { 6318, "iona-data", "IONA Measurement and control data" }, { 6324, "hrd-ncs", "HR Device Network Configuration Service" }, { 6325, "dt-mgmtsvc", "Double-Take Management Service" }, { 6326, "dt-vra", "Double-Take Virtual Recovery Assistant" }, @@ -5988,8 +5989,8 @@ static ws_services_entry_t global_udp_services_table[] = { { 775, "acmaint-transd", "" }, { 861, "owamp-test", "OWAMP-Test" }, { 862, "twamp-test", "TWAMP-Test Receiver Port" }, - { 914, "rift-lies", "Routing in Fat Trees Link Information Elements (TEMPORARY - registered 2023-02-17, extension registered 2024-01-12, expires 2025-02-17)" }, - { 915, "rift-ties", "Routing in Fat Trees Topology Information Elements (TEMPORARY - registered 2023-02-17, extension registered 2024-01-12, expires 2025-02-17)" }, + { 914, "rift-lies", "Routing in Fat Trees Link Information Element" }, + { 915, "rift-ties", "Routing in Fat Trees Topology Information Element" }, { 998, "puparp", "" }, { 999, "applix", "Applix ac" }, { 1027, "6a44", "IPv6 Behind NAT44 CPEs" }, |