Skip to content

Commit

Permalink
reflect postresgql and omron
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Jan 16, 2025
1 parent ebeaf51 commit 840dbf9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "malcolm-test"
version = "0.9.2"
version = "0.9.3"
authors = [
{ name="Seth Grover", email="mero.mero.guero@gmail.com" },
]
Expand Down
2 changes: 2 additions & 0 deletions src/maltest/tests/test_common_protocols.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"pcap/protocols/MySQL.pcap",
"pcap/protocols/OpenVPN.pcap",
"pcap/protocols/OSPF.pcap",
"pcap/protocols/PostgreSQL.pcap",
"pcap/protocols/QUIC.pcap",
"pcap/protocols/RADIUS.pcap",
"pcap/protocols/RFB.pcap",
Expand Down Expand Up @@ -69,6 +70,7 @@
"ocsp",
"ospf",
"pe",
"postgresql",
"radius",
"rdp",
"rfb",
Expand Down
7 changes: 7 additions & 0 deletions src/maltest/tests/test_ot_protocols.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"pcap/protocols/HARTIP.pcap",
"pcap/protocols/Modbus.pcap",
"pcap/protocols/MQTT.pcap",
"pcap/protocols/OmronFINS.pcap",
"pcap/protocols/OPCUA-Binary.pcap",
"pcap/protocols/PROFINET.pcap",
"pcap/protocols/S7comm.pcap",
Expand Down Expand Up @@ -76,6 +77,12 @@
"mqtt_connect",
"mqtt_publish",
"mqtt_subscribe",
"omron_fins",
"omron_fins_data_link_status_read",
"omron_fins_detail",
"omron_fins_error",
"omron_fins_file",
"omron_fins_network_status_read",
"opcua_binary",
"opcua_binary_activate_session",
"opcua_binary_activate_session_locale_id",
Expand Down

0 comments on commit 840dbf9

Please sign in to comment.