org.jnetpcap.protocol.network
Class Ip4.Timestamp.Entry

java.lang.Object
  extended by org.jnetpcap.protocol.network.Ip4.Timestamp.Entry
Enclosing class:
Ip4.Timestamp

public static class Ip4.Timestamp.Entry
extends java.lang.Object

Ip4 optional Timestamp header - a timestamp entry.

Author:
Mark Bednarczyk, Sly Technologies, Inc.

Field Summary
 byte[] address
          The address.
 long timestamp
          The timestamp.
 
Constructor Summary
Ip4.Timestamp.Entry()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

address

public byte[] address
The address.


timestamp

public long timestamp
The timestamp.

Constructor Detail

Ip4.Timestamp.Entry

public Ip4.Timestamp.Entry()