]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-isoclns.c
Update for coherence between prototypes and definitions
[tcpdump] / print-isoclns.c
index bcd8e88499520f8263732f7f87ed8069e7e3bf0d..b0288b267e27a8fb913c4320233785c5955fa1af 100644 (file)
@@ -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");