]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-smtp.c
CHANGES: Add/move change(s) backported to 4.99
[tcpdump] / print-smtp.c
index d14d8f35f549a49fb623d64febbfe9477e004949..fba7f2371ba5e33422c3162f025bbbe3b5c8b23e 100644 (file)
 
 /* \summary: Simple Mail Transfer Protocol (SMTP) printer */
 
-#ifdef HAVE_CONFIG_H
 #include <config.h>
-#endif
 
 #include "netdissect-stdinc.h"
 
-#include <stdio.h>
-#include <stdlib.h>
-
 #include "netdissect.h"
-#include "extract.h"
 
 void
 smtp_print(netdissect_options *ndo, const u_char *pptr, u_int len)