fix icmp overflow
This commit is contained in:
parent
85231fd8cd
commit
fd745e8748
@ -54,7 +54,7 @@ static Mux p_mux[] =
|
|||||||
{0}
|
{0}
|
||||||
};
|
};
|
||||||
|
|
||||||
char *icmpmsg[236] =
|
char *icmpmsg[256] =
|
||||||
{
|
{
|
||||||
[EchoRep] "EchoRep",
|
[EchoRep] "EchoRep",
|
||||||
[Unreachable] "Unreachable",
|
[Unreachable] "Unreachable",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user