This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

[closed] Help with wireshark dissectors

0

I am developing a project in C# that decodes hex message using the protocols for LTE, GSM and WCDMA. I am able to dissect LTE messages but I need to put the dissector manually everytime. I've seen in one of the questions here that we can identify which dissector to use in LTE messages based on the link direction and channel type. I would like to know how I can do the same thing which GSM and WCDMA, how I can identify which dissector to use in GSM and WCDMA programmatically.

Thanks in advance.

asked 23 Oct '14, 10:18

lsilva's gravatar image

lsilva
11335
accept rate: 0%

closed 23 Oct '14, 10:58

grahamb's gravatar image

grahamb ♦
19.8k330206

The question has been closed for the following reason “Duplicate Question” by grahamb 23 Oct ‘14, 10:58


One Answer:

0

Please check the reply I gave to the exact same question you already asked.

answered 23 Oct '14, 10:34

Pascal%20Quantin's gravatar image

Pascal Quantin
5.5k1060
accept rate: 30%