" *does not work* anymore  "
What version did it work in?

Do you get the "Hover over the graph for details." message when set to Time
of day?

Bugs are opened and managed on https://bugs.wireshark.org/bugzilla/

1033         int interval_packet = -1;
1034
1035         if (event && tracer_->graph()) {
1036
tracer_->setGraphKey(iop->xAxis->pixelToCoord(event->pos().x()));
1037             ts = tracer_->position->key();
1038             if (IOGraph *iog = currentActiveGraph()) {
1039                 interval_packet = iog->packetFromTime(ts);
1040             }
1041         }
1042
1043         if (interval_packet < 0) {
1044             hint += tr("Hover over the graph for details.");


On Wed, Feb 5, 2020 at 10:59 AM Philipp Hutterer <philipp.hutte...@fau.de>
wrote:

> Hello,
>
> as far as I understood the reporting docs on your website, I am right to
> report bugs to this email address. Please correct me if that's wrong
>
> Here's the small bug:
> When opening the I/O-Graph Tool in Wireshark (in my case for IEEE 802.11
> WLAN packets) and selecting the checkbox that says "Time of day", the
> selection of single packets by clicking the dots in the graph *does not
> work* anymore. When unchecking it, it will work again.
>
> Hope it helps.
> Thanks for this amazing tool!
>
> Regards
>
> Philipp Hutterer
>
> #################
> Basic System Information:
>
> Wireshark 3.2.1 (Git commit bf38a67724d0)
> Compiled (64-bit) with Qt 5.14.0, with libpcap, with POSIX capabilities
> (Linux),
> with libnl 3, with GLib 2.62.4, with zlib 1.2.11, without SMI, with c-ares
> 1.15.0, with Lua 5.2.4, with GnuTLS 3.6.11 and PKCS #11 support, with
> Gcrypt
> 1.8.5, with MIT Kerberos, with MaxMind DB resolver, with nghttp2 1.39.2,
> without
> brotli, with LZ4, with Zstandard, with Snappy, with libxml2 2.9.10, with
> QtMultimedia, with SpeexDSP (using bundled resampler), with SBC, with
> SpanDSP,
> with bcg729.
>
> Running on Linux 4.19.97-1-MANJARO, with        Intel(R) Core(TM) i3-2330M
> CPU @
> 2.20GHz (with SSE4.2), with 7889 MB of physical memory, with locale
> LC_CTYPE=en_US.utf8, LC_NUMERIC=de_DE.UTF-8, LC_TIME=de_DE.UTF-8,
> LC_COLLATE=en_US.utf8, LC_MONETARY=de_DE.UTF-8, LC_MESSAGES=en_US.utf8,
> LC_PAPER=de_DE.UTF-8, LC_NAME=de_DE.UTF-8, LC_ADDRESS=de_DE.UTF-8,
> LC_TELEPHONE=de_DE.UTF-8, LC_MEASUREMENT=de_DE.UTF-8,
> LC_IDENTIFICATION=de_DE.UTF-8, with libpcap version 1.9.1 (with
> TPACKET_V3),
> with GnuTLS 3.6.11, with Gcrypt 1.8.5, with zlib 1.2.11, binary plugins
> supported (0 loaded).
>
> Built using gcc 9.2.0.
>
> #################
> ___________________________________________________________________________
> Sent via:    Wireshark-dev mailing list <wireshark-dev@wireshark.org>
> Archives:    https://www.wireshark.org/lists/wireshark-dev
> Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
>              mailto:wireshark-dev-requ...@wireshark.org
> ?subject=unsubscribe
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Reply via email to