aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Collapse)AuthorFilesLines
2013-03-21From beroset:Bill Meier73-428/+426
remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 attachment #10408 Note: The following parts of the patch had been previously done: asn1/snmp/packet-snmp-template.c epan/dissectors/packet-snmp.c epan/dissectors/packet-x11.c svn path=/trunk/; revision=48448
2013-03-21From beroset:Bill Meier66-677/+679
remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 attachment #10404 Note: The following parts of the patch had been previously done: asn1/snmp/packet-snmp-template.c epan/dissectors/packet-snmp.c epan/dissectors/packet-x11.c Also; hostlist_table.c: code under '#ifdef HAVE_GEOIP' didn't compile and needed a few additional patches. svn path=/trunk/; revision=48447
2013-03-20Reverse some logic.Gerald Combs1-1/+1
svn path=/trunk/; revision=48446
2013-03-20Add frame_new, which creates a frame that best conforms to the GNOME,Gerald Combs5-46/+118
Windows, and OS X HIGs. Use it in the capture options dialog. The capture options dialog is a bit taller now and could probably use a bit more tweaking. In the capture options, conversation, and endpoint dialogs use our best-guess dialog spacing and pad out some areas. svn path=/trunk/; revision=48445
2013-03-20 From beroset:Bill Meier13-20/+20
remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 attachment #10397 svn path=/trunk/; revision=48438
2013-03-20Fix another case of "Widgets are not properly expanded in gtk3"Bill Meier1-3/+5
See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7377#c21 svn path=/trunk/; revision=48437
2013-03-19From beroset:Anders Broman1-0/+1
remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 svn path=/trunk/; revision=48424
2013-03-19From beroset:Anders Broman1-6/+6
remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 svn path=/trunk/; revision=48412
2013-03-18From beroset:Anders Broman1-13/+13
remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 svn path=/trunk/; revision=48396
2013-03-16From Jaap Keuter: Fix "GTK3: Interface List dialog does not expand properly"Bill Meier1-16/+8
From me: Add an XXX comment about an un-related issue https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8468 svn path=/trunk/; revision=48342
2013-03-15From beroset:Anders Broman1-14/+15
remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 svn path=/trunk/; revision=48333
2013-03-15Bugfix Decryption Key Management dialog, bug 8446 ↵Michael Mann1-44/+0
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8446) Needed to convert use of old IEEE802.11 preference strings to UAT. Since UAT is self-contained within its own file, the entire preference file doesn't need to be rewritten/saved when UAT values are changed. svn path=/trunk/; revision=48308
2013-03-14Remove the tool string if all you do is free it in the end.Jaap Keuter1-16/+0
svn path=/trunk/; revision=48304
2013-03-13gtk_widget_set_vexpand() is only for GTK3.Bill Meier3-0/+6
svn path=/trunk/; revision=48281
2013-03-13Certain prefs window contents should not be centered vertically in GTK3.Bill Meier3-14/+43
(Fix: prevent vertical expand/fill of grid widget in certain cases). (This stuff in GTK3 about "parents inheriting expand/fill properties from children" is driving me crazy). svn path=/trunk/; revision=48280
2013-03-13Fix compilation under Linux ../../../ui/gtk/prefs_capture.c: In function ↵Alexis La Goutte1-3/+1
‘ifopts_write_new_pmode’: ../../../ui/gtk/prefs_capture.c:2055:18: error: variable ‘all_pmode’ set but not used [-Werror=unused-but-set-variable] svn path=/trunk/; revision=48279
2013-03-13Add interface options preferences.Irene Rüngeler4-61/+250
svn path=/trunk/; revision=48275
2013-03-12Use explicit casts.Anders Broman2-68/+68
svn path=/trunk/; revision=48260
2013-03-11Update GTK3 port status.Bill Meier1-0/+13
svn path=/trunk/; revision=48245
2013-03-11GTK3 "expand" handling changes.Bill Meier3-3/+3
As suggested by Peter Hatini in the patch attached to Bug #8315. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8315 svn path=/trunk/; revision=48244
2013-03-11Remove leftover "//".Bill Meier1-6/+6
svn path=/trunk/; revision=48242
2013-03-11From the proposed patch by Peter Hatina in Bug #8315.Bill Meier1-7/+7
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8315 svn path=/trunk/; revision=48241
2013-03-11Set the "Capture Options" window as the parent ('transient_for') of the ↵Bill Meier1-10/+7
"Interface Management" window. svn path=/trunk/; revision=48240
2013-03-11Use explicit casts.Anders Broman3-56/+57
svn path=/trunk/; revision=48239
2013-03-11"Capture ! Options ! Manage Interfaces": Cleanup handling of Window epansion.Bill Meier1-15/+17
Improves 'expand' handling for both Gtk2 & Gtk3; Adapted (with additions by me) from a proposed patch by Peter Hatina (Bug #8315). Also: 1. Don't use gtk_widget_set_size() in several cases when a single use of gtk_window_set_default_size() for the "Manage Interfaces" window is sufficient. 2. Add an XXX comment as to a specific call to 'gtk_window_destroy_with_parent' actually being a no-op on Windows. svn path=/trunk/; revision=48237
2013-03-10Use explicit casts.Anders Broman5-65/+63
svn path=/trunk/; revision=48232
2013-03-09Use explicit casts.Anders Broman10-90/+90
svn path=/trunk/; revision=48217
2013-03-09Two instances of s/delete/delete_id/ to satisfy C++ that were missed inEvan Huus1-2/+2
r48212 and were causing build failures. svn path=/trunk/; revision=48214
2013-03-09Use explicit casts.Anders Broman8-40/+40
svn path=/trunk/; revision=48212
2013-03-09From Jose Pico via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8377 ↵Alexis La Goutte4-308/+386
NEW FEATURE IMPLEMENTED: SMB2 SUPPORT FOR EXPORT->OBJECTS->SMB Added functionality: - SMB2 support for Export->Objects->SMB - support for SMB_COM_CREATE, SMB_COM_OPEN, SMB_COM_READ and SMB_COM_WRITE commands - Ability to choose between File Id and full file name as identifier for file re-building. Implemented as an option under Edit->Preferences->Protocols->SMB and Edit->Preferences->Protocols->SMB2. Other minor changes and fixes: - Full filename in file - Inclusion of IP of SMB server when treeid name (i.e. hostname) is not known - UTF-8 filenames encoding before passing them to Export Object Window - Re-written insert_chunk function of export_object_smb.c to make it easier to debug - Fixed of an error in insert_chunk function of export_object_smb.c (the verification of next free_chunk was always skipped after deleting one free_chunk). - Removed duplicated code by inserting the function feed_eo_smb in packet-smb.c and packet-smb2.c - Changed the label of Export->Objects->SMB menu into Export->Objects->SMB/SMB2 svn path=/trunk/; revision=48210
2013-03-08Use explicit casts.Anders Broman3-74/+74
svn path=/trunk/; revision=48202
2013-03-08Don't try to show an IP address if none is present.Irene Rüngeler2-24/+30
svn path=/trunk/; revision=48189
2013-03-08Use explicit casts.Anders Broman3-40/+37
svn path=/trunk/; revision=48187
2013-03-08Use explicit casts.Anders Broman4-56/+56
svn path=/trunk/; revision=48186
2013-03-07Use explicit casts.Anders Broman2-11/+11
svn path=/trunk/; revision=48183
2013-03-07Make the prefernce settings work.Anders Broman1-16/+11
svn path=/trunk/; revision=48182
2013-03-07Use explicit casts.Anders Broman4-56/+56
svn path=/trunk/; revision=48179
2013-03-07Fix proto stats window size allocation so it works with GTK3.Bill Meier1-3/+4
(adapted from a suggested patch by Peter Hatina in Bug #8315) (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8315) From me: Widen the default width to show all the columns when the window is opened. svn path=/trunk/; revision=48177
2013-03-07Tweak the handling of resizing the window.Bill Meier1-8/+9
svn path=/trunk/; revision=48169
2013-03-07Use if_string instead og if_string->name.Irene Rüngeler1-1/+1
svn path=/trunk/; revision=48168
2013-03-07Use ifdefs for buffer size.Irene Rüngeler1-1/+5
svn path=/trunk/; revision=48167
2013-03-07Use ifdefs for buffer size.Irene Rüngeler1-1/+3
svn path=/trunk/; revision=48166
2013-03-07More ifdefs. Maybe this makes the mac buildbots happy.Michael Tüxen1-0/+4
svn path=/trunk/; revision=48165
2013-03-07Try to fix the buildbots.Michael Tüxen1-2/+2
The patch for capture_dlg.c is from Anders... svn path=/trunk/; revision=48164
2013-03-07Add buffersize and snap length to the preferences.Irene Rüngeler2-12/+386
svn path=/trunk/; revision=48163
2013-03-07Use explicit casts.Anders Broman1-10/+10
svn path=/trunk/; revision=48162
2013-03-07Use explicit casts.Anders Broman15-57/+57
svn path=/trunk/; revision=48161
2013-03-06Add support for software updates. Remove qtshark.rc and useGerald Combs8-9/+43
image/wireshark.rc (which contains resources needed by WinSparkle) instead. svn path=/trunk/; revision=48147
2013-03-06Use explicit casts.Anders Broman2-28/+28
svn path=/trunk/; revision=48144
2013-03-06Get rid of xor_gc altogether, I think it's a remnant from the "old" ↵Anders Broman1-26/+0
cross-hair code. svn path=/trunk/; revision=48141