X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/fb2479d733dbe8a991d11909b319341f7db62ab1..ff2bbd6ffe2ba25884e36f2bcc97fb156cf280e6:/print-isoclns.c diff --git a/print-isoclns.c b/print-isoclns.c index af2b1041..5b1f9a4e 100644 --- a/print-isoclns.c +++ b/print-isoclns.c @@ -2889,7 +2889,7 @@ isis_print(netdissect_options *ndo, tmp--; } if(tmp>sizeof(tlv_ptp_adj->extd_local_circuit_id)) { - ND_TCHECK(tlv_ptp_adj->extd_local_circuit_id); + ND_TCHECK_4(tlv_ptp_adj->extd_local_circuit_id); ND_PRINT("\n\t Extended Local circuit-ID: 0x%08x", EXTRACT_BE_U_4(tlv_ptp_adj->extd_local_circuit_id)); tmp-=sizeof(tlv_ptp_adj->extd_local_circuit_id); @@ -2901,7 +2901,7 @@ isis_print(netdissect_options *ndo, tmp-=SYSTEM_ID_LEN; } if(tmp>=sizeof(tlv_ptp_adj->neighbor_extd_local_circuit_id)) { - ND_TCHECK(tlv_ptp_adj->neighbor_extd_local_circuit_id); + ND_TCHECK_4(tlv_ptp_adj->neighbor_extd_local_circuit_id); ND_PRINT("\n\t Neighbor Extended Local circuit-ID: 0x%08x", EXTRACT_BE_U_4(tlv_ptp_adj->neighbor_extd_local_circuit_id)); }