Uses of Class
net.clackrouter.jpcap.RawPacket

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

Uses of RawPacket in net.clackrouter.jpcap
 

Methods in net.clackrouter.jpcap with parameters of type RawPacket
static void TcpdumpWriter.appendPacket(java.lang.String filename, RawPacket rawPacket, int endian)
          A Tcpdump packet has the following format: seconds [4 bytes] microseconds [4 bytes] captured length [4 bytes] original packet length [4 bytes] packet data [variable length]