]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ahcp.c
Use nd_print_protocol_caps() to print the protocol name
[tcpdump] / print-ahcp.c
index 98150a6fbdba281a7f0e3123b0018adcffa70882..7a784bc2a70beabe6730fcc289240794c8e85c2b 100644 (file)
@@ -352,7 +352,7 @@ ahcp_print(netdissect_options *ndo, const u_char *cp, const u_int len)
        uint8_t version;
 
        ndo->ndo_protocol = "ahcp";
-       ND_PRINT("AHCP");
+       nd_print_protocol_caps(ndo);
        if (len < 2)
                goto invalid;
        /* Magic */