How to import ISUP signaling messages and have it dissected by Wireshark?
35/5000 I have a log file with ISUP data
Example:
ISUP MESSAGE MONITOR RESULT
USER SI CIC SP DEV CALLREF
AT-4 ISUP4 188 2-2062 UPDN3-1852
TIME MSG DIR DATA
13:32:36:3 REL R 85 0C 8F 03 C2 BC 00 0C 02 00
02 8A 9F
I would like to get the translation of the messages, an example:
SCCP DECODED MESSAGE NUMBER : 1
SCCP MESSAGE DIRECTION : RECEIVED
SCCP TIMESTAMP : 13:32:36.300
(MTPL3) ITU-T - MTP Routing Label :
(MTPL3) Total Number of SIF octets/MSU (excl SIO) : 0x000C, 12
(MTPL3) SIF Octets (incl SIO) : 85 0C 8F 03 C2 BC 00 0C
(MTPL3) : 02 00 02 8A 9F
(MTPL3) SIO, Service Information Octet : 10000101, 0x85, 133
(MTPL3) Service Indicator : ....0101, 5, ISDN User Part (ISUP)
(MTPL3) Sub-Service Field (SSF) : 1000...., 8
(MTPL3) Message Priority : ..00...., 0, 0-Lowest, 3-Highest
(MTPL3) NI, Network Indicator : 10......, 2, National Indicator
(MTPL3) DPC, Destination Point Code : 3852
(MTPL3) Destination Signalling Point : 2-3852
(MTPL3) OPC, Origination Point Code : 2062
(MTPL3) Origination Signalling Point : 2-2062
(MTPL3) SLS : 12
(ISUP)
(ISUP) Current ISUP configuration is "Standard ISUP Q.763"
(ISUP)
Tanks!