Wireshark-bugs: [Wireshark-bugs] [Bug 1681] Version 0.99.6 does not decode TCAP

Date: Thu, 12 Jul 2007 10:36:15 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1681


apertio@xxxxxxxxx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |apertio@xxxxxxxxx
             Status|RESOLVED                    |REOPENED
         Resolution|WORKSFORME                  |




------- Comment #4 from apertio@xxxxxxxxx  2007-07-12 10:36 GMT -------
I've checked the config and still have problems. The decode does recognise the
TCAP application protocol as MAP. However, mine is still skipping over the
map-open in the Dialogue portion of the message.

MAP-DialoguePDU ::= CHOICE {
        map-open                [0] MAP-OpenInfo,
        map-accept      [1] MAP-AcceptInfo,
        map-close               [2] MAP-CloseInfo,
        map-refuse      [3] MAP-RefuseInfo,
        map-userAbort   [4] MAP-UserAbortInfo,
        map-providerAbort       [5] MAP-ProviderAbortInfo}


MAP-OpenInfo ::= SEQUENCE {
        destinationReference    [0] AddressString       OPTIONAL,
        originationReference    [1] AddressString       OPTIONAL,
        ...,
        extensionContainer      ExtensionContainer      OPTIONAL
        -- extensionContainer must not be used in version 2
        }


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