]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-tftp.c
add bgp LLGR capability
[tcpdump] / print-tftp.c
index de9d4ebbca89188c021e25c19ae076b1578db92c..b6f9107e7c53c2348691ce71bb1883208915c36c 100644 (file)
@@ -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);