Add "register-static.c" to the list of files to ignore in CVS.
[obnox/wireshark/wip.git] / plugins / plugin_table.h
2001-04-25 guyGet rid of support for non-tvbuffified plugin dissectors.
2001-04-25 guyMake "col_set_str()" and "tvb_reported_length_remaining...
2001-04-02 guy"tvb_get_ptr()" now returns a "const guint8 *", not...
2001-01-28 guyAdd "col_clear()" to the list of functions in the trans...
2001-01-26 guyClean up the dissector registration up a bit - arrange...
2001-01-13 guyTvbuffify the PIM dissector.
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-03 guyAdd a new "prefs_register_protocol()" routine, which...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-11-18 guyFix a number of problems that caused compiles to fail if
2000-11-16 guyTvbuffify the STP dissector, have it register itself...
2000-11-15 guyAdd a mechanism by which a dissector can be registered...
2000-11-14 guy"plugin_api.c" needs to include <glib.h>, to define...
2000-11-13 guyAdd "dissector_delete()", "proto_item_get_len()",
2000-11-13 guyAdd the tvbuff routines expected to be used by dissecto...
2000-11-12 guyAdd a Makefile.nmake for the MGCP plugin, and update
2000-05-31 gramFix plugin function table so that plugins work on Win32.
2000-05-05 guyAdd routines to:
2000-04-04 guyAdd "dissector_add()" to the list of routines exported...
2000-03-15 guyGive all the Ethereal APIs available to plugins their...