mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Description fix for icmp type 8 (see #2597)
This commit is contained in:
parent
e9d9204ba7
commit
22b4d1d7bc
6 changed files with 6 additions and 6 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue