diff options
Diffstat (limited to 'print-smtp.c')
| -rw-r--r-- | print-smtp.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |
