summaryrefslogtreecommitdiff
path: root/print-hsrp.c
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2018-02-12 13:49:57 +0100
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2018-02-12 13:53:37 +0100
commit787ba23d07a46527cc5da899158d9127b78e4ef8 (patch)
treecbe83b2d886f316774caaf7aada54820a844b281 /print-hsrp.c
parent09e85c97c83e87fd5cb0510b351b9d3fe328de78 (diff)
downloadtcpdump-787ba23d07a46527cc5da899158d9127b78e4ef8.tar.gz
Update for coherence between prototypes and definitions
Diffstat (limited to 'print-hsrp.c')
-rw-r--r--print-hsrp.c2
1 files changed, 1 insertions, 1 deletions
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;