Skip to content

Commit

Permalink
Flat: latest data (2024-03-01T02:13:34.621Z) (networktocode#472)
Browse files Browse the repository at this point in the history
{
  "date": "2024-03-01T02:13:34.621Z",
  "files": [
    {
      "name": "netutils/data_files/protocol_mappings.py",
      "deltaBytes": -111,
      "source": "https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.csv"
    }
  ]
}

Co-authored-by: flat-data <flat-data@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and flat-data authored Mar 4, 2024
1 parent eba8a55 commit 90ccebf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions netutils/data_files/protocol_mappings.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Dictionary object to store Protocol information."""

# pylint: disable=too-many-lines
from typing import Any, Dict

Expand Down Expand Up @@ -273,7 +274,6 @@
"cloanto-net-1": {"port_number": 356, "protocols": ["tcp", "udp"]},
"bhevent": {"port_number": 357, "protocols": ["tcp", "udp"]},
"shrinkwrap": {"port_number": 358, "protocols": ["tcp", "udp"]},
"nsrmp": {"port_number": 359, "protocols": ["tcp", "udp"]},
"scoi2odialog": {"port_number": 360, "protocols": ["tcp", "udp"]},
"semantix": {"port_number": 361, "protocols": ["tcp", "udp"]},
"srssend": {"port_number": 362, "protocols": ["tcp", "udp"]},
Expand Down Expand Up @@ -4611,6 +4611,7 @@
"amc": {"port_number": 5506, "protocols": ["tcp", "udp"]},
"psl-management": {"port_number": 5507, "protocols": ["tcp"]},
"matter": {"port_number": 5540, "protocols": ["tcp", "udp"]},
"qftest-licserve": {"port_number": 5543, "protocols": ["tcp"]},
"cbus": {"port_number": 5550, "protocols": ["tcp"]},
"sgi-eventmond": {"port_number": 5553, "protocols": ["tcp", "udp"]},
"sgi-esphttp": {"port_number": 5554, "protocols": ["tcp", "udp"]},
Expand Down Expand Up @@ -5314,7 +5315,6 @@
"infi-async": {"port_number": 8067, "protocols": ["tcp"]},
"ucs-isc": {"port_number": 8070, "protocols": ["tcp"]},
"gadugadu": {"port_number": 8074, "protocols": ["tcp", "udp"]},
"mles": {"port_number": 8077, "protocols": ["tcp"]},
"sunproxyadmin": {"port_number": 8081, "protocols": ["tcp", "udp"]},
"us-cli": {"port_number": 8082, "protocols": ["tcp", "udp"]},
"us-srv": {"port_number": 8083, "protocols": ["tcp", "udp"]},
Expand Down Expand Up @@ -5749,7 +5749,6 @@
"axis-wimp-port": {"port_number": 10260, "protocols": ["tcp", "udp"]},
"tile-ml": {"port_number": 10261, "protocols": ["tcp"]},
"blocks": {"port_number": 10288, "protocols": ["tcp", "udp"]},
"cosir": {"port_number": 10321, "protocols": ["tcp"]},
"bngsync": {"port_number": 10439, "protocols": ["udp"]},
"cirrossp": {"port_number": 10443, "protocols": ["tcp"]},
"hip-nat-t": {"port_number": 10500, "protocols": ["udp"]},
Expand Down

0 comments on commit 90ccebf

Please sign in to comment.