I am trying to decode SCTP frames that contain CAPv2 (Camel) operations however decoding stops at SCCP level. SCCP addresses contain: - Address Indicator H'0989 - Route on GT - GT indicator: Translation Type only - SSN not present - Point Code present - Point Code - Global Title - Translation Type - Address information (digits) The Addresses on SCCP do not contain SSN, instead routing is performed solely on global title containing Translation Type and Address Information. Is there a setting I can use to decode these messages on TCAP level including the Camel decoding? asked 06 May '11, 00:58 acve |
One Answer:
In current trunk (and 1.5.1) the SCCP dissector has a preference for a "default payload" (it was added by https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3301 ). You'd need to set that to "tcap" to decode messages with no SSN in it as TCAP. [Update] Don't forget to drop by and Accept this answer if it answered your question. answered 06 May '11, 06:32 JeffMorriss ♦ edited 09 Mar '12, 07:03 |
Great, this worked for me. Thanks for the help