ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 1554] BER Error while decoding H248 message - 82 01 01 dec

Date: Tue, 24 Apr 2007 09:18:25 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1554


luis.ontanon@xxxxxxxxx changed:

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




------- Comment #3 from luis.ontanon@xxxxxxxxx  2007-04-24 09:18 GMT -------
Our asn description file incorrectly says extraInfo has tag=3m it should be =2.
this causes what should be extraInfo (not to be decoded as such and because
there is nothing with tag=2 in the sequence's definition.

30 17 {
        80 04 { -- propertyName
                00 2f 00 02 }
        a1 0a { -- value
                04 03 { 
                        0a 01 {
                                02 }
                }
                04 03 {
                        0a 01 {
                                03 }
                }
        }
        a2 03 { -- extraInfo
                82 01 { -- sublist
                        01 -- True
                }
        }
}

I'll commit the change when I'm back home.


-- 
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.