Hi, 

I'm trying to decode a message in tcp segment and display it under new tab with 
"decoded PDU". In my call back dissector, i'm doing following

tvbuff_t* d_tvb = tvb_new_real_data(dchunks, total_len,
                                               tvb_length_remaining(tvb, 
offset));
      tvb_set_child_real_data_tvbuff(tvb, d_tvb);
      add_new_data_source(pinfo, d_tvb, "decoded PDU");
      tvb = d_tvb;

<follows dissector code>

in my wireshark display window, HEX display window, i'm not seeing any tab with 
"decoded PDU". Any help is appreciated.

Thanks,
Best Regards,
Sri




_________________________________________________________________
Get your vacation photos on your phone!
http://windowsliveformobile.com/en-us/photos/default.aspx?&OCID=0809TL-HM
___________________________________________________________________________
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