]> 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 dc9dda85374870809965f314aa55e33e4dfa2a6b..c586930478b0cefeb2cfa1aea32eb6041135a082 100644 (file)
@@ -21,8 +21,8 @@
  * Format and print bootp packets.
  */
 #ifndef lint
-static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-bootp.c,v 1.75 2003-08-01 03:10:11 fenner Exp $ (LBL)";
+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