From 787ba23d07a46527cc5da899158d9127b78e4ef8 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Le Bail Date: Mon, 12 Feb 2018 13:49:57 +0100 Subject: Update for coherence between prototypes and definitions --- print-hsrp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print-hsrp.c') diff --git a/print-hsrp.c b/print-hsrp.c index 42ce7603..b29135f3 100644 --- a/print-hsrp.c +++ b/print-hsrp.c @@ -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; -- cgit v1.2.1