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: Mon, 7 Jul 2003 05:23:00 -0500 (CDT)
sahlberg    2003/07/07 05:23:00 CDT

  Modified files:
    .                    packet-h245.c 
  Log:
  Attempt to decode GeneralString.
  RFC2833 is a bit "unclear" but I guess this type is encoded
  as first a length-determinant followed by the actual ascii data.
  
  I belive the length-determinant is byte aligned in aligned-per so the entire
  field is so.
  
  at best, this is pure guesswork  but it does decode the single capture i do have containing GeneralString types properly.
  
  Anyone interested are welcome to purchase and provide
  proper h323 standard docs from itu-t and snail-mail them to me.
  A random asn file from www.packetyzer.com together with the X.691 pdf file is
  "difficult".
  
  Revision  Changes    Path
  1.4       +26 -4     ethereal/packet-h245.c