|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectisc.sensor.IPBean
public class IPBean
Processed IP Packet Structure
Field Summary | |
---|---|
java.lang.String |
dstAddr
destination address |
java.lang.Long |
dstAddrBin
binary version of the destination address |
java.lang.Integer |
dstPort
destination port - placed here for optimization |
java.lang.Short |
flags
IP flags |
java.lang.Integer |
fragOffset
IP fragmentation offset |
java.lang.Integer |
ident
IP ident field |
protected static org.apache.log4j.Logger |
log
log4j |
java.lang.String |
packetInterface
The interface name the packet arrived on |
java.lang.Integer |
pktLen
the packet length including headers |
java.lang.String |
protoName
the name of the protocol |
java.lang.Integer |
protoNum
the protocol number |
java.lang.String |
sensorName
sensor name that received this packet |
java.lang.String |
srcAddr
Source Address |
java.lang.Long |
srcAddrBin
binary version of the source address |
java.lang.Integer |
srcPort
Source port - placed here for optimization |
java.sql.Timestamp |
timeStamp
timestamp of the packet |
java.lang.Integer |
ttl
TTL time |
Constructor Summary | |
---|---|
IPBean()
Create a new IPBean |
|
IPBean(IPBean bean)
make a copy of of this IPPacket |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.sql.Timestamp timeStamp
public java.lang.String srcAddr
public java.lang.Integer srcPort
public java.lang.String dstAddr
public java.lang.Integer dstPort
public java.lang.Integer pktLen
public java.lang.String protoName
public java.lang.Integer protoNum
public java.lang.Integer ident
public java.lang.Short flags
public java.lang.Integer fragOffset
public java.lang.Integer ttl
public java.lang.Long srcAddrBin
public java.lang.Long dstAddrBin
public java.lang.String sensorName
public java.lang.String packetInterface
protected static org.apache.log4j.Logger log
Constructor Detail |
---|
public IPBean()
public IPBean(IPBean bean)
bean
- Packet to copy
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |