Hi All, I have Wireshark 2.0.3 and when i click [copy] button in Graph I/O then [Paste] the data on Execel sheet .. i was not able to see time interval eventhough i had clicked the check box (time of day) and it is already showed in the graph. this is what i get when copying the graph io "Interval start","All Traffic" 0,29438 1,21568 2,21588 3,18276 4,17360 5,24058 instead i want the following: "Interval start","All Traffic" 12:00:00,number of packets 12:00:01,number of packets Any suggestions? Thanks in advance. asked 15 May '16, 06:54 Mudhafar |
One Answer:
As cmaynard said, It works on Gtk version only, solved! answered 31 Jul '17, 22:47 Mudhafar Well, eventually Gtk won't be supported anymore so I wouldn't say this problem is solved; you're merely able to work around it ... for now. That said, I believe this problem has already been reported as Bug 13717 if anyone wants to track its progress. (01 Aug '17, 11:35) cmaynard ♦♦ |
This works for me with the Gtk version of Wireshark, but not with the Qt version. Which version are you using? If you're using Qt, you could try Gtk.
Thanks cmaynard, Yes it works with Gtk version only.