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

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

From: Ed Warnicke <hagbard@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 17 Jul 2001 00:32:44 -0500 (CDT)
hagbard     2001/07/17 00:32:44 CDT

  Modified files:
    .                    file.c print.h tethereal.c 
  Log:
  Added a "Suppress Unmarked" option to the print dialog to
  allow you to suppress the printing of unmarked packets.
  This allows a user to mark the packets they wish to print and
  print ONLY those packets by suppressing all other unmarked packets.
  
  This may seem like a bit of a convoluted way of expressing things,
  as usually the desired behavior would be to print the marked packets.
  However, we do NOT print marked packets that are not displayed under
  the current filter.  To be maximally explicite I've expressed this
  as suppressing unmarked frames.
  
  Revision  Changes    Path
  1.243     +5 -3      ethereal/file.c
  1.23      +6 -1      ethereal/print.h
  1.88      +2 -1      ethereal/tethereal.c