]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-dccp.c
Use nd_print_protocol_caps() to print the protocol name
[tcpdump] / print-dccp.c
index ae25c00db32fb1046ce97829b62517e482eda9f7..b28db0aebab9a829b1f5ebbed3d3ac9c494aa314 100644 (file)
@@ -327,7 +327,7 @@ dccp_print(netdissect_options *ndo, const u_char *bp, const u_char *data2,
                          ipaddr_string(ndo, ip->ip_dst), dport);
        }
 
-       ND_PRINT("DCCP");
+       nd_print_protocol_caps(ndo);
 
        if (ndo->ndo_qflag) {
                ND_PRINT(" %u", len - hlen);