Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal file.c packet-tcp.c packet-udp.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: Sun, 28 Jan 2001 15:17:27 -0600 (CST)
guy         2001/01/28 15:17:27 CST

  Modified files:
    .                    file.c packet-tcp.c packet-udp.c 
  Log:
  Get rid of support for old-style plugins (support for old-style plugins
  requires that the dfilter code be initialized before the plugins are
  added; this required us to *re*-initialize the dfilter code after
  reading in all the plugins, as the plugins may themselves have added new
  filterable fields - that was a bit of a mess), and make the
  "Tools->Plugins" dialog box show the new-style plugins.
  
  Revision  Changes    Path
  1.228     +2 -10     ethereal/file.c
  1.99      +2 -26     ethereal/packet-tcp.c
  1.87      +2 -26     ethereal/packet-udp.c