X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/5301862d3094513e509cc95b17a778299b581bd3..3ea7a6988e7a038e1b0604a56c828b929c60d0d5:/print-tftp.c?ds=sidebyside diff --git a/print-tftp.c b/print-tftp.c index a7c8da5f..2808bcc1 100644 --- a/print-tftp.c +++ b/print-tftp.c @@ -21,11 +21,6 @@ * Format and print trivial file transfer protocol packets. */ -#ifndef lint -static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/print-tftp.c,v 1.39 2008-04-11 16:47:38 gianluca Exp $ (LBL)"; -#endif - #ifdef HAVE_CONFIG_H #include "config.h" #endif @@ -160,7 +155,7 @@ tftp_print(register const u_char *bp, u_int length) fn_print(p, snapend); } } - + if (i) goto trunc; break;