aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2008-02-11Wireshark occasionally starts up behind other applications. Bring it to thegerald1-0/+3
2008-02-11Fixed setting filter in SCTP Chunk Counter statistics.stig2-5/+6
2008-02-11Avoid double space in filter when creating from conversations and endpoints.stig2-10/+10
2008-02-09Fix for bug #2250sfisher3-14/+14
2008-02-08Added SCTP Endpoints table.stig4-29/+141
2008-02-08Added missing "svn:keywords Id" and "svn:eol-style native" for somestig5-3/+7
2008-02-07Removed some more "statement not reached" warnings.stig4-29/+14
2008-02-04Improved the profile name check to popup a dialog when trying to apply anstig1-34/+62
2008-02-04Clean up (some) indentation ...wmeier1-227/+226
2008-02-04Fix benign typowmeier1-1/+1
2008-02-03From Balint Reczey (bug 2233):sake2-550/+1
2008-02-01Disallow ending space was not such a good idea, chop it of before save instead.stig1-13/+24
2008-02-01Fixed a problem with renaming a profile after hitting apply.stig1-0/+27
2008-02-01Added tooltip description for yellow filter background.stig2-2/+2
2008-02-01Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat).stig20-81/+88
2008-01-31Added missing space in front of new statusbar messages.stig1-2/+2
2008-01-31If "!=" or "ne" are used in a display filter, warn the user that the resultsgerald3-11/+69
2008-01-31Hide hidden devices in "Capture Interfaces" dialog.stig1-0/+6
2008-01-31Add missing g_object_unref for treeview models;wmeier4-5/+7
2008-01-30Add Luis' uat_get_table_by_name() to fetch SMI uat tables.stig1-10/+16
2008-01-30Added missing space in front of some statusbar messages.stig1-2/+2
2008-01-29When having more than one matching item in a frame the MAX and MIN calculationstig1-18/+20
2008-01-27When having more than one matching item in a frame the AVG calculationstig1-5/+7
2008-01-27Expand the Protocol column instead of the last column on window resize.stig1-0/+1
2008-01-27Do not change profile if directory creation failed, and change to defaultstig2-3/+11
2008-01-26Also destroy the window when failure to export/import color filters.stig1-1/+14
2008-01-26Destroy the open window after open failure to avoid having an unusablestig1-0/+14
2008-01-26Destroy the save window after canceling a save to an existing file, sostig1-0/+9
2008-01-24Fix various small memory leaks & 1 invalid g_free (airpcap_gui_utils.c)wmeier5-17/+46
2008-01-24Change "Found no match" to "No match found"wmeier1-7/+7
2008-01-24s/%ll/%" G_GINT64_MODIFIER "/gmorriss1-3/+3
2008-01-24Always return a valid profile name from get_profile_name().stig3-11/+3
2008-01-24One of fixes in SVN #24173 incomplete; Undo it for nowwmeier1-1/+2
2008-01-24Fix two very minor memory leakswmeier1-0/+2
2008-01-24Arrange things so that if '-o "capture.auto_scroll: FALSE"' is passed togerald1-4/+6
2008-01-23Fix a minor memory leak; Remove some unused variableswmeier1-9/+4
2008-01-23Fix minor memory leakwmeier1-0/+1
2008-01-21Fix for bug 1920:jake1-1/+4
2008-01-20Fixed crash when save IO Graphs (bug 2126).stig2-3/+4
2008-01-20Added "copy as CSV" button to IO Graphs.stig1-32/+100
2008-01-19Cleanup the whitespace.jake1-205/+200
2008-01-19Free allocated data in prefs_reset, removed need for uat_reload_all and stig2-43/+15
2008-01-18I can't find any reason to unselect the current package only when an entrystig1-1/+1
2008-01-18Move libsmi settings from virtual mibs protocol page to name resolution page.jake3-18/+69
2008-01-17Whitespace cleanup of AIRPCAP code.jake1-59/+59
2008-01-16From Jim Young:jake6-3/+195
2008-01-15Changed to use GTK stock icon for preferences in the toolbar.stig2-6/+3
2008-01-14Save the changes also when selecting a profile from the list.stig1-22/+20
2008-01-14Several profile enhancements:stig1-0/+31
2008-01-14Added cast of argument to isspace.stig1-1/+1