Uses of Class
net.clackrouter.packets.VNSICMPPacket

Packages that use VNSICMPPacket
net.clackrouter.packets Clack representations of packet data for a variety of core Internet protocols. 
 

Uses of VNSICMPPacket in net.clackrouter.packets
 

Methods in net.clackrouter.packets that return VNSICMPPacket
static VNSICMPPacket VNSICMPPacket.wrapEcho(byte type, int identifier, int seq_num)
           
static VNSICMPPacket VNSICMPPacket.wrapEchoReply(VNSICMPPacket echo_request)
           
static VNSICMPPacket VNSICMPPacket.wrapParamProblem(VNSICMPCode code, IPPacket expired_packet, byte paramProblem)
           
static VNSICMPPacket VNSICMPPacket.wrapTimeExceeded(VNSICMPCode code, IPPacket expired_packet)
           
static VNSICMPPacket VNSICMPPacket.wrapUnreach(VNSICMPCode code, IPPacket bad_port_packet)
           
 

Methods in net.clackrouter.packets with parameters of type VNSICMPPacket
static java.awt.Point VNSICMPPacket.parseEcho(VNSICMPPacket icmp_packet)
           
static VNSICMPPacket VNSICMPPacket.wrapEchoReply(VNSICMPPacket echo_request)