Description fix for icmp type 8 (see #2597)

This commit is contained in:
Alfredo Cardigliano 2019-05-20 19:25:20 +02:00
parent e9d9204ba7
commit 22b4d1d7bc
6 changed files with 6 additions and 6 deletions

View file

@ -2782,7 +2782,7 @@ local _icmp_types = {
{ 5, 1, "icmp_v4_types.type_5_1_redirect_for_host" },
{ 5, 2, "icmp_v4_types.type_5_2_redirect_for_tos_and_network" },
{ 5, 3, "icmp_v4_types.type_5_3_redirect_for_tos_and_host" },
{ 8, 0, "icmp_v4_types.type_8_0_echo_request_x" },
{ 8, 0, "icmp_v4_types.type_8_0_echo_request" },
{ 9, 0, "icmp_v4_types.type_9_0_router_advertisement" },
{ 10, 0, "icmp_v4_types.type_10_0_route_solicitation" },
{ 11, 0, "icmp_v4_types.type_11_0_ttl_equals_0_during_transit" },