net.clackrouter.packets
Class SSHPacket

java.lang.Object
  extended by net.clackrouter.protocol.data.VNSData
      extended by net.clackrouter.packets.VNSPacket
          extended by net.clackrouter.packets.SSHPacket

public class SSHPacket
extends VNSPacket


Field Summary
static int MSG_CODE_NONE
           
static int MSG_CODE_PUBLIC_KEY
           
static int MSG_CODE_SESSION_KEY
           
static int SSH_PORT
           
 
Fields inherited from class net.clackrouter.packets.VNSPacket
m_inputInterfaceName, m_length, m_level2Type, m_local_packet, m_nextHopIPAddr, m_nextHopMacAddr, m_outputInterfaceName, m_packetByteBuffer, mParentHeader
 
Constructor Summary
SSHPacket(java.nio.ByteBuffer buf)
           
 
Method Summary
 
Methods inherited from class net.clackrouter.packets.VNSPacket
addToPath, get16bit, get32bit, getByteBuffer, getInputInterfaceName, getLength, getLevel2Type, getNextHopIPAddress, getNextHopMacAddress, getOutputInterfaceName, getParentHeader, getStringBuffer, isPacket, needsSourceAddress, setByteBuffer, setInputInterfaceName, setLevel2Type, setNeedsSourceAddress, setNextHopIPAddress, setNextHopMacAddress, setOutputInterfaceName, setParentHeader, toString
 
Methods inherited from class net.clackrouter.protocol.data.VNSData
isBanner, isClose, isHWInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SSH_PORT

public static final int SSH_PORT
See Also:
Constant Field Values

MSG_CODE_PUBLIC_KEY

public static final int MSG_CODE_PUBLIC_KEY
See Also:
Constant Field Values

MSG_CODE_SESSION_KEY

public static final int MSG_CODE_SESSION_KEY
See Also:
Constant Field Values

MSG_CODE_NONE

public static final int MSG_CODE_NONE
See Also:
Constant Field Values
Constructor Detail

SSHPacket

public SSHPacket(java.nio.ByteBuffer buf)
          throws java.lang.Exception
Throws:
java.lang.Exception