Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 7466] New: Plugin statistics menu items no longer appear i

Date: Tue, 10 Jul 2012 14:10:49 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7466

           Summary: Plugin statistics menu items no longer appear in 1.8.0
           Product: Wireshark
           Version: 1.8.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Low
         Component: Wireshark
        AssignedTo: bugzilla-admin@xxxxxxxxxxxxx
        ReportedBy: dameiss@xxxxxxxxxx


Build Information:
Version 1.8.0 (SVN Rev 43432 from /releases/wireshark-1.8.0)

Copyright 1998-2012 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 (64-bit) with GTK+ 2.24.10, with Cairo 1.10.2, with Pango 1.29.4, with
GLib 2.30.3, with libpcap, with libz 1.2.5.1, with POSIX capabilities (Linux),
with SMI 0.4.8, without c-ares, without ADNS, with Lua 5.1, without Python,
with
GnuTLS 2.12.18, with Gcrypt 1.5.0, with MIT Kerberos, without GeoIP, without
PortAudio, with AirPcap.

Running on Linux 3.3.8-gentoo, with locale en_US.UTF-8, with libpcap version
1.1.1, with libz 1.2.5.1, GnuTLS 2.12.18, Gcrypt 1.5.0, without AirPcap.

Built using gcc 4.5.3.

Wireshark is Open Source Software released under the GNU General Public
License.

Check the man page and http://www.wireshark.org for more information.
--
I've developed a plugin for my company's protocols. The plugin includes a tap
and 11 statistics trees, created via stats_tree_register(). Under 1.6.8 and
earlier, these statistics items appear in the Statistics menu, as expected.

I recompiled the plugin for 1.8.0. Clean compile, no errors on loading.
However, the menu items no longer appear. No errors, but no menu items.

The plugin is written in C. I've built and tested on Linux 64-bit and OSX
64-bit with the same result - no errors, but no menu items.

The plugin also includes a dialog window using GTK+, with the menu entry
created via funnel_register_menu(). Interestingly, this menu item *does* appear
in the appropriate menu, in both 1.6.8 and 1.8.0.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.