X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/32e24ead3b2a171e5f5eff50d7231c2514eda9b4..c1a3d3cc29f335ba614d8c0367d743874ff0b782:/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); }