On Jan 31, 2007, at 12:02 PM, Richard van der Hoff wrote:

> Sorry - I meant that my pdu reassembly needs to work over myriad other
> protocols too (my pdus don't align with UDP pdus).

Then

        1) have a dissector for a single one of your PDUs;

        2) use that dissector with tcp_dissect_pdus() when dissecting your  
protocol over TCP;

        3) write your own reassembly code for other protocols and call your  
single-PDU dissector from that code.
_______________________________________________
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev

Reply via email to