ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] DTAP dissector not getting called from my dissector

From: Stephen Fisher <stephentfisher@xxxxxxxxx>
Date: Wed, 30 May 2007 11:43:37 -0700
On Thu, May 24, 2007 at 11:48:33AM +0530, jaiswal.vikash@xxxxxxxxx wrote:

> When I try to call another dissector ( I'm calling "gsm_a_dtap") , I'm
> not getting any display for the wireshark gui .
> The bytes related to dtap are not at all getting decoded and displayed ,
> but the remaining portion are all displayed well .
>  
> Below is the code snippet I'm using :

>          dtap_handle = find_dissector("gsm_a_dtap");

>  2)call_dissector(dtap_handle, parameter_tvb, pinfo, test_new_tree);

How are you creating parameter_tvb?  What about test_new_tree?  You 
could send the code of the whole dissector if you'd like so we can take 
a look.


Steve