Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/plugins/megaco packet-megaco.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: Wed, 3 Sep 2003 01:48:46 -0500 (CDT)
guy         2003/09/03 01:48:46 CDT

  Modified files:
    plugins/megaco       packet-megaco.c 
  Log:
  From Anders Broman: use a value_string table rather than a switch to
  translate MEGACO error codes to descriptions, and show the media
  descriptor differently.
  
  "tvb_new_subset(tvb,0,tvb_length(tvb),-1)" returns a tvbuff equivalent
  to "tvb"; don't bother calling "tvb_new_subset()".
  
  Revision  Changes    Path
  1.11      +113 -452  ethereal/plugins/megaco/packet-megaco.c