I want to know how i can decode ISUP China messages that were in the data field of TCP packets. for example decode the REL message that was in the data field of TCP. asked 09 Aug '11, 08:56 aMot |
I want to know how i can decode ISUP China messages that were in the data field of TCP packets. for example decode the REL message that was in the data field of TCP. asked 09 Aug '11, 08:56 aMot |
How is the ISUP transported over TCP? Is it, for example, using TALI?
i prepare the SS7 signaling monitor hardware to monitor SS7 link then i send the SS7 Messages to another computer via TCP protocol. finally i want to decode the recived SS7 messages with Wireshark.
So what's the protocol stack in the TCP stream you're sending? You say "SS7 link"; is that all the way down to MTP2, or is it just ISUP-over-TCP, or...?
it is just ISUP (China) over TCP.