Commit c08e2d60 authored by Boaz Brickner's avatar Boaz Brickner

Delete IcmpCodeTraceroute.cs

Wave IcmpCodeTraceRoute.cs that replaced it.
parent a527c387
namespace PcapDotNet.Packets.Icmp
{
public enum IcmpCodeTraceroute : byte
{
/// <summary>
/// RFC 1393.
/// </summary>
OutboundPacketSuccessfullyForwarded = 0x00,
/// <summary>
/// RFC 1393.
/// </summary>
NoRouteForOutboundPacketDiscarded = 0x01,
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment