]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ipnet.c
AHCP: add version 1 decoder
[tcpdump] / print-ipnet.c
index 187f939d3f8c130ceef06bcc62a47767a3669579..e8ed94d52005b531adeedb540771524496bdcda0 100644 (file)
@@ -14,7 +14,7 @@
 
 #ifdef DLT_IPNET
 
-const struct tok ipnet_values[] = {
+static const struct tok ipnet_values[] = {
        { IPH_AF_INET,          "IPv4" },
        { IPH_AF_INET6,         "IPv6" },
        { 0,                    NULL }