Ethereal-dev: Re: [Ethereal-dev] Re: Subject: [Ethereal-users] Undefined struct 'sockaddr_stor

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

From: Ulf Lamping <ulf.lamping@xxxxxx>
Date: Wed, 10 Aug 2005 21:23:25 +0200
Loris Degioanni wrote:

Ulf,
as I told you, if the problem is only sockaddr_storage, an alternative is checking for its presence and, if not available, using a local copy of the definition. It's not very clean, but it should work. And I could probably put it in WinPcap too.

Yes, we could do that.

BTW: putting this definition into Wpdpack would be a good idea but won't help now as the next WinPcap release might be far away ;-)

Unfortunately, this might break again with the next Wpdpack release as other similar problems may arise :-(

On the other hand, having another option to choose from is also not a nice thing to have.

So now I'm not sure about how to handle this ...

Regards, ULFL