1344f3672SGed Murphy #pragma once 2344f3672SGed Murphy 3344f3672SGed Murphy #define IDS_USAGE 100 4344f3672SGed Murphy #define IDS_INVALID_OPTION 101 5344f3672SGed Murphy #define IDS_TRACE_INFO 102 6344f3672SGed Murphy #define IDS_TRACE_COMPLETE 103 7344f3672SGed Murphy #define IDS_UNABLE_RESOLVE 104 8344f3672SGed Murphy #define IDS_GEN_FAILURE 105 9*010c7bfcSStanislav Motylkov #define IDS_TRANSMIT_FAILED 106 10344f3672SGed Murphy 11344f3672SGed Murphy #define IDS_HOP_COUNT 107 12344f3672SGed Murphy #define IDS_HOP_TIME 108 13344f3672SGed Murphy #define IDS_HOP_ZERO 109 14344f3672SGed Murphy #define IDS_TIMEOUT 110 15344f3672SGed Murphy #define IDS_HOP_RES_INFO 111 16344f3672SGed Murphy #define IDS_HOP_IP_INFO 112 17344f3672SGed Murphy #define IDS_REQ_TIMED_OUT 113 18*010c7bfcSStanislav Motylkov #define IDS_LINEBREAK 114 19*010c7bfcSStanislav Motylkov #define IDS_HOP_RESPONSE 115 20*010c7bfcSStanislav Motylkov #define IDS_DEST_HOST_UNREACHABLE 116 21*010c7bfcSStanislav Motylkov #define IDS_DEST_NET_UNREACHABLE 117 22