|
5 | 5 |
|
6 | 6 | PROTOCOLS: Dict[str, Any] = {
|
7 | 7 | "tcpmux": {"port_number": 1, "protocols": ["tcp", "udp"]},
|
8 |
| - "compressnet": {"port_number": 2, "protocols": ["tcp", "udp"]}, |
9 |
| - "compressnet-secondary": {"port_number": 3, "protocols": ["tcp", "udp"]}, |
10 | 8 | "rje": {"port_number": 5, "protocols": ["tcp", "udp"]},
|
11 | 9 | "echo": {"port_number": 7, "protocols": ["tcp", "udp"]},
|
12 | 10 | "discard": {"port_number": 9, "protocols": ["tcp", "udp", "sctp", "dccp"]},
|
|
5201 | 5199 | "pmdfmgt": {"port_number": 7633, "protocols": ["tcp", "udp"]},
|
5202 | 5200 | "cuseeme": {"port_number": 7648, "protocols": ["tcp", "udp"]},
|
5203 | 5201 | "rome": {"port_number": 7663, "protocols": ["tcp", "udp"]},
|
| 5202 | + "authoritygate": {"port_number": 7668, "protocols": ["tcp"]}, |
5204 | 5203 | "imqstomp": {"port_number": 7672, "protocols": ["tcp"]},
|
5205 | 5204 | "imqstomps": {"port_number": 7673, "protocols": ["tcp"]},
|
5206 | 5205 | "imqtunnels": {"port_number": 7674, "protocols": ["tcp", "udp"]},
|
|
6313 | 6312 | "rs-status": {"port_number": 45002, "protocols": ["tcp"]},
|
6314 | 6313 | "synctest": {"port_number": 45045, "protocols": ["tcp"]},
|
6315 | 6314 | "invision-ag": {"port_number": 45054, "protocols": ["tcp", "udp"]},
|
| 6315 | + "witsnet": {"port_number": 45185, "protocols": ["tcp", "udp"]}, |
6316 | 6316 | "cloudcheck": {"port_number": 45514, "protocols": ["tcp"]},
|
6317 | 6317 | "cloudcheck-ping": {"port_number": 45514, "protocols": ["udp"]},
|
6318 | 6318 | "eba": {"port_number": 45678, "protocols": ["tcp", "udp"]},
|
|
0 commit comments