| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove: | Anders Broman | 2008-04-09 | 1 | -3/+0 |
* | remove GTK1 specific font handling | Ulf Lamping | 2008-04-08 | 1 | -1/+1 |
* | remove GTK1 code | Ulf Lamping | 2008-04-07 | 1 | -149/+2 |
* | Include epan/strutil.h for gtk-1.2 builds. | Michael Tüxen | 2008-03-01 | 1 | -0/+1 |
* | Next attempt to cleanup some string functions, including: | Stig Bjørlykke | 2008-02-29 | 1 | -14/+16 |
* | Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat). | Stig Bjørlykke | 2008-02-01 | 1 | -13/+13 |
* | Move libsmi settings from virtual mibs protocol page to name resolution page. | Jaap Keuter | 2008-01-18 | 1 | -7/+3 |
* | Whitespace cleanup of AIRPCAP code. | Jaap Keuter | 2008-01-17 | 1 | -59/+59 |
* | From Jim Young: | Jaap Keuter | 2008-01-16 | 1 | -1/+27 |
* | hide implementation of module list | Tomas Kukosa | 2007-11-29 | 1 | -9/+9 |
* | fix the path to include g_ascii_strcasecmp.h | Ronnie Sahlberg | 2007-11-28 | 1 | -1/+1 |
* | strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delenda | Guy Harris | 2007-11-27 | 1 | -4/+8 |
* | Avoid redraw hex dump windows if redissecting. | Stig Bjørlykke | 2007-11-21 | 1 | -6/+6 |
* | Fix bug #1548: call of "Protocol Preferences" results in GTK error msg | Stephen Fisher | 2007-05-16 | 1 | -5/+7 |
* | This change allows a structure to be created under the "Protocols" section of... | Graeme Lunt | 2007-03-19 | 1 | -27/+65 |
* | second iteration: | Luis Ontanon | 2007-02-03 | 1 | -1/+45 |
* | From Giorgio Tino: Add a "static text" protocol preference type. This | Gerald Combs | 2006-12-05 | 1 | -5/+53 |
* | Fix build | Jaap Keuter | 2006-11-17 | 1 | -0/+2 |
* | code cleanup | Ulf Lamping | 2006-11-17 | 1 | -3/+0 |
* | Fix for bug 948, "Apply capture preferences not applying." Now when the user | Stephen Fisher | 2006-11-16 | 1 | -0/+9 |
* | AirPcap fixes from Giorgio Tino: | Gerald Combs | 2006-10-20 | 1 | -0/+71 |
* | Add support for: | Gerald Combs | 2006-10-19 | 1 | -0/+14 |
* | As Stephen Fisher noted, the Apply button should also save the changed settin... | Ulf Lamping | 2006-10-03 | 1 | -0/+5 |
* | now: Don't have a Save button in the following settings dialogs: | Ulf Lamping | 2006-10-03 | 1 | -24/+55 |
* | from Stephen Fisher: | Ulf Lamping | 2006-09-29 | 1 | -1/+1 |
* | fix the context menu "Protocol Preferences" bug AGAIN (bug introduced again i... | Ulf Lamping | 2006-09-29 | 1 | -1/+1 |
* | Add support for reading from stdin under Windows. Based on a patch sent | Gerald Combs | 2006-09-22 | 1 | -1/+1 |
* | fix #1061: the logic to search for a specific protocol page was missing the c... | Ulf Lamping | 2006-08-28 | 1 | -2/+7 |
* | Put protocol preferences in a scrolled window, in case a particular | Gerald Combs | 2006-08-14 | 1 | -13/+18 |
* | Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUI | Guy Harris | 2006-05-22 | 1 | -2/+2 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | add a Help button to the Preferences dialog | Ulf Lamping | 2006-04-20 | 1 | -2/+13 |
* | fix #322, 2nd try: don't pass NULL to gtk_tree_iter_free(), this seems to cau... | Ulf Lamping | 2005-09-26 | 1 | -1/+2 |
* | fix #322: packet detail window -> Protocol Preferences: tree not expanded | Ulf Lamping | 2005-09-25 | 1 | -15/+101 |
* | convert to g_snprintf() | Ronnie Sahlberg | 2005-09-01 | 1 | -1/+0 |
* | - Declare some functions static | Jörg Mayer | 2005-08-20 | 1 | -2/+2 |
* | renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na... | Ulf Lamping | 2005-08-20 | 1 | -1/+1 |
* | Constify to remove a bunch of warnings. Add some casts to squelch | Guy Harris | 2005-07-24 | 1 | -2/+2 |
* | huge cleanup of capture file API (functions in file.c/file.h). | Ulf Lamping | 2005-02-04 | 1 | -4/+4 |
* | Make the tone of the error messages a bit less formal, by using | Guy Harris | 2004-12-29 | 1 | -2/+2 |
* | Have "range_convert_range()" dynamically allocate a string large enough | Guy Harris | 2004-10-17 | 1 | -2/+3 |
* | Remove the fixed maximum number of subranges in a range_t; dynamically | Guy Harris | 2004-10-16 | 1 | -13/+23 |
* | Make the nranges member of a range_t be the number of ranges, not the | Guy Harris | 2004-10-16 | 1 | -7/+8 |
* | From Jeff Morriss: PREF_RANGE preference type, for ranges of integers. | Guy Harris | 2004-10-14 | 1 | -0/+63 |
* | Check the values of the protocol preferences before fetching them; if | Guy Harris | 2004-10-12 | 1 | -13/+93 |
* | "prefs-int.h" belongs in epan, too. | Guy Harris | 2004-10-01 | 1 | -1/+1 |
* | Move prefs.c and prefs.h into the epan subdirectory. | Guy Harris | 2004-09-27 | 1 | -1/+1 |
* | When applying preferences, we have to apply the protocol preferences | Guy Harris | 2004-09-25 | 1 | -3/+7 |
* | Use _WIN32 rather than WIN32 to determine if we're compiling on Win32; | Guy Harris | 2004-09-11 | 1 | -1/+1 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |