isc.sensor
Class TCPSumBean

java.lang.Object
  extended by isc.sensor.PacketSumBean
      extended by isc.sensor.TCPSumBean

public class TCPSumBean
extends PacketSumBean

TCP Session Summary Structure

Author:
John Casey
Project: DNA_sensor - Aug 12, 2005

Field Summary
 boolean hasTCPFIN
          Flag that this Session has seen a TCP FIN
 java.util.Vector tcpFlags
          Vector of packet TCP Flags for this session
 
Fields inherited from class isc.sensor.PacketSumBean
empty, ipsbean, sKey
 
Constructor Summary
TCPSumBean()
          Create a new TCPSumBean
TCPSumBean(TCPBean obj)
          Create a new TCPSumBean from an initial TCPBean
 
Method Summary
 void addPacket(TCPBean obj)
          Add a TCPBean to this summary
 java.lang.String tcpFlagsToString()
          Get a String value of the TCP flag vector
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tcpFlags

public java.util.Vector tcpFlags
Vector of packet TCP Flags for this session


hasTCPFIN

public boolean hasTCPFIN
Flag that this Session has seen a TCP FIN

Constructor Detail

TCPSumBean

public TCPSumBean()
Create a new TCPSumBean


TCPSumBean

public TCPSumBean(TCPBean obj)
Create a new TCPSumBean from an initial TCPBean

Parameters:
obj -
Method Detail

addPacket

public void addPacket(TCPBean obj)
Add a TCPBean to this summary

Parameters:
obj - The TCPBean to add

tcpFlagsToString

public java.lang.String tcpFlagsToString()
Get a String value of the TCP flag vector

Returns:
The String containing all of the TCP Flags