Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: [Ethereal-dev] Megaco plug-in bugs ver 0.10.3

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Anders Broman" <a.broman@xxxxxxxxx>
Date: Wed, 21 Apr 2004 22:05:48 +0200

 

:

1. MEGACO protocol dissector doesn't determinate the MEGACO protocol if

exist some spaces before the 'MEGACO'  word or '!' symbol

:

2. TransactionResponseAck

 

line 499:

 

      if ( transaction[20] == 'A'){

 

          should be

 

     if ( transaction[19] == 'A'){

 

     also may be need to correct retrieving of TransactionID...

:

I’ve checked in a change to fix that.

Best regards

Anders