Ethereal-dev: Re: [Ethereal-dev] New dissector : MRDISC

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxx>
Date: Wed, 27 Jun 2001 13:12:47 -0700 (PDT)
> 	Why not use INADDR_ALLRTRS_GROUP?

Because it's not present in <netinet/in.h> on all of the platforms on
which Ethereal runs?  For example:

	{machine}$ uname -sr
	HP-UX B.11.00
	{machine}$ egrep INADDR_ALLRTRS_GROUP /usr/include/*/*.h
	{machine}$

	{machine2}$ uname -sr
	OSF1 V4.0
	{machine2}$ egrep INADDR_ALLRTRS_GROUP /usr/include/*/*.h
	{machine2}$