Previous versions of wireshark you could copy the x,y values in csv style from the iograph feature, to use in other graphing software. That button has been removed in version 1.99, and I can't find similar functionality elsewhere in wireshark. Has this function been removed? asked 18 Oct '15, 14:59 fruglemonkey |
One Answer:
It's still present in the GTK+ code, but it's absent from the Qt code; the default UI toolkit for 1.99/2.x is Qt, so it's not present in the default versions of Wireshark. Please file a bug on this on the Wireshark Bugzilla, so that the lack of "Copy" functionality is recorded. answered 19 Oct '15, 01:48 Guy Harris ♦♦ |
Filed here: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11613
Thanks, ended up using the GTK version and it was present as you said.