aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Collapse)AuthorFilesLines
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss21-212/+209
libwireshark (and the plugins using those functions) do not depend on wiretap on Windows. While doing that, rename the eth_* functions to ws_*. svn path=/trunk/; revision=25354
2008-05-19Fixed percent sorting and export to csv after text-value switch in last commit.Stig Bjørlykke1-7/+6
svn path=/trunk/; revision=25320
2008-05-18Added check for GTK 2.6.0 for gtk_cell_render_progress_new()Stig Bjørlykke1-33/+43
Switched columns for percent text and percent value. Fixed generated filter for BSSID and/or SSID. Fix for merging elements with only BSSID or SSID. svn path=/trunk/; revision=25319
2008-05-18Added check for GTK 2.6.0 for gtk_cell_renderer_progress_new()Stig Bjørlykke1-8/+17
Switched columns for percent text and percent value. svn path=/trunk/; revision=25318
2008-05-17- Rewrote to use GtkTreeView instead of GtkCList.Stig Bjørlykke1-588/+561
- Use the common function for applying a selected filter. - Put a frame around the two tables. - Enhanced the percent columns to show a progress bar. svn path=/trunk/; revision=25316
2008-05-17- Use the common function for applying a selected filter.Stig Bjørlykke2-220/+39
- Allocate data for filter string instead of using a static array. svn path=/trunk/; revision=25315
2008-05-17- Use the common function for applying a selected filter.Stig Bjørlykke1-121/+24
svn path=/trunk/; revision=25314
2008-05-17- Don't create illegal filter from context menu.Stig Bjørlykke1-56/+37
- Use filter defines from common header file. svn path=/trunk/; revision=25313
2008-05-17- Use the common function for applying a selected filter.Stig Bjørlykke1-125/+37
- Enhanced the percent column to show a progress bar. svn path=/trunk/; revision=25312
2008-05-17Added a common function to apply a selected filter according to Stig Bjørlykke3-0/+170
values from a context menu. svn path=/trunk/; revision=25311
2008-05-14Force foreground when background is forced on welcome page.Stig Bjørlykke1-12/+25
svn path=/trunk/; revision=25301
2008-05-14From Alejandro Vaquero:Tomas Kukosa1-4/+36
Added a new checkbox for the RTP player to use the RTP timing instead of the arriving time of the packets. This is useful when the RTP is being tunneled (e.g. EtherIP), so the original timing is missing. In some cases when encapsulating the original IP/RTP over EtherIP, the encapsulated data comes in chunks of 1sec, so it is useful to use the RTP timing to play it. In these cases we can not simulate jitter buffer, so this is disabled when checking the new "Use RTP timestamp" option. svn path=/trunk/; revision=25293
2008-05-13Update to Portaudio pa_stable_v19_20071207Tomas Kukosa1-0/+4
svn path=/trunk/; revision=25285
2008-05-12Added an option to limit the list to match the current display filter.Stig Bjørlykke1-4/+47
svn path=/trunk/; revision=25281
2008-05-11g_string_sprintf --> g_string_printf and g_string_sprintfa --> ↵Bill Meier1-2/+2
g_string_append_printf svn path=/trunk/; revision=25276
2008-05-11Sort list before thaw to avoid flicker when doing capture.Stig Bjørlykke3-15/+32
Save pane size in recent. svn path=/trunk/; revision=25275
2008-05-09Fix some of the Errors/warnings detected by checkapi.Anders Broman1-1/+1
svn path=/trunk/; revision=25261
2008-05-06Fix some of the Errors/warnings detected by checkapi.Anders Broman16-68/+74
svn path=/trunk/; revision=25244
2008-05-05Handle SSID as binary in WLAN Traffic Statistics.Stig Bjørlykke1-33/+26
svn path=/trunk/; revision=25237
2008-05-05Remove gtk/isprint.h as it's not in use.Stig Bjørlykke3-45/+0
svn path=/trunk/; revision=25234
2008-05-04Improved the WLAN Traffic Statistics:Stig Bjørlykke1-15/+751
- Added details for each network - Added context menu for adding a filter - Keep the selected network when capturing - Show probe requests with broadcast ssid - Print '.' for non-printable characters in ssid svn path=/trunk/; revision=25226
2008-05-04Corrected some unused arguments in case someone starts using them,Stig Bjørlykke1-2/+2
or just copy the code. svn path=/trunk/; revision=25225
2008-05-02From Shinsuke SUZUKI:Jaap Keuter1-1/+1
Since this leads to a compilation failure (Warning C4819: unexpected character in the current code page) on non-european Windows, I'd like you to avoid using non-ASCII characters in Wireshark code (even in comment). svn path=/trunk/; revision=25214
2008-05-01Force foreground when background is forced in RTP analysis and VOIP calls.Stig Bjørlykke2-4/+10
svn path=/trunk/; revision=25212
2008-05-01Force foreground when background is forced in expert info dialogs.Stig Bjørlykke3-0/+4
svn path=/trunk/; revision=25211
2008-05-01While playing with a dark theme I found it much nicer to use the Stig Bjørlykke1-1/+1
selected background color from the packet list. svn path=/trunk/; revision=25209
2008-05-01From Frederic Peters (bug 1735):Stig Bjørlykke1-0/+4
Force foreground when background is forced. From me: Do the same for expert info's. svn path=/trunk/; revision=25207
2008-05-01...but not with a comment inside a comment, as that might cause aGuy Harris1-1/+7
warning. svn path=/trunk/; revision=25206
2008-05-01Get rid of C++/C99 comment.Guy Harris1-1/+1
svn path=/trunk/; revision=25205
2008-04-29Change an option menu (deprecated in GTK+ 2.4) to a combo box (GTK+ 2.4+).Stephen Fisher1-20/+19
svn path=/trunk/; revision=25199
2008-04-29Replace an option menu (deprecated as of GTK+ 2.4) with a combo boxStephen Fisher1-46/+32
(GTK+ 2.4+). svn path=/trunk/; revision=25198
2008-04-28Added flag i new recent file to determine where to get values nowStig Bjørlykke2-5/+25
moved to recent_common. This will convert old recent file to new. svn path=/trunk/; revision=25188
2008-04-28Reopen the recent file when reading older common settings.Stig Bjørlykke1-0/+2
This will be optimized later. svn path=/trunk/; revision=25187
2008-04-28Split the recent file in two, one for the configuration profileStig Bjørlykke3-128/+293
and one common for all profiles. svn path=/trunk/; revision=25186
2008-04-27Remove all GTK+ < 2.4 code and minimum version checks.Stephen Fisher12-516/+18
svn path=/trunk/; revision=25182
2008-04-25Changed to display NCP connection, as in conversations.Stig Bjørlykke1-0/+4
svn path=/trunk/; revision=25181
2008-04-23From Jim Young:Jaap Keuter1-12/+18
Small patch to gtk/expert_dlg.c to test for the existance of the etd->label before use. This patch stops GTK assertion on Linux. svn path=/trunk/; revision=25160
2008-04-23Rename "Taps/Statistics" preference group to be simply "Statistics".Martin Mathieson1-1/+1
"Tap" is a term likely only to be known to developers, and "Statistics" matches the Menu item under which all of the affected windows are launched. svn path=/trunk/; revision=25151
2008-04-22From Chris:Stig Bjørlykke1-3/+3
Correct some typos. svn path=/trunk/; revision=25145
2008-04-21Rename prefs_rtp_player files to prefs_taps.Martin Mathieson4-9/+9
(see rev 25133) svn path=/trunk/; revision=25143
2008-04-21Allow configuration of tap update interval.Martin Mathieson4-37/+80
- rename rtp_player config group to taps/statistics - will rename prefs_rtp_player files later (svn didn't seem keen to rename with changes present, and output says its just a copy/delete anyway...) svn path=/trunk/; revision=25133
2008-04-21fix build on GTK 2.0/2.2 and some other code cleanupUlf Lamping1-42/+23
svn path=/trunk/; revision=25130
2008-04-21remove no longer required parameters from toolbar_item() macroUlf Lamping1-56/+56
svn path=/trunk/; revision=25129
2008-04-20Add GTK_SIGNAL_FUNC() casts for GTK+ 2.[0-2] code.Guy Harris1-2/+3
svn path=/trunk/; revision=25128
2008-04-19bugs happen, if you're trying to do two things at once ;-)Ulf Lamping1-1/+0
svn path=/trunk/; revision=25122
2008-04-19HAVE_LUA_5_1 is no longer required for the Tools menuUlf Lamping1-6/+1
svn path=/trunk/; revision=25121
2008-04-19I'v fixed the bug reported by Stig that no items appear and also ..Ulf Lamping1-8/+11
from Jim Young: The attached patch simply tests for a non-NULL welcome_file_panel_vb before attempting to get the child_list. svn path=/trunk/; revision=25120
2008-04-19add a way to place the capture interfaces and recent files list into a ↵Ulf Lamping1-15/+126
scrolled_window once the number of them get's "too large" svn path=/trunk/; revision=25119
2008-04-18Display the interface comment if defined.Stig Bjørlykke1-5/+17
On non-win32 also display the interface name. svn path=/trunk/; revision=25114
2008-04-18filename2uri() doesn't modify its parameter (and in at least one place we ↵Jeff Morriss1-48/+49
hand it a const argument) so make the parameter const. Also move the function up in the file (before its first use). svn path=/trunk/; revision=25113