]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-smtp.c
Revert partially the commit 21b1273
[tcpdump] / print-smtp.c
index a85ea8a9fc4c606ed1a47b8f503cd5f856139212..d14d8f35f549a49fb623d64febbfe9477e004949 100644 (file)
@@ -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);
 }