X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/ee68aa36460d7efeca48747f33b7f2adc0900bfb..3c7bcc3d9c6576931809a90f66a49efe06ccfd35:/print-tftp.c?ds=inline diff --git a/print-tftp.c b/print-tftp.c index de9d4ebb..b6f9107e 100644 --- a/print-tftp.c +++ b/print-tftp.c @@ -97,7 +97,7 @@ tftp_print(netdissect_options *ndo, ndo->ndo_protocol = "tftp"; /* Print protocol */ - ND_PRINT("TFTP"); + nd_print_protocol_caps(ndo); /* Print length */ ND_PRINT(", length %u", length);