http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24112
User: jake
Date: 2008/01/16 07:36 AM
Log:
From Jim Young:
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 number of usable channels
that the RTP Player can display and still have access to the bottom row buttons
on a 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.
Directory: /trunk/epan/
Changes Path Action
+17 -0 prefs.c Modified
+3 -0 prefs.h Modified
Directory: /trunk/gtk/
Changes Path Action
+1 -0 Makefile.am Modified
+1 -0 Makefile.common Modified
+27 -1 prefs_dlg.c Modified
+7 -2 rtp_player.c Modified
+102 -0 rtp_player_prefs.c Added
+57 -0 rtp_player_prefs.h Added