Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ssh.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: Thu, 30 Jan 2003 02:11:21 -0600 (CST)
guy         2003/01/30 02:11:21 CST

  Modified files:
    .                    packet-ssh.c 
  Log:
  FT_STRING and FT_STRINGZ have no base, so use BASE_NONE.
  
  The payload isn't a text string, it's an array of bytes; make it
  FT_BYTES, not FT_STRING.
  
  Revision  Changes    Path
  1.5       +19 -19    ethereal/packet-ssh.c