]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ldp.c
IP: Remove an unused and deprecated option number
[tcpdump] / print-ldp.c
index b75b36199d8db84df4bb1d3bb1199fae7ecadb04..355fac9a151f319fff16723d5ecc12acff1d9260 100644 (file)
@@ -554,8 +554,7 @@ ldp_tlv_print(netdissect_options *ndo,
            ND_PRINT(", causing Message ID: 0x%08x", ui);
        ui = GET_BE_U_2(tptr);
        if (ui)
-           ND_PRINT(", Message ID: %s", tok2str(ldp_msg_values, "Unknown", ui));
-
+           ND_PRINT(", Message Type: %s", tok2str(ldp_msg_values, "Unknown", ui));
        break;
 
     case LDP_TLV_FT_SESSION: