X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/09e85c97c83e87fd5cb0510b351b9d3fe328de78..787ba23d07a46527cc5da899158d9127b78e4ef8:/print-isoclns.c diff --git a/print-isoclns.c b/print-isoclns.c index bcd8e884..b0288b26 100644 --- a/print-isoclns.c +++ b/print-isoclns.c @@ -677,7 +677,7 @@ struct isis_tlv_lsp { #define ISIS_PSNP_HEADER_SIZE (sizeof(struct isis_psnp_header)) void -isoclns_print(netdissect_options *ndo, const uint8_t *p, u_int length) +isoclns_print(netdissect_options *ndo, const u_char *p, u_int length) { if (!ND_TTEST_1(p)) { /* enough bytes on the wire ? */ ND_PRINT("|OSI");