Ethereal-dev: Re: [Ethereal-dev] pcap_next_ex patch

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Julian Onions <julian.onions@xxxxxxxxx>
Date: Wed, 25 May 2005 08:09:25 +0100
I'm writing a plugin for ethereal, thats working quite well. However
I'm trying to recombine some packets in the protocol that gtet split
over multiple UDP packets.
Using some other dissectors as examples I'm trying to make use of 
fragment_add_seq_check and process_reassembled_data

However things aren't going well, as at least on windows the 2nd
function isn't exported from the library, so I guess I should be using
something else. What is a better way to reassemble data split across
multiple packets?

Thanks,
Julian.