Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan inet_ntop.c inet_pton.c resolv.c to_str

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 28 Oct 2002 18:28:12 -0600 (CST)
guy         2002/10/28 18:28:11 CST

  Modified files:
    epan                 inet_ntop.c inet_pton.c resolv.c to_str.c 
  Log:
  Note why we're including <sys/socket.h> and <winsock2.h> in places where
  we're including them to get AF_ values.
  
  Shuffle the order of those includes in "inet_pton.c" to match the order
  in "inet_ntop.c".
  
  Include <winsock2.h> in "resolv.c" and "to_str.c" so that we get AF_
  values from it - including AF_INET6 - if they exist, as we want to have
  everybody who uses AF_INET6 get the same value.
  
  Revision  Changes    Path
  1.7       +3 -3      ethereal/epan/inet_ntop.c
  1.5       +6 -6      ethereal/epan/inet_pton.c
  1.28      +6 -2      ethereal/epan/resolv.c
  1.18      +6 -2      ethereal/epan/to_str.c