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

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

From: Ronnie Sahlberg <sahlberg@xxxxxxxxxxxxxxxxx>
Date: Wed, 9 Jul 2003 04:45:42 -0500 (CDT)
sahlberg    2003/07/09 04:45:42 CDT

  Modified files:
    .                    packet-h245.c 
  Log:
  fix bug in dissect_per_GeneralString()
  
  use proto_tree_add_item() instead of proto_tree_add_string() since there is nothing that says the string will be null terminated.
  
  Revision  Changes    Path
  1.12      +5 -2      ethereal/packet-h245.c