Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Triconex protocol #525

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
merge fixes
  • Loading branch information
glaslos committed Feb 20, 2022
commit 2155b0917b95e14ae7c9579bbc6b2b0bdcadeb0e
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
import conpot.core as conpot_core
from .command_responder import CommandResponder
from conpot.core.protocol_wrapper import conpot_protocol
from conpot.core import attack_session
from conpot.utils.networking import str_to_bytes

logger = logging.getLogger(__name__)
Expand Down
1 change: 1 addition & 0 deletions conpot/protocols/kamstrup_meter/kamstrup_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
from .request_parser import KamstrupRequestParser
from .command_responder import CommandResponder
from conpot.core.protocol_wrapper import conpot_protocol
from conpot.core import attack_session

logger = logging.getLogger(__name__)

Expand Down