Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap config.h.win32 libpcap.c

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

From: Gilbert Ramirez <gram@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 10 Jun 2002 10:45:31 -0500 (CDT)
gram        2002/06/10 10:45:30 CDT

  Modified files:
    wiretap              config.h.win32 libpcap.c 
  Log:
  Add   #define HAVE_PCAP_H  1  to config.h.win32.
  In libpcap.c, move wtap_pcap_encap_to_wtap_encap before libpcap_open
  so that if HAVE_PCAP_H is not true, the file will still compile.
  
  Revision  Changes    Path
  1.9       +2 -1      ethereal/wiretap/config.h.win32
  1.77      +13 -12    ethereal/wiretap/libpcap.c