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, 30 Jul 2003 01:28:55 -0500 (CDT)
guy         2003/07/30 01:28:55 CDT

  Modified files:
    plugins/megaco       packet-megaco.c 
  Log:
  Crude workaround for a deficiency in the MEGACO parser - it assumes that
  all packets have an "=" in them, which TransactionResponseAcks do not.
  Check some of the "tvb_find_guint8()" replies and give up if they return
  -1.
  
  Revision  Changes    Path
  1.9       +36 -3     ethereal/plugins/megaco/packet-megaco.c