We are planning to make a solution on our Telecom system, that would monitor the signalling messages (e.g. RANAP/CC/MM/SMS, BICC, H..248, MAP, ISUP, INAP/CAP, etc.), which belongs to specific transactions and after post-processing those would be checked in Wireshark. The raw monitoring data will be stored in the form as they captured from the system, which means • all the type of signaling data that were involved in the transaction would be in the same monitoring file; • The monitoring will contain the signaling messages on application layer level, thus all of the layer below the application layer shall be dummy layer, meaning that layer 2 – layer 4 headers and data shall be faked. My question related to this are the following:
Thanks ! asked 25 Jan '12, 00:52 BEGINNER |
One Answer:
answered 25 Jan '12, 02:29 Jaap ♦ |
Thank you !
Still I have further questions:
As the encapsulation type is common - and at at least in the GUI it is not optional - that means that still the protocol types in a source file shall be separated by the type of lower layer used. Is it correct ?
And as I see the dummy layers can be added only for IP, but not for SS7 for example. Has Wireshark solution for faking the lower layers in case of SS7 ?
Thanks !