]> The Tcpdump Group git mirrors - tcpdump/blobdiff - ipproto.c
Fix the pointer tests in the non-ndoified TTEST2() macro as well.
[tcpdump] / ipproto.c
index 7b89afb9c836e067ebab932c466a835471a17a66..644b364277199ceba1c5892feb52d56d9a12c44c 100755 (executable)
--- 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" },