Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-h225.c packet-per.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: Fri, 24 Oct 2003 05:46:43 -0500 (CDT)
sahlberg    2003/10/24 05:46:43 CDT

  Modified files:
    .                    packet-h225.c packet-per.c 
  Log:
  Fix all the issues Michael Oliveras reported
  
  1, TunnellingProtocol_id is a CHOICE not a SEQUENCE
  2, change some values to be FT_STRING instead of FT_BYTES
  3, update dissect_per_octet_String to always 0 terminate all FT_STRINGs
     (if necessary in a temporary buffer) before passing them on to proto_tree_add_string() since that function did not want to handle FT_STRING or FT_STRINGZ othervise.
  
  Revision  Changes    Path
  1.20      +16 -11    ethereal/packet-h225.c
  1.21      +17 -5     ethereal/packet-per.c