Skip to content

Commit

Permalink
Merge pull request #571 from networktocode/PROTO_Updates
Browse files Browse the repository at this point in the history
Flatbot PROTOCOL File Updates
  • Loading branch information
jeffkala authored Sep 10, 2024
2 parents ceb1693 + 1a7e03a commit 6647af6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions netutils/data_files/protocol_mappings.py
Original file line number Diff line number Diff line change
Expand Up @@ -4863,6 +4863,7 @@
"abb-escp": {"port_number": 6316, "protocols": ["tcp", "udp"]},
"nav-data-cmd": {"port_number": 6317, "protocols": ["tcp"]},
"nav-data": {"port_number": 6317, "protocols": ["udp"]},
"iona-data": {"port_number": 6318, "protocols": ["tcp"]},
"repsvc": {"port_number": 6320, "protocols": ["tcp", "udp"]},
"emp-server1": {"port_number": 6321, "protocols": ["tcp", "udp"]},
"emp-server2": {"port_number": 6322, "protocols": ["tcp", "udp"]},
Expand Down Expand Up @@ -5185,6 +5186,7 @@
"aries-kfinder": {"port_number": 7570, "protocols": ["tcp", "udp"]},
"coherence": {"port_number": 7574, "protocols": ["tcp"]},
"coherence-disc": {"port_number": 7574, "protocols": ["udp"]},
"wtmi-panel": {"port_number": 7575, "protocols": ["tcp"]},
"sun-lm": {"port_number": 7588, "protocols": ["tcp", "udp"]},
"mipi-debug": {"port_number": 7606, "protocols": ["tcp", "udp"]},
"indi": {"port_number": 7624, "protocols": ["tcp", "udp"]},
Expand Down

0 comments on commit 6647af6

Please sign in to comment.