aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Collapse)AuthorFilesLines
2008-10-24Windows build: #include winsock2.h only when needed.Bill Meier5-14/+25
#include winsock2.h pulls in about 90 distinct .h files and about 140 total .h files. Currently winsock2.h is (mostly unnecessarily) included for each dissector via packet.h/wtap.h. This patch removes #include winsock2.h from wtap.h and then includes winsock2.h (or windows.h) in the few specific places required. With this patch, my Windows Wireshark build takes about 30% less time. svn path=/trunk/; revision=26535
2008-10-23Set a title on the splash window even though it's not decorated.Jaap Keuter1-2/+2
This sets the title/icon of the taskbar item created when the splash screen is up. svn path=/trunk/; revision=26533
2008-10-23Only use the statusbar for filter messages from the main window.Stig Bjørlykke3-14/+29
Updating the statusbar from popup windows is confusing. svn path=/trunk/; revision=26523
2008-10-20Clean up the whitespace.Jaap Keuter1-225/+224
svn path=/trunk/; revision=26503
2008-10-20Use invisible event boxes so the preferences looks good when using themes.Stig Bjørlykke2-0/+4
svn path=/trunk/; revision=26502
2008-10-19Fixed a small issue using esc and backspace in filter autocompletion.Stig Bjørlykke1-8/+17
svn path=/trunk/; revision=26496
2008-10-19Add filter autocomplete for filter in color edit dialog.Stig Bjørlykke1-0/+4
svn path=/trunk/; revision=26494
2008-10-19Add filter autocomplete for filter in file->open and file->merge windows.Stig Bjørlykke1-0/+7
svn path=/trunk/; revision=26493
2008-10-19Remove a misplaced comment...Stig Bjørlykke1-1/+0
svn path=/trunk/; revision=26492
2008-10-19Add filter autocomplete for more places we use filter entries.Stig Bjørlykke8-4/+32
svn path=/trunk/; revision=26491
2008-10-19Construct a new autocomplete popup window again if pressing backspaceStig Bjørlykke1-2/+18
while having no existing popup window. svn path=/trunk/; revision=26490
2008-10-17When we set the channel and offset entries in the wireless toolbar,Gerald Combs3-106/+75
set the offset first. This makes sure the offset entry is initialized correctly. In the advanced wireless settings dialog, don't bother enabling/disabling the toolbar. Remove some leftover debugging code. Remove some checks for data we don't use (and mark it as unused). Fixup whitespace. svn path=/trunk/; revision=26487
2008-10-16Removed some "statement not reached" warnings.Stig Bjørlykke2-2/+0
svn path=/trunk/; revision=26480
2008-10-15Various corrections, as in: typos, whitespace, few return values, _U_ markers.Jaap Keuter2-52/+52
svn path=/trunk/; revision=26472
2008-10-15If we click on an interface in the welcome screen, correctly enable/disableGerald Combs2-1/+12
the wireless toolbar. svn path=/trunk/; revision=26471
2008-10-15Keep the wireless toolbar extension channel entry from inadvertentlyGerald Combs2-7/+15
setting its value to -1. Fix a bug that kept the wireless toolbar from being enabled if HAVE_PCAP_REMOTE was defined. Fix a couple of other minor issues. --Thisr line, and those below, will be ignored-- M airpcap_loader.c M gtk/airpcap_dlg.c M gtk/main_airpcap_toolbar.c svn path=/trunk/; revision=26469
2008-10-15Clean up conversation filter code. Jaap Keuter1-23/+18
Make it work in the intended cases and add IPv6 support. svn path=/trunk/; revision=26461
2008-10-14Use a more accurate variable name for the wiretap file type. Add the fileGerald Combs3-4/+8
encapsulation to the summary display. svn path=/trunk/; revision=26459
2008-10-14Fix for bug 2964.Jaap Keuter1-3/+0
When right click on any packet (From Packet List) - > "Export Selected Packet Bytes" you get "No data selected to save!" MessageBox. This option should not be in this menu at all. svn path=/trunk/; revision=26458
2008-10-14Make verion in startscreen a visible preference.Anders Broman1-0/+12
svn path=/trunk/; revision=26453
2008-10-13Bring the windows to front when rescanning of packets are done.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=26439
2008-10-13Bring the windows to front when rescanning of packets are done.Stig Bjørlykke19-0/+19
svn path=/trunk/; revision=26438
2008-10-13Bring the windows to front when rescanning of packets are done.Stig Bjørlykke3-5/+15
svn path=/trunk/; revision=26436
2008-10-13Bring the windows to front when rescanning of packets are done.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=26435
2008-10-13Bring the windows to front when rescanning of packets are done.Stig Bjørlykke1-0/+2
svn path=/trunk/; revision=26434
2008-10-13Bring the windows to front when rescanning of packets are done.Stig Bjørlykke1-0/+3
svn path=/trunk/; revision=26433
2008-10-12Bring the windows to front when rescanning of packets are done.Anders Broman2-0/+10
svn path=/trunk/; revision=26423
2008-10-12Rewrote to use gtk_widget_modify_text() and gtk_widget_modify_base()Stig Bjørlykke2-21/+20
to change the background color for filter text edit boxes, because gtk_widget_set_style() interacts badly with themes. Go back to default values when filter is empty (instead of white). Also rewrote the same in the "Edit Color Filter" dialog. svn path=/trunk/; revision=26421
2008-10-11Forgot this for the Display Filter dialog:Stig Bjørlykke1-0/+3
Ensure we initialize the colorized filter text entries before we show the widget, so we don't get wrong foreground color when using a dark theme. svn path=/trunk/; revision=26418
2008-10-11Ensure we initialize all colorized filter text entries before we show theStig Bjørlykke7-0/+13
widget, so we don't get wrong foreground color when using a dark theme. svn path=/trunk/; revision=26414
2008-10-11From David Aggeler: Anders Broman1-1/+1
packet-dcm, improved DICOM Tag support, misc fixes. svn path=/trunk/; revision=26413
2008-10-10Added check for a valid field name in the advanced field.Stig Bjørlykke1-0/+2
svn path=/trunk/; revision=26407
2008-10-10Only check for a valid field name in the custom column.Stig Bjørlykke1-0/+1
svn path=/trunk/; revision=26406
2008-10-10Added an option to syntax check only a single field name.Stig Bjørlykke2-1/+12
svn path=/trunk/; revision=26405
2008-10-10temporary fix for return type warningBalint Reczey1-1/+1
svn path=/trunk/; revision=26404
2008-10-10fixed conversion warningBalint Reczey1-1/+1
svn path=/trunk/; revision=26403
2008-10-10Add a "Field name" label for the custom column.Stig Bjørlykke1-4/+13
svn path=/trunk/; revision=26402
2008-10-10support float and double values in IO Graph calculationsBalint Reczey1-6/+90
svn path=/trunk/; revision=26400
2008-10-07Add a hidden preference to show the version in the welcome page.Stig Bjørlykke1-23/+14
svn path=/trunk/; revision=26371
2008-10-07Fix printing of version in welcome page.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=26370
2008-10-06Add a hidden preference to set the welcome screen title.Gerald Combs1-7/+7
svn path=/trunk/; revision=26366
2008-10-06From Kari Tiirikainen:Anders Broman2-0/+234
Req/resp tracking and service response time stats for GTP-C svn path=/trunk/; revision=26361
2008-10-03add a -K command line option to provide the name of the kerberos keytab Ronnie Sahlberg1-1/+8
file to use for decryption of Krb5 and GSS-KRB svn path=/trunk/; revision=26343
2008-09-25Fix for Bug 2891:Sake Blok1-3/+3
Read the capture setting from the preferences *before* parsing the capture command line arguments. svn path=/trunk/; revision=26268
2008-09-22Fix:About dialog: all text selected when switching tabsAnders Broman1-0/+5
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1349 Hopfully the right thing to do :) svn path=/trunk/; revision=26247
2008-09-21Don't define a static variable (the_tapinfo_struct) in a header file; ↵Jeff Morriss1-0/+5
instead declare it in each C file that needs it. svn path=/trunk/; revision=26244
2008-09-16Add /D_BIND_TO_CURRENT_CRT_VERSION=1 to LOCAL_CFLAGS in modern versionsGerald Combs1-16/+16
of Visual C++. (How did this "feature" ever see the light of day?) Make sure we use LOCAL_CFLAGS *everywhere*. This should fix problems with building a usable installer under Visual Studio 2008 SP1. Add comments with links to Visual C++'s idiotic handling of assemblies and deployment using xcopy. Move to c-ares 1.5.3. Make sure we remove all of our manifests in epan and packaging/u3/tools. svn path=/trunk/; revision=26219
2008-09-06Close filter autocompletion list when it's empty. This re-enablesSake Blok1-2/+15
entering a filter like this: ip.addr==1.1.1.1<ENTER> svn path=/trunk/; revision=26154
2008-09-03The AFP field containing the command is "afp.command", not "afp.cmd". Guy Harris1-1/+1
Fixes bug 2847. svn path=/trunk/; revision=26126
2008-09-02Fix typo in #define.Guy Harris1-4/+4
Fix indentation (a tab doesn't necessarily expand to 4 spaces). svn path=/trunk/; revision=26118