The EIGRP protocol can be carried in IPv4 or IPv6. The basic protocol
remains the same. So call the EIGRP dissector for IPv6 packets with
IPPROTO_EIGRP.
rsvp_print(ndo, cp, len);
return;
+ case IPPROTO_EIGRP:
+ eigrp_print(ndo, cp, len);
+ return;
+
case IPPROTO_NONE:
ND_PRINT((ndo, "no next header"));
return;
eigrp2-v EIGRP_goodbye.pcap eigrp2-v.out -v
eigrp3-v EIGRP_subnet_down.pcap eigrp3-v.out -v
eigrp4-v EIGRP_subnet_up.pcap eigrp4-v.out -v
+eigrp5 EIGRP_ipv6.pcap eigrp5.out
# ATA-over-Ethernet tests
aoe_1 AoE_Linux.pcap aoe_1.out
--- /dev/null
+IP6 fe80::ff:fe00:301 > ff02::a: EIGRP Hello, length: 40