| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -20/+20 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -6/+2 |
* | Fix a few more memleaks found by valgrind (all deriving | Jörg Mayer | 2002-08-01 | 1 | -5/+7 |
* | Handle the "bool" members the same way we handled the members for | Guy Harris | 2002-06-16 | 1 | -5/+5 |
* | From Chris Waters: don't use "bool" as a variable name or structure | Guy Harris | 2002-06-16 | 1 | -5/+5 |
* | From Michal Melerowicz: | Guy Harris | 2002-05-29 | 1 | -1/+7 |
* | Don't give ordinal numbers to preferences that aren't displayed. | Guy Harris | 2002-05-25 | 1 | -3/+11 |
* | Add a mechanism for registering "obsolete" preference modules, so that | Guy Harris | 2002-05-11 | 1 | -4/+30 |
* | From Joerg Mayer: mark function arguments as unused. | Guy Harris | 2002-03-31 | 1 | -2/+2 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -5/+5 |
* | Include <resolv.h> after "globals.h", as, at least on some platforms, | Guy Harris | 2002-01-15 | 1 | -2/+2 |
* | Fix some preferences to eliminate the extra copy of the protocol name at | Guy Harris | 2002-01-15 | 1 | -1/+15 |
* | Add a preferences page for the name resolution flags. | Guy Harris | 2002-01-13 | 1 | -10/+11 |
* | Add a preferences page for capture preferences, so that the user can | Guy Harris | 2002-01-10 | 1 | -5/+19 |
* | Add preferences to save the main window size and position. If enabled, | Gerald Combs | 2001-12-31 | 1 | -10/+66 |
* | From Darren New: BXXP dissector modified to be a BEEP dissector. | Guy Harris | 2001-12-08 | 1 | -3/+11 |
* | When reading the preferences file, if the "module.preference" string | Gilbert Ramirez | 2001-11-19 | 1 | -18/+35 |
* | Fix a couple of comments. | Guy Harris | 2001-11-09 | 1 | -4/+4 |
* | Allow periods in module names. | Gilbert Ramirez | 2001-11-08 | 1 | -2/+2 |
* | Allow a dissector to register preferences that it no longer supports as | Guy Harris | 2001-11-04 | 1 | -3/+95 |
* | Crash if a dissector tries to create more than one preference with the | Guy Harris | 2001-11-03 | 1 | -3/+17 |
* | Have a routine that takes a file name for a personal configuration file | Guy Harris | 2001-10-24 | 1 | -20/+5 |
* | Add a new routine to create the ".ethereal" directory for a user. | Guy Harris | 2001-10-23 | 1 | -22/+1 |
* | Add a routine to get the directory in which personal configuration files | Guy Harris | 2001-10-22 | 1 | -28/+38 |
* | Use G_DIR_SEPARATOR_S rather than "/" as a pathname separator in format | Guy Harris | 2001-10-21 | 1 | -6/+8 |
* | Keep the list of modules with preferences sorted by the module name, in | Guy Harris | 2001-10-21 | 1 | -2/+11 |
* | The Quake3 dissector wasn't in the previous release, only users running | Guy Harris | 2001-10-16 | 1 | -29/+9 |
* | The Quake III dissector called both the arena server port preference and | Guy Harris | 2001-10-13 | 1 | -54/+76 |
* | On Windows, use the directory in which the binary resides as the | Guy Harris | 2001-08-21 | 1 | -7/+14 |
* | Use an unsigned character when processing string lists, so that you can | Guy Harris | 2001-07-23 | 1 | -2/+3 |
* | Make "put_string_list()" truly take a GList of strings as arguments; | Guy Harris | 2001-07-23 | 1 | -55/+57 |
* | Reformat to be a bit closer to the way it looked before the parser | Guy Harris | 2001-07-22 | 1 | -13/+12 |
* | Ignore non-quoted white space in string lists. | Guy Harris | 2001-07-22 | 1 | -49/+96 |
* | "col_format_to_pref_str()" is used only in "prefs.c", and knows about | Guy Harris | 2001-07-22 | 1 | -2/+52 |
* | Check for valid column titles (non-zero-length) and valid column formats | Guy Harris | 2001-07-22 | 1 | -8/+31 |
* | Don't require the strings in string lists to be quoted, just allow them | Guy Harris | 2001-07-22 | 1 | -50/+77 |
* | Various signed vs. unsigned fixes, from Joerg Mayer. | Guy Harris | 2001-06-18 | 1 | -3/+3 |
* | Make Ethereal default to promiscuous-mode captures, the way it did | Guy Harris | 2001-06-04 | 1 | -6/+5 |
* | Support for "-N" flag enabling selected forms of name resolution, from | Guy Harris | 2001-05-31 | 1 | -13/+86 |
* | There's no "enable name resolution in captures" preference in Ethereal, | Guy Harris | 2001-04-15 | 1 | -10/+20 |
* | Added the ethereal capture preferences to the preference file. | Jeff Foster | 2001-04-13 | 1 | -1/+50 |
* | "get_home_dir()", in "epan/filesystem.c", uses | Guy Harris | 2001-04-02 | 1 | -2/+2 |
* | Map the old MGCP preference names to the new ones (including a special | Guy Harris | 2001-01-05 | 1 | -5/+80 |
* | Add a new "prefs_register_protocol()" routine, which is like | Guy Harris | 2001-01-03 | 1 | -1/+13 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -1/+9 |
* | Fix a number of problems that caused compiles to fail if | Guy Harris | 2000-11-18 | 1 | -5/+5 |
* | At least on UNIX/X, make the wildcard pattern that's the initial | Guy Harris | 2000-10-15 | 1 | -2/+47 |
* | More EPAN-related code movements. Get rid of usage of #include "globals.h" | Gilbert Ramirez | 2000-09-28 | 1 | -1/+2 |
* | Oops, I left off one "-*" in the XLFD description for the font that is | Guy Harris | 2000-09-12 | 1 | -2/+2 |
* | Graham Bloice's patch to support inverse video rather than boldface | Guy Harris | 2000-09-08 | 1 | -1/+13 |