| Commit message (Expand) | Author | Age | Files | Lines |
* | third round to replace SIGNAL_CONNECT with g_signal_connect | Ulf Lamping | 2008-04-11 | 1 | -1/+1 |
* | second round to replace SIGNAL_CONNECT with g_signal_connect | Ulf Lamping | 2008-04-11 | 1 | -2/+2 |
* | OBJECT_..._DATA --> g_object_..._data | Bill Meier | 2008-04-11 | 1 | -7/+7 |
* | try to fix #if !GTK_CHECK_VERSION | Ulf Lamping | 2008-04-07 | 1 | -2/+2 |
* | replace confusing #if checking for GTK2.4.0 (the GTK version when gtk_file_ch... | Ulf Lamping | 2008-04-06 | 1 | -7/+7 |
* | remove GTK1 code | Ulf Lamping | 2008-04-06 | 1 | -2/+0 |
* | Get rid of some #if-ed out includes, which aren't needed. | Guy Harris | 2007-03-14 | 1 | -16/+0 |
* | Sync up my changes so far to the content list (now called object | Stephen Fisher | 2007-02-28 | 1 | -0/+5 |
* | U3 packaging, utility and Wireshark modifications that allows Wireshark to be... | Graeme Lunt | 2006-08-26 | 1 | -1/+20 |
* | Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUI | Guy Harris | 2006-05-22 | 1 | -1/+1 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | Include <errno.h> to get errnos. | Guy Harris | 2006-04-30 | 1 | -0/+3 |
* | See whether <stdio.h> will get EISDIR defined. | Guy Harris | 2006-04-30 | 1 | -2/+0 |
* | Move the file selection dialog routines to file_dlg.c, and give it a | Guy Harris | 2006-04-30 | 1 | -0/+342 |
* | Most of the stuff in file_dlg.c is specific to capture files, so rename | Guy Harris | 2006-04-29 | 1 | -1898/+0 |
* | For the "there's already a file with that name" dialog, use a wording | Guy Harris | 2006-02-19 | 1 | -2/+3 |
* | Freeze and thaw the packet list after a merge so that the packet list shows | Gerald Combs | 2006-02-16 | 1 | -0/+2 |
* | Have those functions that end up just calling a win32_ routine if we're | Guy Harris | 2006-02-15 | 1 | -34/+29 |
* | Copy over the file open/save code from the Win32 native branch. | Gerald Combs | 2006-02-13 | 1 | -32/+65 |
* | In "Save As", support only file types we can write to; that simplifies | Guy Harris | 2006-02-11 | 1 | -65/+20 |
* | fix #152 | Ulf Lamping | 2005-12-31 | 1 | -2/+4 |
* | replace *a lot* of file related calls by their GLib counterparts. This is nec... | Ulf Lamping | 2005-11-06 | 1 | -4/+0 |
* | bugfix: don't crash the file open dialog, if the preview gets confused by "in... | Ulf Lamping | 2005-10-26 | 1 | -8/+12 |
* | disable gzip output compression for now, as it won't work in some cases (see ... | Ulf Lamping | 2005-09-23 | 1 | -1/+5 |
* | added compression support for capture file output. The Save/As dialog now has... | Ulf Lamping | 2005-09-14 | 1 | -2/+16 |
* | EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! | Ulf Lamping | 2005-08-24 | 1 | -9/+3 |
* | renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na... | Ulf Lamping | 2005-08-20 | 1 | -1/+1 |
* | Add APIs to Wiretap to return the file of the size as supplied by the OS | Guy Harris | 2005-08-19 | 1 | -11/+5 |
* | More char -> const char warning fixes. | Jörg Mayer | 2005-08-05 | 1 | -2/+2 |
* | Fix more "no previous declaration" warnings | Jörg Mayer | 2005-08-02 | 1 | -4/+4 |
* | ask for unsaved file when using the new start capture feature, | Ulf Lamping | 2005-04-19 | 1 | -1/+1 |
* | Save As: ask user if he wants to overwrite an already existing file | Ulf Lamping | 2005-04-12 | 1 | -33/+115 |
* | code cleanup: use common prefix for all functions in color_filters.h | Ulf Lamping | 2005-03-26 | 1 | -5/+5 |
* | Have "cf_merge_files()" take a pointer-to-pointer-to-char as the output | Guy Harris | 2005-02-17 | 1 | -10/+10 |
* | Have "cf_merge_files()" always close "out_fd" before returning; it does | Guy Harris | 2005-02-15 | 1 | -1/+0 |
* | minor enhancements to Guy's last update | Ulf Lamping | 2005-02-05 | 1 | -5/+5 |
* | Put "cf_status_t" back. | Guy Harris | 2005-02-05 | 1 | -6/+6 |
* | huge cleanup of capture file API (functions in file.c/file.h). | Ulf Lamping | 2005-02-04 | 1 | -11/+11 |
* | We use the range utilities regardless of whether we're built with | Guy Harris | 2005-01-27 | 1 | -1/+1 |
* | The right way to check whether a pointer is null and get a Boolean is to | Guy Harris | 2005-01-01 | 1 | -5/+5 |
* | "gtk_entry_get_text()" returns a "const char *" - assign the result to | Guy Harris | 2004-12-31 | 1 | -15/+17 |
* | Make the tone of the error messages a bit less formal, by using | Guy Harris | 2004-12-29 | 1 | -1/+1 |
* | Change some of the merge.c APIs to return more information on failure, | Guy Harris | 2004-10-27 | 1 | -12/+11 |
* | Change some code that affects g_resolv_flags to set a flag if the check | Guy Harris | 2004-10-22 | 1 | -4/+13 |
* | When merging, default to the current file format as the output format. | Guy Harris | 2004-10-17 | 1 | -0/+3 |
* | From Mark C. Brown: allow the file type for the merge operation to be | Guy Harris | 2004-10-17 | 1 | -15/+34 |
* | Remove the fixed maximum number of subranges in a range_t; dynamically | Guy Harris | 2004-10-16 | 1 | -3/+21 |
* | Move prefs.c and prefs.h into the epan subdirectory. | Guy Harris | 2004-09-27 | 1 | -1/+1 |
* | Fix a minor bug only with GTK2.4: if have a problem while saving a file (e.g.... | Ulf Lamping | 2004-09-08 | 1 | -0/+8 |
* | The packet range stuff knows about capture_file structures, so it's | Guy Harris | 2004-09-04 | 1 | -1/+1 |