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