]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-hsrp.c
Update for coherence between prototypes and definitions
[tcpdump] / print-hsrp.c
index 42ce76030b5dc6b6a849b758a76e37c259d0baa5..b29135f38c8b77dd13e378c96e16987f2fd381ac 100644 (file)
@@ -94,7 +94,7 @@ struct hsrp {
 };
 
 void
-hsrp_print(netdissect_options *ndo, const uint8_t *bp, u_int len)
+hsrp_print(netdissect_options *ndo, const u_char *bp, u_int len)
 {
        const struct hsrp *hp = (const struct hsrp *) bp;
        uint8_t version;