X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/546558eabd81cfc36a81a4df728fdfea0d83b41a..5ef0bcb5edd748de9d9af13c40da0395dfdd94e8:/print-smtp.c diff --git a/print-smtp.c b/print-smtp.c index a85ea8a9..d14d8f35 100644 --- a/print-smtp.c +++ b/print-smtp.c @@ -29,5 +29,5 @@ 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); }