|
AXL Software | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
ObjectSnoopRecord
Snoop Packet contents.
| Field Summary | |
int |
cumulativeDrops
32-bit unsigned integer representing the number of packets that were lost by the system that created the packet file between the first packet record in the file and this one. |
int |
includedLength
32-bit unsigned integer representing the length of the Packet Data field. |
int |
microseconds
32-bit unsigned integer representing microsecond resolution of packet arrival time. |
int |
originalLength
32-bit unsigned integer representing the length in octets of the captured packet as received via a network. |
int |
packetRecordLength
32-bit unsigned integer representing the total length of this packet record in octets. |
int |
seconds
32-bit unsigned integer representing the time, in seconds since January 1, 1970, when the packet arrived. |
| Method Summary | |
InetAddress |
getDestinationIP()
Get destination IP address. |
int |
getDestinationPort()
Get destination port. |
DumpPacket |
getDumpPacket()
Get the DumpPacket object. |
int |
getMicroseconds()
Get the microsecond portion of the time the packet was seen. |
byte[] |
getRADIUSPacket()
Return the raw RADIUS packet data. |
int |
getSeconds()
Get the time in seconds the packet was seen. |
InetAddress |
getSourceIP()
Get source IP address. |
int |
getSourcePort()
Get source port. |
long |
getTimeStamp()
Get the current packet's time in microseconds. |
String |
toString()
String representation of a Snoop Record |
| Methods inherited from class Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public int cumulativeDrops
public int includedLength
public int microseconds
public int originalLength
public int packetRecordLength
public int seconds
| Method Detail |
public InetAddress getDestinationIP()
public int getDestinationPort()
public DumpPacket getDumpPacket()
DumpPacket object.
This object can retrieve packet information.
public int getMicroseconds()
getSeconds() to get the seconds portion of the time.
public byte[] getRADIUSPacket()
public int getSeconds()
getMicroseconds() to get additional
time stamp accuracy.
public InetAddress getSourceIP()
public int getSourcePort()
public long getTimeStamp()
public String toString()
|
AXL Software | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||