Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal tap.c

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

From: Ronnie Sahlberg <sahlberg@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 14 Sep 2002 02:42:53 -0500 (CDT)
sahlberg    2002/09/14 02:42:52 CDT

  Modified files:
    .                    tap.c 
  Log:
  Optimized edt handling as per Guy's suggestion.
  The performance impact on using multiple tap extensions using
  filter strings should be greatly reduced.
  
  Next step would be to rewrite the color filtering in file.c to become
  a tap extension and then the checking of display filters in file.c as well.
  After that the edt/epan_dissect_run() calls can be completely removed from
  file.c
  
  Revision  Changes    Path
  1.3       +16 -9     ethereal/tap.c