Wireshark-bugs: [Wireshark-bugs] [Bug 2219] New: tvb_free not exported from libwireshark.dll
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2219
Summary: tvb_free not exported from libwireshark.dll
Product: Wireshark
Version: 0.99.7
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: Normal
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: crwulff@xxxxxxxxxxxxxxxx
Build Information:
Version 0.99.7 (SVN Rev 23910)
Copyright 1998-2007 Gerald Combs <gerald@xxxxxxxxxxxxx> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiled with GTK+ 2.12.1, with GLib 2.14.3, with WinPcap (version unknown),
with libz 1.2.3, with libpcre 6.4, with SMI 0.4.5, with ADNS, with Lua 5.1,
with
GnuTLS 1.6.1, with Gcrypt 1.2.3, with MIT Kerberos, with PortAudio PortAudio
V19-devel, with AirPcap.
Running on Windows XP Service Pack 2, build 2600, with WinPcap version 4.0.2
(packet.dll version 4.0.0.1040), based on libpcap version 0.9.5, without
AirPcap.
Built using Microsoft Visual C++ 6.0 build 8804
--
You can't free tvbs directly in windows from a dissector plugin. The only
alternative (that I know of) is to attach them to a passed-in tvb so that they
will be freed later. Note that this is useful when creating temporary tvbs
during dissection (like subsets) that really don't need to hang around after a
partial packet is processed.
tvb_free just needs to be added to epan/libwireshark.def
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.