Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap buffer.h config.h.win32 wtap-int.h w

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

  Modified files:
    wiretap              buffer.h config.h.win32 wtap-int.h wtap.h 
  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.9       +3 -3      ethereal/wiretap/buffer.h
  1.10      +2 -2      ethereal/wiretap/config.h.win32
  1.25      +3 -3      ethereal/wiretap/wtap-int.h
  1.115     +3 -3      ethereal/wiretap/wtap.h