Uses of Class
net.clackrouter.packets.VNSUnknownICMPCodeException

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

Uses of VNSUnknownICMPCodeException in net.clackrouter.packets
 

Methods in net.clackrouter.packets that throw VNSUnknownICMPCodeException
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)