Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal capture.c tethereal.c

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

Date Prev · Date Next · Thread Prev · Thread Next
From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 1 Nov 2000 01:38:55 -0600 (CST)
guy         2000/11/01 01:38:54 CST

  Modified files:
    .                    capture.c tethereal.c 
  Log:
  Instead of failing if we can't find a netmask for the interface on which
  we're capturing, just use a netmask of 0, and warn the user in Tethereal
  (doing it in Ethereal would be more disruptive, and doing so only once
  per interface in a session is a bit of work, as, in an "Update list of
  packets in real time" capture the child process would have to tell the
  parent that it couldn't get the netmask).
  
  Revision  Changes    Path
  1.131     +11 -4     ethereal/capture.c
  1.53      +9 -4      ethereal/tethereal.c