]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-eigrp.c
NTP: Run one test with -v and another without.
[tcpdump] / print-eigrp.c
index aa113415f93cbb4959dee3852c696335a1515b39..d6884c26d87caf23c256e51e65e8328505c96e77 100644 (file)
@@ -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 ? */