Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal ncp2222.py

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Wed, 4 Jun 2003 23:04:32 -0500 (CDT)
guy         2003/06/04 23:04:32 CDT

  Modified files:
    .                    ncp2222.py 
  Log:
  Get rid of trailing white space.
  
  Fix a spelling error.
  
  Don't use lengths with ASCIIZ strings, as "proto_tree_add_item()" will,
  with a specified length, attempt to fetch the specified number of bytes
  for an FT_STRINGZ string, throwing an exception of there aren't that
  many bytes present.
  
  Revision  Changes    Path
  1.58      +1090 -1087ethereal/ncp2222.py