]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-smtp.c
Revert partially the commit 21b1273
[tcpdump] / print-smtp.c
index f1a2582b2068014e01db3cbe3b8d732fcbb5a519..d14d8f35f549a49fb623d64febbfe9477e004949 100644 (file)
@@ -28,5 +28,6 @@
 void
 smtp_print(netdissect_options *ndo, const u_char *pptr, u_int len)
 {
-       txtproto_print(ndo, pptr, len, "smtp", NULL, 0);
+       ndo->ndo_protocol = "smtp";
+       txtproto_print(ndo, pptr, len, NULL, 0);
 }