2012/9/19 pingu kool <gsmandv...@gmail.com>

> hi list, I want to understand the source flow of gsm dissector, I tried to
> search in, but got confused regarding actual flow happening at the time of
> dissection, can anybody help me in this.
> Thanks in advance......
>

Hi,

assuming you are talking about the dissection of DTAP messages (RR, MM, CC,
GMM, SM, ...), the entry point is the gsm_dtap dissector found in
packet-gsm_a_dtap.c file.
Then depending on the Protocol Discriminator, the dissect_dtap function
selects the right ett, hf, and arrays to be used for dissection.

Best regards,
Pascal.
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@wireshark.org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Reply via email to