Ethereal-cvs: [Ethereal-cvs] r11413 - trunk: trunk/pcap-util.c

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

Date: Sun, 18 Jul 2004 14:44:42 -0500 (CDT)
Author: guy
Date: Sun Jul 18 14:44:41 2004
New Revision: 11413

Modified:
   trunk/pcap-util.c
Log:
Just because AF_INET6 is defined, that doesn't mean "struct
sockaddr_in6" is defined - the former, but not the latter, is defined in
FreeBSD 3.4.  Just copy the appropriate number of bytes from the
"sa_data" field of a "struct sockaddr".