Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 1930] New: Patch to rtp_player.c for a smaller default max

Date: Mon, 22 Oct 2007 16:44:38 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1930

           Summary: Patch to rtp_player.c for a smaller default max height
                    of RTP Player window
           Product: Wireshark
           Version: SVN
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Trivial
          Priority: Low
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: jyoung@xxxxxxx


Build Information:
Version 0.99.7 (SVN Rev 23240)

Copyright 1998-2007 Gerald Combs <gerald@xxxxxxxxxxxxx> and contributors.
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 with GTK+ 2.8.3, with GLib 2.8.1, with libpcap 0.9.2, with libz 1.2.3,
without libpcre, without SMI, without ADNS, without Lua, with GnuTLS 1.2.5,
with
Gcrypt 1.2.1, without Kerberos, with PortAudio PortAudio V19-devel, without
AirPcap.
NOTE: this build doesn't support the "matches" operator for Wireshark filter
syntax.

Running on Linux 2.6.13-15.12-default, with libpcap version 0.9.2.

Built using gcc 4.0.2 20050901 (prerelease) (SUSE Linux).

Wireshark is Open Source Software released under the GNU General Public
License.

Check the man page and http://www.wireshark.org for more information.

--
If one is using the Wireshark's RTP Player feature on a system running at
1024x768 resolution, and there are more than four (4) RTP channels to be
decoded, then the resulting RTP Player window will be too tall to allow one to
access the buttons located at the bottom of the RTP Player window.

Currently the maximum number of RTP channels displayed is hardcoded at 5.   A
trivial patch to rtp_player.c changes this maximum value to 4. 

With SVN 23989 the "Voip Calls" window was enhanced with a "Select All' button
to allow the RTP Player window to decode rtp channels from multiple calls.  
This makes it very likely that the number of channels will meet or exceed the
current default maximum channels of 5.   

See attached patch to change the RTP Player maximum displayed RTP channels to
4.  

Please note: A future not-so-trivial patch (hopefully to be uploaded later
today) will add a preference for setting this value so that users with larger
(or smaller) screens can control the default RTP Player maximum height.)


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.