]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ftp.c
Use more the ND_TTEST_1() macro
[tcpdump] / print-ftp.c
index 547904208a03792a42f6784cd15fc7f180c51c66..a1dd60709a20b6e96784239fafea5b8ba66ac2c0 100644 (file)
  * FOR A PARTICULAR PURPOSE.
  */
 
-#ifndef lint
-static const char rcsid[] _U_ =
-    "@(#) $Header$";
-#endif
+/* \summary: File Transfer Protocol (FTP) printer */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <stdio.h>
 #include <stdlib.h>