X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/fe37f0e1adf1dcabbd9010b1ea74b5d42254e71f..b20004a733df0469796a0b07f7cb1617308db19a:/print-zephyr.c diff --git a/print-zephyr.c b/print-zephyr.c index 7c52e654..d8252cca 100644 --- a/print-zephyr.c +++ b/print-zephyr.c @@ -70,7 +70,7 @@ enum z_packet_type { Z_PACKET_STAT }; -static struct tok z_types[] = { +static const struct tok z_types[] = { { Z_PACKET_UNSAFE, "unsafe" }, { Z_PACKET_UNACKED, "unacked" }, { Z_PACKET_ACKED, "acked" },