Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: Re: [Ethereal-dev] sctp changes not portable on win32, getting lot's of errors!!

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

From: Guy Harris <gharris@xxxxxxxxx>
Date: Tue, 07 Sep 2004 02:22:42 -0700
Ulf Lamping wrote:

sctp_stat.c
sctp_stat.h(82) : error C2079: 'src' verwendet undefiniertes struct 'sockaddr_storage' sctp_stat.h(83) : error C2079: 'dst' verwendet undefiniertes struct 'sockaddr_storage'

It would probably be A Very Good Idea not to use OS data structures such as "sockaddr_in", "sockaddr_in6", "sockaddr_storage", etc. for addresses, given that not all OSes have all those data structures. Perhaps we should just use Ethereal's "address" structures instead.