Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal tethereal.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: Tue, 31 Dec 2002 15:18:05 -0600 (CST)
guy         2002/12/31 15:18:05 CST

  Modified files:
    .                    tethereal.c 
  Log:
  Clean up the comments a bit.
  
  Use _WIN32 rather than WIN32 throughout (both of them appear to work - I
  don't know whether one is the "right" one to use and, if one is, which
  one it is - and they're both used in Ethereal, but let's at least be
  consistent within a given file).
  
  Update the capture device open failure message on Windows not to say
  Token Ring devices aren't supported - current versions of WinPcap do
  support it, and the Ethereal message was updated, but the Tethereal one
  wasn't.
  
  Fix up the Tethereal code to match the Ethereal code a bit more, so that
  we go to "error" on Windows if the capture device open fails, and so
  that the code actually compiles on Windows.  Fix up the indentation
  while we're at it.
  
  Revision  Changes    Path
  1.173     +41 -38    ethereal/tethereal.c