X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/d4218cd10f5e42b496afb135238cd7f098ff3387..HEAD:/print-ip-demux.c diff --git a/print-ip-demux.c b/print-ip-demux.c index 639310e9..b5282761 100644 --- a/print-ip-demux.c +++ b/print-ip-demux.c @@ -127,12 +127,12 @@ again: * (used by Cisco for their IGRP)" and 88 as * "EIGRP" from Cisco. * - * Recent FreeBSD and DragonFly BSD headers - * define IP_PROTO_IGRP as 9 and IP_PROTO_IGRP as 88. - * We define IP_PROTO_PIGP ("private interior gateway - * protocol") as 9 and IP_PROTO_EIGRP as 88; those names - * better match what the current protocol number - * assignments say. + * Recent FreeBSD, DragonFly BSD, and macOS + * headers define IPPROTO_PIGP as 9 and IPPROTO_IGRP + * as 88. We define IPPROTO_PIGP ("private interior + * gateway protocol") as 9 and IPPROTO_EIGRP as 88; + * those names better match what the current protocol + * number assignments say. */ igrp_print(ndo, bp, length); break;