[Wireshark-bugs] [Bug 5527] Adding arbitrary value to x-axis RTP player

2016-06-17 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5527 Michael Mann changed: What|Removed |Added Component|GTK+ UI |Qt UI --

[Wireshark-bugs] [Bug 5527] Adding arbitrary value to x-axis RTP player

2010-12-29 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5527 --- Comment #10 from Frank Bulk frnk...@iname.com 2010-12-29 05:16:09 PST --- Thanks. If I understand you correctly, the timestamp is based on the sampling time. Doesn't seem like a very wise approach if the sampling time is said to be

[Wireshark-bugs] [Bug 5527] Adding arbitrary value to x-axis RTP player

2010-12-28 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5527 --- Comment #5 from Stephen Fisher st...@stephen-fisher.com 2010-12-28 09:07:22 MST --- We could put that in the middle of the graph below the numbers, but then should it go in the middle of the graph (which can be quite wide) or somewhere

[Wireshark-bugs] [Bug 5527] Adding arbitrary value to x-axis RTP player

2010-12-28 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5527 --- Comment #6 from Stephen Fisher st...@stephen-fisher.com 2010-12-28 09:12:10 MST --- I'm thinking about giving the user the option to at least change the display to the time of day as hh:mm:ss like the IO Graph does. -- Configure

[Wireshark-bugs] [Bug 5527] Adding arbitrary value to x-axis RTP player

2010-12-28 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5527 --- Comment #7 from Frank Bulk frnk...@iname.com 2010-12-28 08:47:13 PST --- The descriptor for the x-axis should probably be centered beneath the horizontal line, so that no matter how far left or right one needs to scroll, it's always

[Wireshark-bugs] [Bug 5527] Adding arbitrary value to x-axis RTP player

2010-12-28 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5527 --- Comment #8 from Stephen Fisher st...@stephen-fisher.com 2010-12-28 11:24:01 MST --- I've implemented a check box to change to the time of day display from seconds since beginning of capture as SVN revision 35288. You can try this

[Wireshark-bugs] [Bug 5527] Adding arbitrary value to x-axis RTP player

2010-12-28 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5527 --- Comment #9 from Stephen Fisher st...@stephen-fisher.com 2010-12-28 11:25:29 MST --- (In reply to comment #7) Time of Day is good, but packet number would valuable as well. I agree, but that will take more work because of the way the

[Wireshark-bugs] [Bug 5527] Adding arbitrary value to x-axis RTP player

2010-12-27 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5527 Stephen Fisher st...@stephen-fisher.com changed: What|Removed |Added Summary|Adding arbitrary value to |Adding

[Wireshark-bugs] [Bug 5527] Adding arbitrary value to x-axis RTP player

2010-12-27 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5527 --- Comment #2 from Stephen Fisher st...@stephen-fisher.com 2010-12-27 14:06:17 MST --- Initial notes from looking through the source code: Line 1369 (r35192) of gtk/rtp-player.c: g_snprintf(label_string, MAX_TIME_LABEL, %.0f,

[Wireshark-bugs] [Bug 5527] Adding arbitrary value to x-axis RTP player

2010-12-27 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5527 --- Comment #3 from Stephen Fisher st...@stephen-fisher.com 2010-12-27 14:45:44 MST --- FYI: I've made an initial change (SVN revision 35278) of adding s to each number along the x-axis so users like me (who rarely use the RTP player) get

[Wireshark-bugs] [Bug 5527] Adding arbitrary value to x-axis RTP player

2010-12-27 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5527 --- Comment #4 from Frank Bulk frnk...@iname.com 2010-12-27 13:50:57 PST --- Thanks, I guess that's a good place to start -- make it clear what the x-axis values are. Any way to annotate that it's since the beginning of the capture? Frank