X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/3824a6c0417a551961d1a1bf4f94f10eff736afc..55ea995e73e351eaf7a480a7b74b3bd75a3f5556:/print-tftp.c?ds=sidebyside diff --git a/print-tftp.c b/print-tftp.c index 31f24e8a..3ab61bc6 100644 --- a/print-tftp.c +++ b/print-tftp.c @@ -21,6 +21,10 @@ * Format and print trivial file transfer protocol packets. */ +#ifndef lint +static const char rcsid[] _U_ = + "@(#) $Header: /tcpdump/master/tcpdump/print-tftp.c,v 1.37 2003-11-16 09:36:40 guy Exp $ (LBL)"; +#endif #ifdef HAVE_CONFIG_H #include "config.h" @@ -40,10 +44,6 @@ #include "addrtoname.h" #include "extract.h" -#ifndef lint -static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/print-tftp.c,v 1.36 2003-11-15 00:39:42 guy Exp $ (LBL)"; -#endif /* op code to string mapping */ static struct tok op2str[] = { { RRQ, "RRQ" }, /* read request */