public class StatisticsPacket
extends java.lang.Object
StatisticsPacket is the implementation of a packet used for statistical purposes.| Modifier and Type | Field and Description |
|---|---|
int |
ACK
TCP flag ACK (if this is a TCP packet).
|
int |
CWR
TCP flag CWR (if this is a TCP packet).
|
java.lang.String |
direction
Direction of the packet.
|
int |
ECN
TCP flag ECN (if this is a TCP packet).
|
int |
FIN
TCP flag FIN (if this is a TCP packet).
|
int |
packet_size
Size of the packet in Bytes.
|
int |
PSH
TCP flag PSH (if this is a TCP packet).
|
long |
relative_timestamp
Relative timestamp of the packet.
|
int |
RST
TCP flag RST (if this is a TCP packet).
|
int |
SYN
TCP flag SYN (if this is a TCP packet).
|
int |
URG
TCP flag URG (if this is a TCP packet).
|
| Constructor and Description |
|---|
StatisticsPacket()
Constructs the object.
|
public java.lang.String direction
public int packet_size
public int SYN
public int ACK
public int PSH
public int FIN
public int RST
public int CWR
public int ECN
public int URG
public long relative_timestamp