Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ftp.c packet-smtp.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: Sat, 13 Jul 2002 19:40:07 -0500 (CDT)
guy         2002/07/13 19:40:07 CDT

  Modified files:
    .                    packet-ftp.c packet-smtp.c 
  Log:
  In FTP, a normal reply line has a 3-digit number at the beginning - a
  line that doesn't is a middle line of a multi-line reply.  Treat only
  lines with a 3-digit number at the beginning as reply lines with a
  response code and response argument.
  
  Provide filterable fields for the SMTP command and parameters, and the
  SMTP reply code and parameters, along the lines of what's done for FTP.
  
  Revision  Changes    Path
  1.45      +67 -28    ethereal/packet-ftp.c
  1.27      +48 -11    ethereal/packet-smtp.c