+ /*
+ * XXX - the current IANA protocol number assignments
+ * page lists 9 as "any private interior gateway
+ * (used by Cisco for their IGRP)" and 88 as
+ * "EIGRP" from Cisco.
+ *
+ * Recent BSD <netinet/in.h> headers define
+ * IP_PROTO_PIGP as 9 and IP_PROTO_IGRP as 88.
+ * We define IP_PROTO_PIGP as 9 and
+ * IP_PROTO_EIGRP as 88; those names better
+ * match was the current protocol number
+ * assignments say.
+ *
+ * XXX - at least according to the Ethereal
+ * dissectors, Cisco IGRP and Cisco EIGRP are
+ * *not* the same, so it's not clear that both
+ * IPPROTO_PIGP and IPPROTO_EIGRP should be
+ * handed to the same print routine; "igrp_print()"
+ * appears to be for IGRP, not EIGRP.
+ */