summaryrefslogtreecommitdiff
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2011-12-06Enabling crosshairs on TCP stream graph paints the screen.Anders Broman1-2/+2
2011-12-06In capture_prep_monitor_changed_cb(), don't update the monitor modeGuy Harris1-5/+3
2011-12-06If capture_get_if_capabilities() fails, pop up a message, just as weGuy Harris1-5/+140
2011-12-01Get rid of warnings.Anders Broman2-39/+39
2011-11-30Use gtk_box_new() if GTK3+Anders Broman1-1/+174
2011-11-30Extend coverage of #ifdef HAVE_PCAP_REMOTE to cover the static function inser...Martin Mathieson1-2/+0
2011-11-30Get rid of warnings.Anders Broman2-35/+35
2011-11-29Gtk3 package byte highlighter colour fix.Anders Broman1-16/+23
2011-11-29Add priority to the channel table.Martin Mathieson1-2/+10
2011-11-26There is now an early (source only) Win32 version of GTK3 available.Jörg Mayer1-1/+3
2011-11-21More warnings "set but not used" fixedJörg Mayer2-8/+2
2011-11-16Handle ctime() and localtime() returning NULL and localtime() on WindowsGuy Harris1-22/+30
2011-11-16Fix indentation.Guy Harris1-1/+1
2011-11-13If we set "column.hidden" on the command line but don't setGuy Harris2-35/+20
2011-11-12From Jan Šafránek:Anders Broman1-4/+5
2011-11-12Note that we should catch the OutOfMemoryError exception here to avoidGuy Harris1-0/+4
2011-11-10Get rid of the last remnants of the "check the syntax of captureGuy Harris2-10/+1
2011-11-10Pass a GMutex * instead of a GMutex **.Gerald Combs1-1/+1
2011-11-09Try to fix the GLib thread API deprecations listed in bug 6552.Gerald Combs3-6/+30
2011-11-07Change the use of threads from "mostly always, depending on yourGerald Combs7-130/+18
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