ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 1206] MEGACO message cannot be decoded correctly for Servi

Date: Tue, 7 Nov 2006 02:58:08 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1206


luis.ontanon@xxxxxxxxx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




------- Comment #5 from luis.ontanon@xxxxxxxxx  2006-11-07 02:58 GMT -------
I can see that:

in 0.99.3 we were using an H.248 v2 where 
      ServiceChangeProfile ::= SEQUENCE 
      { 
         profileName    [0] IMPLICIT IA5String(SIZE (1..67)) 
      } 

while on 0.99.4 that uses H.248 v3 we have:
        ServiceChangeProfile ::= SEQUENCE
        {
                profileName IA5String(SIZE (1..67))

        }

I have to check with other capture files I have what happens if I revert that.


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.