Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan config.h.win32 inet_aton.c inet_ntop.c

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: Sun, 23 Jun 2002 05:32:34 -0500 (CDT)
guy         2002/06/23 05:32:34 CDT

  Modified files:
    epan                 config.h.win32 inet_aton.c inet_ntop.c 
                         inet_pton.c packet.c proto.h strutil.h 
                         to_str.c 
  Log:
  WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3's
  <packet32.h> includes <winsock2.h>; we include that rather than
  <winsock.h>, to avoid errors due to conflicting declarations in
  <winsock.h> and <winsock2.h>.
  
  Revision  Changes    Path
  1.10      +2 -2      ethereal/epan/config.h.win32
  1.2       +2 -2      ethereal/epan/inet_aton.c
  1.3       +3 -3      ethereal/epan/inet_ntop.c
  1.2       +3 -3      ethereal/epan/inet_pton.c
  1.73      +3 -3      ethereal/epan/packet.c
  1.33      +3 -3      ethereal/epan/proto.h
  1.7       +4 -5      ethereal/epan/strutil.h
  1.14      +3 -3      ethereal/epan/to_str.c