Uses of Class
net.clackrouter.jpcap.Timeval

Packages that use Timeval
net.clackrouter.jpcap Largely unchanged JPcap classes incorporated into Clack. 
 

Uses of Timeval in net.clackrouter.jpcap
 

Methods in net.clackrouter.jpcap that return Timeval
 Timeval RawPacket.getTimeval()
          Fetch the timeval containing the time the packet arrived on the device where it was captured.
 

Constructors in net.clackrouter.jpcap with parameters of type Timeval
RawPacket(Timeval timeval, byte[] bytes, int droplen)
          Create a new raw packet.