Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal asn1.c config.h.win32 editcap.c in_cksum.c m

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

  Modified files:
    .                    asn1.c config.h.win32 editcap.c 
                         in_cksum.c mergecap.c text2pcap.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.15      +3 -3      ethereal/asn1.c
  1.35      +2 -2      ethereal/config.h.win32
  1.23      +3 -3      ethereal/editcap.c
  1.5       +3 -3      ethereal/in_cksum.c
  1.9       +3 -3      ethereal/mergecap.c
  1.17      +3 -3      ethereal/text2pcap.c