I had problems with this too.
In doc/README.dissector do a search for “desegment_” for the documentation.
As an example see the function set_pinfo_desegment(), the calls to it, and the comments in epan/dissectors/packet-alljoyn.c for my solution. This may not be the
best example but it seems to work.
From: wireshark-dev-bounces@xxxxxxxxxxxxx [mailto:wireshark-dev-bounces@xxxxxxxxxxxxx]
On Behalf Of Raj sekar
Sent: Wednesday, December 03, 2014 2:54 AM
To: wireshark-dev@xxxxxxxxxxxxx
Subject: [Wireshark-dev] Need Your Support on Reassembling of packets
Iam Developing Custom Dissector and i have almost finished and got stuck in Reassemble of packets.
I have been posting question on wireshark website and could not get the solution.
My code is below and do not know whats wrong in this. Reassembly TVB itself not created.
I have also posted questions here