Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-per.c

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: Sat, 25 Oct 2003 01:49:45 -0500 (CDT)
guy         2003/10/25 01:49:45 CDT

  Modified files:
    .                    packet-per.c 
  Log:
  In restricted character strings, deal with character values that are
  greater than the alphabet length.
  
  Just use "proto_tree_add_item()" if you have a range of bytes, of known
  length, that are to be added as an item - that handles both FT_STRING
  and FT_BYTES, including null-terminating the string value.
  
  Revision  Changes    Path
  1.22      +7 -21     ethereal/packet-per.c