]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-zephyr.c
NDOize 8 more small decoders
[tcpdump] / print-zephyr.c
index 7c52e65406589f2c12a86e84a4dc011edf435096..a08ab04ca253df61581223a4be09c0eada14935d 100644 (file)
  * PURPOSE.
  */
 
-#ifndef lint
-static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-zephyr.c,v 1.10 2007-08-09 18:47:27 hannes Exp $";
-#endif
-
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
@@ -70,7 +65,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" },