https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13719

            Bug ID: 13719
           Summary: Export Info not displayed in menu "Analyze => Expert
                    Info" if it has not been added already during the
                    initial dissector run
           Product: Wireshark
           Version: 2.0.12
          Hardware: x86
                OS: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: Low
         Component: GTK+ UI
          Assignee: bugzilla-ad...@wireshark.org
          Reporter: matthias.breunin...@etas.com
  Target Milestone: ---

Build Information:
Version 2.0.12-ETAS-NE-r110 (Git Rev Unknown from unknown)

Copyright 1998-2017 Gerald Combs <ger...@wireshark.org> and contributors.
License GPLv2+: GNU GPL version 2 or later
<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
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.23, with Cairo 1.12.16, with Pango 1.36.8,
with
WinPcap (4_1_3), with libz 1.2.8, with GLib 2.42.0, with SMI 0.4.8, with c-ares
1.12.0, with Lua 5.2, with GnuTLS 3.2.15, with Gcrypt 1.6.2, with MIT Kerberos,
with GeoIP, with PortAudio V19-devel (built May  4 2017), with AirPcap.

Running on 64-bit Windows 7 Service Pack 1, build 7601, with locale
German_Germany.1252, with WinPcap version 4.1.3 (packet.dll version
4.1.0.2980),
based on libpcap version 1.0 branch 1_0_rel0b (20091008), with GnuTLS 3.2.15,
with Gcrypt 1.6.2, without AirPcap.
Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz (with SSE4.2), with 16324MB of physical
memory.


Built using Microsoft Visual C++ 12.0 build 40629

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 am implementing a custom dissector on top of the DCE/RPC dissector. Therein,
I want the Expert Info to show an error when there is no DCE/RPC response to a
DCE/RPC request. During the initial run (i.e. PINFO_FD_VISITED(pinfo) == false)
dissecting the request it's not known yet whether the corresponding response is
there or not since the response has not yet been dissected. This is known
during the next run dissecting the request (i.e. PINFO_FD_VISITED(pinfo) ==
true).

In case no corresponding response has been found I add some expert info. The
expert info shows up in the protocol tree but not in the menu under "Analyze =>
Expert Info". It looks like in that menu only expert infos are displayed that
have been generated during the initial run.

Is this considered a bug?

If not, is there a way to solve my issue?

-- 
You are receiving this mail because:
You are watching all bug changes.
___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <wireshark-bugs@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
             mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

Reply via email to