X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/61f71d2046ced967e1bd998d41c68faf512f75ab..546558eabd81cfc36a81a4df728fdfea0d83b41a:/print-eigrp.c diff --git a/print-eigrp.c b/print-eigrp.c index 022c9355..a9206a87 100644 --- a/print-eigrp.c +++ b/print-eigrp.c @@ -228,6 +228,7 @@ eigrp_print(netdissect_options *ndo, const u_char *pptr, u_int len) const struct eigrp_tlv_at_ext_t *eigrp_tlv_at_ext; } tlv_ptr; + ndo->ndo_protocol = "eigrp"; tptr=pptr; eigrp_com_header = (const struct eigrp_common_header *)pptr; ND_TCHECK_SIZE(eigrp_com_header);