ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

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

Date: Tue, 23 Oct 2007 15:21:27 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1930


jyoung@xxxxxxx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #1056 is|0                           |1
           obsolete|                            |




------- Comment #2 from jyoung@xxxxxxx  2007-10-23 15:21 GMT -------
Created an attachment (id=1058)
 --> (http://bugs.wireshark.org/bugzilla/attachment.cgi?id=1058&action=view)
This patch defines a new RTP Player Preference dialog 


This patch provides a new RTP Player preferences dialog.  It allows one to
select the maximum number of visable channels in the RTP Player window.  The
default is four (4) channels which is the maximum usable channels that the RTP
Player can display and staill have access to the buttons on 1024*768 resolution
display.  Specifying a value less than 1 or greater than 10 will be result in
the RTP Player displaying the default 4 channels.

This patch adds two new files to the gtk folder: rtp_player_prefs.[ch].

In total this patch touches the following eight (8) files:

> jyoung@jhy-x2002:~/projects/wireshark> svn status
> M      gtk/prefs_dlg.c
> M      gtk/Makefile.common
> M      gtk/Makefile.am
> A      gtk/rtp_player_prefs.c
> A      gtk/rtp_player_prefs.h
> M      gtk/rtp_player.c
> M      epan/prefs.c
> M      epan/prefs.h
> jyoung@jhy-x2002:~/projects/wireshark>

This patch was compiled and tested on a SUSE Linux 2.6.13-15.16-default, with
libpcap version 0.9.2 using gcc 4.0.2 20050901 (prerelease).

I hope you find this patch acceptable for inclusion.

Thanks,

Jim Young


-- 
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.