aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2011-11-04Only have the option to turn off syntax check capture filterStig Bjørlykke1-1/+6
2011-11-02Revert revision 39665 (for bug 6472) which introduced bug 6537.Stig Bjørlykke1-10/+2
2011-10-29Based on a patch provided by Prashanth in bug 6472:Stig Bjørlykke1-2/+10
2011-10-23Set default focus to the filter text box.Stig Bjørlykke1-19/+10
2011-10-21Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3161 :Jeff Morriss1-5/+5
2011-10-20Back out infrastructure change. We missed supportingMichael Tüxen9-970/+1474
2011-10-20(Try to) fix compilation.Michael Tüxen1-0/+8
2011-10-20Use g_strdup.Stig Bjørlykke2-2/+2
2011-10-20Use a global list containing all interfaces and only changeMichael Tüxen9-1475/+963
2011-10-19Fix a bug when drawing TSN plots which results in a crash.Michael Tüxen1-1/+2
2011-10-18There's only one expert info dialog now; dispense with the "composite" partJeff Morriss2-8/+8
2011-10-14Make make_menu_actions() static again, but protect withMartin Mathieson1-1/+5
2011-10-14make_menu_items() isn't called without LUA support, so can't be static.Martin Mathieson1-1/+1
2011-10-14{0, NULL} is required as the last value_string array entry: value_string VALS...Anders Broman1-1/+2
2011-10-14From Tony Trinh:Anders Broman2-44/+255
2011-10-13Make clang on Mac OS X 10.7.2. happy.Michael Tüxen1-1/+1
2011-10-11No libpcap, no capturing, no capture filters, no capture_filter_init().Guy Harris1-0/+2
2011-10-10Check our capture filter syntax in a separate thread.Gerald Combs3-24/+200
2011-10-09Added a button to refresh a UAT from the system defaults (if existing).Stig Bjørlykke1-41/+66
2011-10-06Fix unused parameter warnings.Anders Broman1-7/+7
2011-10-06Removed unconditional g_warnings and a bit of code clean up.Anders Broman1-233/+38
2011-10-05Add $(GEOIP_CFLAGS).Gerald Combs1-1/+1
2011-10-05Add GeoIP IPv6 database support. Tested with GeoIP 1.4.7, but olderGerald Combs1-1/+8
2011-10-05Michael Mann:Anders Broman2-7/+12
2011-10-05From Sake Blok and Michael Mann:Anders Broman1-1/+1
2011-10-05From Sake Blok and Michael Mann:Anders Broman6-12/+14
2011-10-02Removed the protocol registration updates in the splash screen for PythonStig Bjørlykke1-0/+9
2011-10-02Added register action for loading Lua plugins.Stig Bjørlykke1-1/+8
2011-10-02Always update splash screen when action has changed.Stig Bjørlykke1-1/+1
2011-09-28In drag_and_drop.c use accessor functions for GtkSelectionData. InGerald Combs2-16/+14
2011-09-26Put in "#if 0":s to make it compile, these widgets are not vissible on my sys...Anders Broman1-9/+12
2011-09-25gkvumeter got removed, don't try to build it.Jörg Mayer1-2/+1
2011-09-25Remove gtkvumeter.[hc]Jörg Mayer7-1519/+20
2011-09-25Get rid of (hopefully) all configure options to enable MAIN_MENU_USE_UIMANAGERJörg Mayer1-6/+0
2011-09-25We now always build with MAIN_MENU_USE_UIMANAGER, so remove all code usingJörg Mayer89-5918/+66
2011-09-25Fix forJörg Mayer1-3/+5
2011-09-24Use the new remote capturing icon also in the interfaces dialog box.Michael Tüxen2-1/+10
2011-09-24Use one of the new icons for remote interfaces.Michael Tüxen4-3/+238
2011-09-24Mark the "adjustment" argument to scroll callbacks as unused. (IsGuy Harris1-2/+2
2011-09-23Get rid of duplicate call.Guy Harris1-1/+0
2011-09-23Grr make it work if GTK < 2.22Anders Broman1-0/+9
2011-09-23Redraw when vertical scroll is used.Anders Broman1-36/+37
2011-09-23Update the draw area as well.Anders Broman1-2/+18
2011-09-23Remove duplicated code.Anders Broman1-10/+1
2011-09-22Add an option -d to specify display filter from the command line.Stig Bjørlykke1-2/+14
2011-09-22Store a pointer to frame_data rather than the time.Anders Broman2-15/+33
2011-09-21Whitespace cleanup:Bill Meier6-1607/+1607
2011-09-21Fix ex "modeline" so it works;Bill Meier8-8/+8
2011-09-21Don't pop up an error dialog box for every file that can't be saved. Before,...Chris Maynard1-1/+1
2011-09-21Fix ex "modeline" so it works;Bill Meier1-28/+28