| Commit message (Expand) | Author | Age | Files | Lines |
* | Subdissectors must be called regardless of whether a protocol tree is | Guy Harris | 2003-12-05 | 1 | -67/+61 |
* | Fix the copyright notices (Gerald has the copyright on Ethereal). | Guy Harris | 2003-11-17 | 1 | -4/+3 |
* | Use "$(OBJECTS)" whenever a complete list of .obj files appears, rather | Guy Harris | 2003-11-06 | 1 | -3/+3 |
* | Give every Makefile.nmake file a "distclean" rule, and have "distclean" | Guy Harris | 2003-10-10 | 1 | -1/+3 |
* | - Make --enable-static work again (configure.in, Makefile.am) | Jörg Mayer | 2003-09-05 | 2 | -9/+4 |
* | "tvb_new_subset(tvb, 0, tvb_length(tvb), -1)" is equivalent to | Guy Harris | 2003-09-02 | 1 | -5/+3 |
* | Get rid of carriage returns - some compilers don't like them. | Guy Harris | 2003-07-25 | 1 | -53/+53 |
* | Define GLIB_LIBS and GTK_LIBS variables in config.nmake (based on | Guy Harris | 2003-06-14 | 1 | -2/+2 |
* | Define GLIB_CFLAGS and GTK_CFLAGS variables in config.nmake (based on | Guy Harris | 2003-06-14 | 1 | -4/+2 |
* | Get rid of allocations of unused buffers. | Guy Harris | 2003-06-12 | 1 | -3/+1 |
* | Modify tvb_get_nstringz*() to behave more like snprintf(). Make changes | Gerald Combs | 2003-04-30 | 1 | -3/+3 |
* | From Lars Roland: | Guy Harris | 2003-04-16 | 4 | -15/+24 |
* | Add packet-mgcp.h to the distribution. | Gerald Combs | 2003-03-07 | 1 | -3/+3 |
* | "transid" values are guint32's, and should be printed with "%u" (on | Guy Harris | 2003-03-06 | 1 | -3/+4 |
* | From Lars Ronald : | Ronnie Sahlberg | 2003-03-06 | 2 | -25/+370 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -196/+196 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -9/+1 |
* | Add an extra argument to "tvb_find_line_end()", which specifies what it | Guy Harris | 2002-07-17 | 1 | -10/+10 |
* | From Nix: | Guy Harris | 2002-07-06 | 1 | -3/+3 |
* | Mark the "plugin_address_table_t *" argument to "plugin_init()" as | Guy Harris | 2002-04-30 | 1 | -15/+13 |
* | From Joerg Mayer: | Guy Harris | 2002-02-27 | 1 | -2/+2 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 2 | -6/+6 |
* | Fix some problems in protocol preferences blurbs. | Guy Harris | 2002-01-20 | 1 | -1/+2 |
* | From Motonori Shindo: | Guy Harris | 2001-12-12 | 1 | -2/+2 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -11/+11 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -18/+15 |
* | Sigh. Well, if you make the function declarations external, that means | Guy Harris | 2001-10-31 | 1 | -1/+3 |
* | Add some additional items to .cvsignore files, for new files built when | Guy Harris | 2001-07-10 | 1 | -0/+1 |
* | Fixed the make dist problem. | Ed Warnicke | 2001-07-10 | 1 | -2/+2 |
* | C sources are in $(srcdir) and not the current directory | Uwe Girlich | 2001-07-09 | 1 | -2/+2 |
* | Fixed the {tethereal,ethereal}_static targets so that the | Ed Warnicke | 2001-07-08 | 2 | -2/+17 |
* | Some additional cleanup. | Ed Warnicke | 2001-07-08 | 2 | -2/+5 |
* | Fixed problem with handling empty parameters. | Ed Warnicke | 2001-07-05 | 2 | -5/+3 |
* | Some minor changes to allow the mgcp plugin to be compiled | Ed Warnicke | 2001-07-04 | 1 | -8/+8 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -36/+36 |
* | Get rid of NullTVB references. | Guy Harris | 2001-04-23 | 1 | -3/+3 |
* | Update the version of the MGCP plugin. | Guy Harris | 2001-03-23 | 1 | -1/+1 |
* | Get rid of no-longer-used "tvb_section_length()" routine. | Guy Harris | 2001-03-22 | 1 | -14/+1 |
* | Patch from Ed Warnicke. | Olivier Abad | 2001-03-15 | 1 | -30/+14 |
* | Updates from Ed Warnicke. | Guy Harris | 2001-03-04 | 2 | -14/+21 |
* | Update from Ed Warnicke. | Guy Harris | 2001-03-04 | 2 | -40/+208 |
* | Clean up the dissector registration up a bit - arrange that all plugins | Guy Harris | 2001-01-26 | 1 | -6/+1 |
* | Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" | Guy Harris | 2001-01-22 | 1 | -5/+10 |
* | Increment module version. | Gilbert Ramirez | 2001-01-12 | 1 | -1/+1 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -5/+9 |
* | Add a new "prefs_register_protocol()" routine, which is like | Guy Harris | 2001-01-03 | 1 | -8/+8 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -4/+4 |
* | Updates from Ed Warnicke. | Guy Harris | 2000-12-28 | 3 | -30/+49 |
* | Preferences shouldn't supposed to have blanks in their names - it can | Guy Harris | 2000-12-25 | 1 | -15/+15 |
* | Bug fixes from Ed Warnicke. | Gilbert Ramirez | 2000-12-20 | 1 | -10/+40 |