Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ftp.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: Fri, 26 Apr 2002 15:59:43 -0500 (CDT)
guy         2002/04/26 15:59:42 CDT

  Modified files:
    .                    packet-ftp.c 
  Log:
  Use "proto_tree_add_item()" to add strings to the protocol tree; this
  simplifies the code (and makes the name in the protocol tree match the
  name in the dialog box for constructing filter expressions), and also
  fixes a bug where the item for the request command contained the entire
  request, not just the request command.
  
  Revision  Changes    Path
  1.43      +17 -21    ethereal/packet-ftp.c