summaryrefslogtreecommitdiff
path: root/print-tftp.c
diff options
context:
space:
mode:
Diffstat (limited to 'print-tftp.c')
-rw-r--r--print-tftp.c2
1 files changed, 1 insertions, 1 deletions
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);