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
           
 long 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

timestamp

public long timestamp
Constructor Detail

Ip4.Timestamp.Entry

public Ip4.Timestamp.Entry()