aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Move gtk to ui/gtk.Jörg Mayer2012-01-15297-150290/+0
* Have the time field in the Graph Analyzis windos use the same time format as ...Anders Broman2012-01-151-18/+12
* Fix unused parameter warningsAnders Broman2012-01-141-3/+3
* This seams to leave fewer graphical artefacts.Anders Broman2012-01-141-9/+16
* In the list of supported file types, put the file type of the file beingGuy Harris2012-01-141-27/+55
* Get rid of some unused #defines.Guy Harris2012-01-141-18/+13
* Fix a copy paste error.Anders Broman2012-01-131-2/+2
* From Edward Sheldrake:Anders Broman2012-01-131-1/+1
* It appears that the intent of r35027 was to use reset_tap_update_timer() notJeff Morriss2012-01-092-4/+0
* Show % UL padding as a progress bar.Martin Mathieson2012-01-051-3/+13
* Add initial support for Qt along with a "ui" subdirectory.Gerald Combs2012-01-041-1/+7
* From Mike Morrin:Anders Broman2012-01-011-1/+1
* Put back paragraph break.Guy Harris2011-12-311-2/+2
* Leave more word-wrapping to the toolkit.Guy Harris2011-12-311-4/+6
* We don't have any links to activate if we don't have pcap.Guy Harris2011-12-301-0/+2
* Make the links in the "WinPcap doesn't appear to be installed" textGuy Harris2011-12-301-2/+29
* Clean up word wrapping a bit.Guy Harris2011-12-301-2/+2
* For the "don't have WinPcap" case, put up some stuff in the welcomeGuy Harris2011-12-301-3/+30
* Get rid of extra blank line.Guy Harris2011-12-291-1/+0
* Leave it up to dumpcap to determine whether WinPcap was loaded and, ifGuy Harris2011-12-292-37/+0
* Swallow cant_load_winpcap_err() up into capture-wpcap.c, so thatGuy Harris2011-12-292-2/+0
* Add an additional DONT_HAVE_PCAP return value from get_interface_list()Guy Harris2011-12-294-4/+10
* Set filter text after connecting to filter string callback so theStig Bjørlykke2011-12-291-5/+6
* Add PLACE_OF_INTEREST_SIGN, a.k.a. the OS X Command key symbol. AnnotateGerald Combs2011-12-291-4/+18
* Add 'extern "C"' wrappers and #include guards to various header files.Gerald Combs2011-12-291-4/+12
* Use tvb accessors rather than directly accessing tvb struct.Bill Meier2011-12-231-5/+4
* Correct a few typos.Chris Maynard2011-12-201-3/+3
* Well, until someone has the time to write ct2ext(), just return the content t...Chris Maynard2011-12-121-3/+3
* If no filename, include the packet number in the generic name. TODO: Impleme...Chris Maynard2011-12-121-8/+21
* If the object to export doesn't have a filename, use a generic "object" name ...Chris Maynard2011-12-111-5/+11
* Enabling crosshairs on TCP stream graph paints the screen.Anders Broman2011-12-061-2/+2
* In capture_prep_monitor_changed_cb(), don't update the monitor modeGuy Harris2011-12-061-5/+3
* If capture_get_if_capabilities() fails, pop up a message, just as weGuy Harris2011-12-061-5/+140
* Get rid of warnings.Anders Broman2011-12-012-39/+39
* Use gtk_box_new() if GTK3+Anders Broman2011-11-301-1/+174
* Extend coverage of #ifdef HAVE_PCAP_REMOTE to cover the static function inser...Martin Mathieson2011-11-301-2/+0
* Get rid of warnings.Anders Broman2011-11-302-35/+35
* Gtk3 package byte highlighter colour fix.Anders Broman2011-11-291-16/+23
* Add priority to the channel table.Martin Mathieson2011-11-291-2/+10
* There is now an early (source only) Win32 version of GTK3 available.Jörg Mayer2011-11-261-1/+3
* More warnings "set but not used" fixedJörg Mayer2011-11-212-8/+2
* Handle ctime() and localtime() returning NULL and localtime() on WindowsGuy Harris2011-11-161-22/+30
* Fix indentation.Guy Harris2011-11-161-1/+1
* If we set "column.hidden" on the command line but don't setGuy Harris2011-11-132-35/+20
* From Jan Šafránek:Anders Broman2011-11-121-4/+5
* Note that we should catch the OutOfMemoryError exception here to avoidGuy Harris2011-11-121-0/+4
* Get rid of the last remnants of the "check the syntax of captureGuy Harris2011-11-102-10/+1
* Pass a GMutex * instead of a GMutex **.Gerald Combs2011-11-101-1/+1
* Try to fix the GLib thread API deprecations listed in bug 6552.Gerald Combs2011-11-093-6/+30
* Change the use of threads from "mostly always, depending on yourGerald Combs2011-11-077-130/+18