]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-tftp.c
More UNALIGNED_MEM{CPY,CMP} on IP addresses.
[tcpdump] / print-tftp.c
index a7c8da5f0aeb3f1bbda4ee2afea4a2b0a121c356..2808bcc1fd3db640592d4946d5723e098a532fad 100644 (file)
  * 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;