Skip to content

Commit d516b0a

Browse files
Flat: latest data (2025-05-01T02:37:58.641Z) (#653)
{ "date": "2025-05-01T02:37:58.641Z", "files": [ { "name": "netutils/data_files/protocol_mappings.py", "deltaBytes": -12, "source": "https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.csv" } ] } Co-authored-by: flat-data <[email protected]>
1 parent b2ce241 commit d516b0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netutils/data_files/protocol_mappings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55

66
PROTOCOLS: Dict[str, Any] = {
77
"tcpmux": {"port_number": 1, "protocols": ["tcp", "udp"]},
8-
"compressnet": {"port_number": 2, "protocols": ["tcp", "udp"]},
9-
"compressnet-secondary": {"port_number": 3, "protocols": ["tcp", "udp"]},
108
"rje": {"port_number": 5, "protocols": ["tcp", "udp"]},
119
"echo": {"port_number": 7, "protocols": ["tcp", "udp"]},
1210
"discard": {"port_number": 9, "protocols": ["tcp", "udp", "sctp", "dccp"]},
@@ -5201,6 +5199,7 @@
52015199
"pmdfmgt": {"port_number": 7633, "protocols": ["tcp", "udp"]},
52025200
"cuseeme": {"port_number": 7648, "protocols": ["tcp", "udp"]},
52035201
"rome": {"port_number": 7663, "protocols": ["tcp", "udp"]},
5202+
"authoritygate": {"port_number": 7668, "protocols": ["tcp"]},
52045203
"imqstomp": {"port_number": 7672, "protocols": ["tcp"]},
52055204
"imqstomps": {"port_number": 7673, "protocols": ["tcp"]},
52065205
"imqtunnels": {"port_number": 7674, "protocols": ["tcp", "udp"]},
@@ -6313,6 +6312,7 @@
63136312
"rs-status": {"port_number": 45002, "protocols": ["tcp"]},
63146313
"synctest": {"port_number": 45045, "protocols": ["tcp"]},
63156314
"invision-ag": {"port_number": 45054, "protocols": ["tcp", "udp"]},
6315+
"witsnet": {"port_number": 45185, "protocols": ["tcp", "udp"]},
63166316
"cloudcheck": {"port_number": 45514, "protocols": ["tcp"]},
63176317
"cloudcheck-ping": {"port_number": 45514, "protocols": ["udp"]},
63186318
"eba": {"port_number": 45678, "protocols": ["tcp", "udp"]},

0 commit comments

Comments
 (0)