| Commit message (Expand) | Author | Age | Files | Lines |
* | Hopefully the last time I have to change my e-mail address. | Gilbert Ramirez | 2001-11-13 | 4 | -8/+8 |
* | Include "conversation.h", as the plugin API now includes the routines to | Guy Harris | 2001-11-04 | 1 | -1/+2 |
* | Additional routines made available to plugins, from Tomas Kukosa. | Guy Harris | 2001-11-04 | 4 | -13/+51 |
* | In "plugin_api_defs.h", just do | Guy Harris | 2001-11-04 | 2 | -161/+145 |
* | Fix some declarations to match the signatures of "tvb_find_guint8()" and | Guy Harris | 2001-11-01 | 2 | -6/+6 |
* | Sigh. Well, if you make the function declarations external, that means | Guy Harris | 2001-10-31 | 6 | -3/+205 |
* | Stop using "tvb_get_ntohll()" and "%llX" in the BOOTP dissector, as the | Guy Harris | 2001-10-29 | 3 | -27/+3 |
* | Enable building of the coseventcomm plugin on Win32. | Gilbert Ramirez | 2001-10-17 | 4 | -18/+106 |
* | Make the resolution for time values be nanoseconds rather than | Guy Harris | 2001-09-14 | 1 | -4/+4 |
* | From Thomas Wittwer: add "prefs_register_string_preference()" to the | Guy Harris | 2001-09-04 | 3 | -3/+8 |
* | Add a "proto_item_append_text()" routine, which is like | Guy Harris | 2001-08-29 | 3 | -3/+7 |
* | Get rid of "proto_tree_add_notext()" - if you create a subtree using it, | Guy Harris | 2001-08-28 | 3 | -13/+3 |
* | Add a bunch of routines used by GIOP plugins to the plugin address | Guy Harris | 2001-07-22 | 3 | -6/+41 |
* | Update .cvsignore. | Guy Harris | 2001-07-21 | 1 | -0/+3 |
* | CosEventComm dissector, from Frank Singleton. | Guy Harris | 2001-07-20 | 4 | -4/+867 |
* | Get rid of zero-length arrays. | Guy Harris | 2001-07-20 | 1 | -0/+4 |
* | Added .cvsignore | Ed Warnicke | 2001-07-20 | 1 | -0/+19 |
* | GIOP CosNaming support, from Frank Singleton. | Guy Harris | 2001-07-19 | 12 | -4/+2359 |
* | Add some additional items to .cvsignore files, for new files built when | Guy Harris | 2001-07-10 | 2 | -0/+2 |
* | Fixed the make dist problem. | Ed Warnicke | 2001-07-10 | 2 | -4/+4 |
* | C sources are in $(srcdir) and not the current directory | Uwe Girlich | 2001-07-09 | 2 | -4/+4 |
* | Fixed the {tethereal,ethereal}_static targets so that the | Ed Warnicke | 2001-07-08 | 5 | -21/+53 |
* | 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 | 2 | -43/+43 |
* | Get rid of support for non-tvbuffified plugin dissectors. | Guy Harris | 2001-04-25 | 3 | -12/+3 |
* | Make "col_set_str()" and "tvb_reported_length_remaining()" available in | Guy Harris | 2001-04-25 | 3 | -3/+11 |
* | Tvbuffify the Gryphon dissector. | Guy Harris | 2001-04-25 | 3 | -788/+892 |
* | Signed vs. unsigned fixes from Joerg Mayer. | Guy Harris | 2001-04-23 | 1 | -15/+19 |
* | Get rid of NullTVB references. | Guy Harris | 2001-04-23 | 1 | -3/+3 |
* | "tvb_get_ptr()" now returns a "const guint8 *", not a "guint8 *"; adjust | Guy Harris | 2001-04-02 | 1 | -2/+2 |
* | 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 |
* | Add some win32-specific targets in .cvsignore's. | Gilbert Ramirez | 2001-03-06 | 1 | -5/+5 |
* | Updates from Ed Warnicke. | Guy Harris | 2001-03-04 | 2 | -14/+21 |
* | Update from Ed Warnicke. | Guy Harris | 2001-03-04 | 2 | -40/+208 |
* | Add "col_clear()" to the list of functions in the transfer vector for | Guy Harris | 2001-01-28 | 3 | -3/+7 |
* | Clean up the dissector registration up a bit - arrange that all plugins | Guy Harris | 2001-01-26 | 4 | -21/+4 |
* | Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" | Guy Harris | 2001-01-22 | 1 | -5/+10 |
* | Tvbuffify the PIM dissector. | Guy Harris | 2001-01-13 | 3 | -8/+3 |
* | Increment module version. | Gilbert Ramirez | 2001-01-12 | 2 | -2/+2 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 3 | -12/+17 |
* | Doesn't need #include "dfilter.h" | Gilbert Ramirez | 2001-01-04 | 1 | -2/+1 |
* | Add a new "prefs_register_protocol()" routine, which is like | Guy Harris | 2001-01-03 | 4 | -16/+16 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+2 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 2 | -6/+7 |
* | 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 |