Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal file.c file.h

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

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Mon, 8 Mar 2004 17:45:25 -0600 (CST)
guy         2004/03/08 17:45:25 CST

  Modified files:
    .                    file.c file.h 
  Log:
  Don't refer to "auto_scroll_live" if HAVE_LIBPCAP isn't defined - and
  put the definition of it back under HAVE_LIBPCAP and don't add an extra
  declaration in "file.h", as there's no longer code that needs to refer
  to it if HAVE_LIBPCAP isn't defined.
  
  Revision  Changes    Path
  1.370     +3 -1      ethereal/file.c
  1.118     +1 -3      ethereal/file.h