On Wed, Mar 23, 2011 at 06:24:31PM +0200, Yosi Saggi wrote:
> tvb_new_composite
> tvb_composite_append
> tvb_composite_finalize
> Why are those functions not in the libwireshark.def file?
Functions are added as they are requested. These 3 were added recently
to the trunk (SVN) sourcew code by Anders on the 14th of this month.
That means that downloads of Wireshark from the automated build area
(http://www.wireshark.org/download/automated/) will include them, but
not future stable versions of Wireshark (1.2.x and 1.4.x) unless they
are specifically merged over.