X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/ee68aa36460d7efeca48747f33b7f2adc0900bfb..19e63b148b385f238d94e9b159de06c89cfee02e:/print-tftp.c 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);