#2710 - Prep for draft PR
This commit is contained in:
@@ -256,7 +256,6 @@ class NetworkInterface(SimComponent, ABC):
|
||||
"""
|
||||
# Determine the direction of the traffic
|
||||
direction = "inbound" if inbound else "outbound"
|
||||
|
||||
# Initialize protocol and port variables
|
||||
protocol = None
|
||||
port = None
|
||||
|
||||
@@ -59,6 +59,7 @@ class SSHConnectionMessage(IntEnum):
|
||||
SSH_LOGOFF_ACK = 89
|
||||
"""Logoff confirmation acknowledgement"""
|
||||
|
||||
|
||||
class SSHPacket(DataPacket):
|
||||
"""Represents an SSHPacket."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user