]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-bootp.c
Add missing bounds checking to the DVMRP and PIM print routines.
[tcpdump] / print-bootp.c
index 90282df4aedff1364443cca9ae6d98537fba6de5..c586930478b0cefeb2cfa1aea32eb6041135a082 100644 (file)
  *
  * Format and print bootp packets.
  */
+#ifndef lint
+static const char rcsid[] _U_ =
+    "@(#) $Header: /tcpdump/master/tcpdump/print-bootp.c,v 1.75.2.2 2003-11-16 08:51:13 guy Exp $ (LBL)";
+#endif
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #include "ether.h"
 #include "bootp.h"
 
-#ifndef lint
-static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-bootp.c,v 1.75.2.1 2003-11-15 22:28:42 guy Exp $ (LBL)";
-#endif
 static void rfc1048_print(const u_char *);
 static void cmu_print(const u_char *);