X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/1c902dcdf37353a7967f69b53fe469e409eb4907..refs/heads/tcpdump-4.1:/ipproto.c diff --git a/ipproto.c b/ipproto.c index 7b89afb9..644b3642 100755 --- a/ipproto.c +++ b/ipproto.c @@ -27,7 +27,7 @@ static const char rcsid[] _U_ = #include "interface.h" #include "ipproto.h" -struct tok ipproto_values[] = { +const struct tok ipproto_values[] = { { IPPROTO_HOPOPTS, "Options" }, { IPPROTO_ICMP, "ICMP" }, { IPPROTO_IGMP, "IGMP" },