| Commit message (Expand) | Author | Age | Files | Lines |
* | Move gtk to ui/gtk. | Jörg Mayer | 2012-01-15 | 297 | -150290/+0 |
* | Have the time field in the Graph Analyzis windos use the same time format as ... | Anders Broman | 2012-01-15 | 1 | -18/+12 |
* | Fix unused parameter warnings | Anders Broman | 2012-01-14 | 1 | -3/+3 |
* | This seams to leave fewer graphical artefacts. | Anders Broman | 2012-01-14 | 1 | -9/+16 |
* | In the list of supported file types, put the file type of the file being | Guy Harris | 2012-01-14 | 1 | -27/+55 |
* | Get rid of some unused #defines. | Guy Harris | 2012-01-14 | 1 | -18/+13 |
* | Fix a copy paste error. | Anders Broman | 2012-01-13 | 1 | -2/+2 |
* | From Edward Sheldrake: | Anders Broman | 2012-01-13 | 1 | -1/+1 |
* | It appears that the intent of r35027 was to use reset_tap_update_timer() not | Jeff Morriss | 2012-01-09 | 2 | -4/+0 |
* | Show % UL padding as a progress bar. | Martin Mathieson | 2012-01-05 | 1 | -3/+13 |
* | Add initial support for Qt along with a "ui" subdirectory. | Gerald Combs | 2012-01-04 | 1 | -1/+7 |
* | From Mike Morrin: | Anders Broman | 2012-01-01 | 1 | -1/+1 |
* | Put back paragraph break. | Guy Harris | 2011-12-31 | 1 | -2/+2 |
* | Leave more word-wrapping to the toolkit. | Guy Harris | 2011-12-31 | 1 | -4/+6 |
* | We don't have any links to activate if we don't have pcap. | Guy Harris | 2011-12-30 | 1 | -0/+2 |
* | Make the links in the "WinPcap doesn't appear to be installed" text | Guy Harris | 2011-12-30 | 1 | -2/+29 |
* | Clean up word wrapping a bit. | Guy Harris | 2011-12-30 | 1 | -2/+2 |
* | For the "don't have WinPcap" case, put up some stuff in the welcome | Guy Harris | 2011-12-30 | 1 | -3/+30 |
* | Get rid of extra blank line. | Guy Harris | 2011-12-29 | 1 | -1/+0 |
* | Leave it up to dumpcap to determine whether WinPcap was loaded and, if | Guy Harris | 2011-12-29 | 2 | -37/+0 |
* | Swallow cant_load_winpcap_err() up into capture-wpcap.c, so that | Guy Harris | 2011-12-29 | 2 | -2/+0 |
* | Add an additional DONT_HAVE_PCAP return value from get_interface_list() | Guy Harris | 2011-12-29 | 4 | -4/+10 |
* | Set filter text after connecting to filter string callback so the | Stig Bjørlykke | 2011-12-29 | 1 | -5/+6 |
* | Add PLACE_OF_INTEREST_SIGN, a.k.a. the OS X Command key symbol. Annotate | Gerald Combs | 2011-12-29 | 1 | -4/+18 |
* | Add 'extern "C"' wrappers and #include guards to various header files. | Gerald Combs | 2011-12-29 | 1 | -4/+12 |
* | Use tvb accessors rather than directly accessing tvb struct. | Bill Meier | 2011-12-23 | 1 | -5/+4 |
* | Correct a few typos. | Chris Maynard | 2011-12-20 | 1 | -3/+3 |
* | Well, until someone has the time to write ct2ext(), just return the content t... | Chris Maynard | 2011-12-12 | 1 | -3/+3 |
* | If no filename, include the packet number in the generic name. TODO: Impleme... | Chris Maynard | 2011-12-12 | 1 | -8/+21 |
* | If the object to export doesn't have a filename, use a generic "object" name ... | Chris Maynard | 2011-12-11 | 1 | -5/+11 |
* | Enabling crosshairs on TCP stream graph paints the screen. | Anders Broman | 2011-12-06 | 1 | -2/+2 |
* | In capture_prep_monitor_changed_cb(), don't update the monitor mode | Guy Harris | 2011-12-06 | 1 | -5/+3 |
* | If capture_get_if_capabilities() fails, pop up a message, just as we | Guy Harris | 2011-12-06 | 1 | -5/+140 |
* | Get rid of warnings. | Anders Broman | 2011-12-01 | 2 | -39/+39 |
* | Use gtk_box_new() if GTK3+ | Anders Broman | 2011-11-30 | 1 | -1/+174 |
* | Extend coverage of #ifdef HAVE_PCAP_REMOTE to cover the static function inser... | Martin Mathieson | 2011-11-30 | 1 | -2/+0 |
* | Get rid of warnings. | Anders Broman | 2011-11-30 | 2 | -35/+35 |
* | Gtk3 package byte highlighter colour fix. | Anders Broman | 2011-11-29 | 1 | -16/+23 |
* | Add priority to the channel table. | Martin Mathieson | 2011-11-29 | 1 | -2/+10 |
* | There is now an early (source only) Win32 version of GTK3 available. | Jörg Mayer | 2011-11-26 | 1 | -1/+3 |
* | More warnings "set but not used" fixed | Jörg Mayer | 2011-11-21 | 2 | -8/+2 |
* | Handle ctime() and localtime() returning NULL and localtime() on Windows | Guy Harris | 2011-11-16 | 1 | -22/+30 |
* | Fix indentation. | Guy Harris | 2011-11-16 | 1 | -1/+1 |
* | If we set "column.hidden" on the command line but don't set | Guy Harris | 2011-11-13 | 2 | -35/+20 |
* | From Jan Šafránek: | Anders Broman | 2011-11-12 | 1 | -4/+5 |
* | Note that we should catch the OutOfMemoryError exception here to avoid | Guy Harris | 2011-11-12 | 1 | -0/+4 |
* | Get rid of the last remnants of the "check the syntax of capture | Guy Harris | 2011-11-10 | 2 | -10/+1 |
* | Pass a GMutex * instead of a GMutex **. | Gerald Combs | 2011-11-10 | 1 | -1/+1 |
* | Try to fix the GLib thread API deprecations listed in bug 6552. | Gerald Combs | 2011-11-09 | 3 | -6/+30 |
* | Change the use of threads from "mostly always, depending on your | Gerald Combs | 2011-11-07 | 7 | -130/+18 |