X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/546558eabd81cfc36a81a4df728fdfea0d83b41a..dd7d97a439da4d31ba8c9295b308fe7f183ab35e:/print-smtp.c diff --git a/print-smtp.c b/print-smtp.c index a85ea8a9..4acf87c9 100644 --- a/print-smtp.c +++ b/print-smtp.c @@ -19,15 +19,11 @@ #include "netdissect-stdinc.h" -#include -#include - #include "netdissect.h" -#include "extract.h" void smtp_print(netdissect_options *ndo, const u_char *pptr, u_int len) { ndo->ndo_protocol = "smtp"; - txtproto_print(ndo, pptr, len, "smtp", NULL, 0); + txtproto_print(ndo, pptr, len, NULL, 0); }