]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-zephyr.c
Add some additional bounds checking.
[tcpdump] / print-zephyr.c
index a9833785f32d980611b6008fabb28dc428cfd689..89314c9a07ffba4347514e55bf54b12a8ac16bf3 100644 (file)
  * PURPOSE.
  */
 
+#ifndef lint
+static const char rcsid[] _U_ =
+    "@(#) $Header: /tcpdump/master/tcpdump/print-zephyr.c,v 1.8 2003-11-16 09:36:42 guy Exp $";
+#endif
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 
 #include "interface.h"
 
-#ifndef lint
-static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-zephyr.c,v 1.7 2003-11-15 00:39:44 guy Exp $";
-#endif
 struct z_packet {
     char *version;
     int numfields;