X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/de981e6070d168b58ec1bb0713ded77ed4ad87f4..11a7aeda39732ea8a889baf36678d73fc46a1aa1:/print-eigrp.c diff --git a/print-eigrp.c b/print-eigrp.c index aa113415..d6884c26 100644 --- a/print-eigrp.c +++ b/print-eigrp.c @@ -269,7 +269,7 @@ eigrp_print(netdissect_options *ndo, register const u_char *pptr, register u_int EXTRACT_32BITS(&eigrp_com_header->asn), tlen)); - tptr+=sizeof(const struct eigrp_common_header); + tptr+=sizeof(struct eigrp_common_header); while(tlen>0) { /* did we capture enough for fully decoding the object header ? */