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

Wireshark-bugs: [Wireshark-bugs] [Bug 2139] unable to decode REL 5 parameter : addLcsInformation

Date Prev · Date Next · Thread Prev · Thread Next
Date: Mon, 31 Dec 2007 15:55:28 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2139





------- Comment #9 from anders.broman@xxxxxxxxxxxx  2007-12-31 15:55 GMT -------
This is the lcsInformation:
00e0                                a5 17 30 15 04 01 b5
00f0    04 01 01 a5 0d 30 0b 02  01 01 80 01 00 81 01 00
0100    a2 00

The first two bytes are:
10.. .... = Class: CONTEXT (2)
..1. .... = P/C: Constructed Encoding
...0 0101 = Tag: 5
Length: 23

Where as I think it should be encoded as:
:
add-lcs-PrivacyExceptionList    [3]     LCS-PrivacyExceptionList  
:
LCS-PrivacyExceptionList ::= SEQUENCE SIZE (1..maxNumOfPrivacyClass) OF
                                LCS-PrivacyClass

maxNumOfPrivacyClass  INTEGER ::= 4

LCS-PrivacyClass ::= SEQUENCE {
        ss-Code         SS-Code,
        ss-Status               Ext-SS-Status,
:
serviceTypeList [5]     ServiceTypeList OPTIONAL

a3 "length" and then LCS-PrivacyExceptionList

The only thing is if REL 5 has another definition?
Regards
Anders


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