Skip to content

Commit

Permalink
Merge pull request #609 from networktocode/PROTO_Updates
Browse files Browse the repository at this point in the history
Flatbot PROTOCOL File Updates
  • Loading branch information
jeffkala authored Jan 6, 2025
2 parents eb1606c + c0f2a8f commit 6b6e850
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions netutils/data_files/protocol_mappings.py
Original file line number Diff line number Diff line change
Expand Up @@ -2550,6 +2550,7 @@
"mtport-regist": {"port_number": 2791, "protocols": ["tcp", "udp"]},
"f5-globalsite": {"port_number": 2792, "protocols": ["tcp", "udp"]},
"initlsmsad": {"port_number": 2793, "protocols": ["tcp", "udp"]},
"urp": {"port_number": 2794, "protocols": ["tcp", "udp"]},
"livestats": {"port_number": 2795, "protocols": ["tcp", "udp"]},
"ac-tech": {"port_number": 2796, "protocols": ["tcp", "udp"]},
"esp-encap": {"port_number": 2797, "protocols": ["tcp", "udp"]},
Expand Down Expand Up @@ -4756,6 +4757,7 @@
"fis": {"port_number": 5912, "protocols": ["sctp"]},
"aoc-acars": {"port_number": 5913, "protocols": ["tcp", "udp"]},
"ads-c": {"port_number": 5913, "protocols": ["sctp"]},
"ipsdtls": {"port_number": 5914, "protocols": ["tcp", "udp", "sctp"]},
"indy": {"port_number": 5963, "protocols": ["tcp", "udp"]},
"mppolicy-v5": {"port_number": 5968, "protocols": ["tcp", "udp"]},
"mppolicy-mgr": {"port_number": 5969, "protocols": ["tcp", "udp"]},
Expand Down Expand Up @@ -6125,6 +6127,7 @@
"exoconfig": {"port_number": 26487, "protocols": ["tcp", "udp"]},
"exonet": {"port_number": 26489, "protocols": ["tcp", "udp"]},
"flex-lmadmin": {"port_number": 27010, "protocols": ["tcp"]},
"chlenix": {"port_number": 27016, "protocols": ["tcp"]},
"mongodb": {"port_number": 27017, "protocols": ["tcp"]},
"imagepump": {"port_number": 27345, "protocols": ["tcp", "udp"]},
"jesmsjc": {"port_number": 27442, "protocols": ["tcp", "udp"]},
Expand Down

0 comments on commit 6b6e850

Please sign in to comment.