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 7236] BER Error: This field lies beyond the end of the kno

Date: Tue, 8 May 2012 07:48:33 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7236

--- Comment #3 from Anders Broman <anders.broman@xxxxxxxxxxxx> 2012-05-08 07:48:33 PDT ---
If you go to edit->preferences->protocol->ber and tick th eoption
Show inerenal ber...
You can see after 
iPSSPCapabilities: 00
10.. .... = Class: CONTEXT (2)
..0. .... = P/C: Primitive Encoding
...0 0001 = Tag: 1
Length: 8

As there is no tag 1 in the camel specification Wireahrk can't dissect the rest
of the message - should that have been tag 10 ?
InitialDPArg {PARAMETERS-BOUND : bound} ::= SEQUENCE {
    serviceKey                            [0] ServiceKey    ,
    calledPartyNumber                    [2] CalledPartyNumber {bound}         
      OPTIONAL,
    callingPartyNumber                    [3] CallingPartyNumber {bound}       
        OPTIONAL,
    callingPartysCategory                [5] CallingPartysCategory             
      OPTIONAL,
    cGEncountered                        [7] CGEncountered                     
      OPTIONAL,
    iPSSPCapabilities                    [8] IPSSPCapabilities {bound}         
      OPTIONAL,
    locationNumber                        [10] LocationNumber {bound}          
         OPTIONAL,
    originalCalledPartyID                [12] OriginalCalledPartyID {bound}    
       OPTIONAL,
    extensions                            [15] Extensions {bound}              
         OPTIONAL,
    highLayerCompatibility                [23] HighLayerCompatibility          
         OPTIONAL,
    additionalCallingPartyNumber        [25] AdditionalCallingPartyNumber
{bound}    OPTIONAL,
    bearerCapability                    [27] BearerCapability {bound}          
     OPTIONAL,
    eventTypeBCSM                        [28] EventTypeBCSM                    
       OPTIONAL,
    redirectingPartyID                    [29] RedirectingPartyID {bound}      
         OPTIONAL,
    redirectionInformation                [30] RedirectionInformation          
         OPTIONAL,
    cause                                [17] Cause {bound}                    
       OPTIONAL,
    serviceInteractionIndicatorsTwo        [32] ServiceInteractionIndicatorsTwo
       OPTIONAL,
    carrier                                [37] Carrier {bound}                
       OPTIONAL,
    cug-Index                            [45] CUG-Index                        
       OPTIONAL,
    cug-Interlock                        [46] CUG-Interlock                    
       OPTIONAL,
    cug-OutgoingAccess                    [47] NULL                            
       OPTIONAL,
    iMSI                                [50] IMSI                              
     OPTIONAL,
    subscriberState                        [51] SubscriberState                
       OPTIONAL,
    locationInformation                    [52] LocationInformation            
       OPTIONAL,
    ext-basicServiceCode                [53] Ext-BasicServiceCode              
     OPTIONAL,
    callReferenceNumber                    [54] CallReferenceNumber            
       OPTIONAL,
    mscAddress                            [55] ISDN-AddressString              
         OPTIONAL,
    calledPartyBCDNumber                [56] CalledPartyBCDNumber {bound}      
     OPTIONAL,
    timeAndTimezone                        [57] TimeAndTimezone {bound}        
       OPTIONAL,
    callForwardingSS-Pending            [58] NULL                              
     OPTIONAL,
    initialDPArgExtension                [59] InitialDPArgExtension {bound}    
       OPTIONAL,
    ...
    }

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.