]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-tftp.c
CHANGES: Add changes backported to 4.99
[tcpdump] / print-tftp.c
index e90fb68c1da044e2152572db41bd9f9ce7706e4b..ec64a5c9dfa97b7c99ede676beafe926cb0c44aa 100644 (file)
 
 /* \summary: Trivial File Transfer Protocol (TFTP) printer */
 
-#ifdef HAVE_CONFIG_H
 #include <config.h>
-#endif
 
 #include "netdissect-stdinc.h"
 
-#include <string.h>
-
 #include "netdissect.h"
 #include "extract.h"
 
@@ -197,5 +193,4 @@ tftp_print(netdissect_options *ndo,
        return;
 trunc:
        nd_print_trunc(ndo);
-       return;
 }