aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2008-02-13Add a priority level to each context in the info status bar. Use it to makeGerald Combs2-9/+59
2008-02-13Do not update window title when destroying the dialog.Stig Bjørlykke1-4/+6
2008-02-12Fixed an incorrect free loop.Stig Bjørlykke1-1/+2
2008-02-12Added WLAN Traffic Statistics dialog.Stig Bjørlykke2-0/+548
2008-02-11Wireshark occasionally starts up behind other applications. Bring it to theGerald Combs1-0/+3
2008-02-11Fixed setting filter in SCTP Chunk Counter statistics.Stig Bjørlykke2-5/+6
2008-02-11Avoid double space in filter when creating from conversations and endpoints.Stig Bjørlykke2-10/+10
2008-02-09Fix for bug #2250Stephen Fisher3-14/+14
2008-02-08Added SCTP Endpoints table.Stig Bjørlykke4-29/+141
2008-02-08Added missing "svn:keywords Id" and "svn:eol-style native" for someStig Bjørlykke5-3/+7
2008-02-07Removed some more "statement not reached" warnings.Stig Bjørlykke4-29/+14
2008-02-04Improved the profile name check to popup a dialog when trying to apply anStig Bjørlykke1-34/+62
2008-02-04Clean up (some) indentation ...Bill Meier1-227/+226
2008-02-04Fix benign typoBill Meier1-1/+1
2008-02-03From Balint Reczey (bug 2233):Sake Blok2-550/+1
2008-02-01Disallow ending space was not such a good idea, chop it of before save instead.Stig Bjørlykke1-13/+24
2008-02-01Fixed a problem with renaming a profile after hitting apply.Stig Bjørlykke1-0/+27
2008-02-01Added tooltip description for yellow filter background.Stig Bjørlykke2-2/+2
2008-02-01Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat).Stig Bjørlykke20-81/+88
2008-01-31Added missing space in front of new statusbar messages.Stig Bjørlykke1-2/+2
2008-01-31If "!=" or "ne" are used in a display filter, warn the user that the resultsGerald Combs3-11/+69
2008-01-31Hide hidden devices in "Capture Interfaces" dialog.Stig Bjørlykke1-0/+6
2008-01-31Add missing g_object_unref for treeview models;Bill Meier4-5/+7
2008-01-30Add Luis' uat_get_table_by_name() to fetch SMI uat tables.Stig Bjørlykke1-10/+16
2008-01-30Added missing space in front of some statusbar messages.Stig Bjørlykke1-2/+2
2008-01-29When having more than one matching item in a frame the MAX and MIN calculationStig Bjørlykke1-18/+20
2008-01-27When having more than one matching item in a frame the AVG calculationStig Bjørlykke1-5/+7
2008-01-27Expand the Protocol column instead of the last column on window resize.Stig Bjørlykke1-0/+1
2008-01-27Do not change profile if directory creation failed, and change to defaultStig Bjørlykke2-3/+11
2008-01-26Also destroy the window when failure to export/import color filters.Stig Bjørlykke1-1/+14
2008-01-26Destroy the open window after open failure to avoid having an unusableStig Bjørlykke1-0/+14
2008-01-26Destroy the save window after canceling a save to an existing file, soStig Bjørlykke1-0/+9
2008-01-24Fix various small memory leaks & 1 invalid g_free (airpcap_gui_utils.c)Bill Meier5-17/+46
2008-01-24Change "Found no match" to "No match found"Bill Meier1-7/+7
2008-01-24s/%ll/%" G_GINT64_MODIFIER "/gJeff Morriss1-3/+3
2008-01-24Always return a valid profile name from get_profile_name().Stig Bjørlykke3-11/+3
2008-01-24One of fixes in SVN #24173 incomplete; Undo it for nowBill Meier1-1/+2
2008-01-24Fix two very minor memory leaksBill Meier1-0/+2
2008-01-24Arrange things so that if '-o "capture.auto_scroll: FALSE"' is passed toGerald Combs1-4/+6
2008-01-23Fix a minor memory leak; Remove some unused variablesBill Meier1-9/+4
2008-01-23Fix minor memory leakBill Meier1-0/+1
2008-01-21Fix for bug 1920:Jaap Keuter1-1/+4
2008-01-20Fixed crash when save IO Graphs (bug 2126).Stig Bjørlykke2-3/+4
2008-01-20Added "copy as CSV" button to IO Graphs.Stig Bjørlykke1-32/+100
2008-01-19Cleanup the whitespace.Jaap Keuter1-205/+200
2008-01-19Free allocated data in prefs_reset, removed need for uat_reload_all and Stig Bjørlykke2-43/+15
2008-01-18I can't find any reason to unselect the current package only when an entryStig Bjørlykke1-1/+1
2008-01-18Move libsmi settings from virtual mibs protocol page to name resolution page.Jaap Keuter3-18/+69
2008-01-17Whitespace cleanup of AIRPCAP code.Jaap Keuter1-59/+59
2008-01-16From Jim Young:Jaap Keuter6-3/+195