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: Sun, 6 Jul 2003 05:29:15 -0500 (CDT)
sahlberg    2003/07/06 05:29:15 CDT

  Modified files:
    .                    packet-h245.c 
  Log:
  Small updates.
  Replace dissect_h245_TransportAddress()  which was the generic decoder for the TransportAddress sequence  with several semi-identical routines that matches the name of the field (instead of the type).
  This makes the presentation easier to read.
  
  e.g.  Present this ip address as mediaChannel  which is the field name instead of as TransportAddress
  
  Revision  Changes    Path
  1.2       +62 -27    ethereal/packet-h245.c