Wireshark-dev: Re: [Wireshark-dev] wireshark crashes after adding preferencecodeto my
Hi Martin I am going over the mac_lte_info struct, and wanted to know if you can help me with the msain parameters I see I need to input to decode. Most of the parameters I understand and can fill in the 2 of the top 3 I don’t understand: guint8 radioType; guint8 rntiType; Direction is obvious. What does the “radioType” stand for? I looked for some reference in the standard, but I guess I just don’t know what to look for. What does “rntiType” stands for? Is it referring to SI-RNTI, RA-RNTI and C-RNTI? I am also not sure about the isPredefinedData, reTxcount, dl_retx and oob_event parameters. Is there a capture sample for the LTE that I can see how the dissector works? I do not use catapult-dct-2000. Also the LTE packets I am capturing are not over UDP. My dissector is between PHY and MAC. I get Ethernet packets with type FFFF and dissect them with our proprietary API. I have no problem with my own API, the problem is when I’m getting to the MAC level (to the PHY data level). This is why I want to use the MAC, RLC,PDCP dissectors. I just don’t understand what do those parameters in the struct mean so I could fill them up. Thanks for the help Yosi From: wireshark-dev-bounces@xxxxxxxxxxxxx [mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] On Behalf Of Martin Mathieson Hi Yosi On Thu, Jan 27, 2011 at 3:37 PM, Yosi Saggi <yosis@xxxxxxxxxxxxxxxxxxxxx> wrote: When I call the “mac-lte” dissector I get this message: "Can't dissect LTE MAC frame because no per-frame info was attached!" You need to create a struct of type mac_lte_info (see packet-mac-lte.h), fill in at least some of the details, and attach it to the frame using p_add_proto_data.
|
- Follow-Ups:
- Re: [Wireshark-dev] wireshark crashes after adding preferencecodeto my
- From: Martin Mathieson
- Re: [Wireshark-dev] wireshark crashes after adding preferencecodeto my
- References:
- Re: [Wireshark-dev] wireshark crashes after adding preference codeto my
- From: Yosi Saggi
- Re: [Wireshark-dev] wireshark crashes after adding preference codeto my
- From: Martin Mathieson
- Re: [Wireshark-dev] wireshark crashes after adding preference codeto my
- Prev by Date: [Wireshark-dev] Wireless dissector
- Next by Date: Re: [Wireshark-dev] wireshark crashes after adding preferencecodeto my
- Previous by thread: Re: [Wireshark-dev] wireshark crashes after adding preference codeto my
- Next by thread: Re: [Wireshark-dev] wireshark crashes after adding preferencecodeto my
- Index(es):