Stop using "tvb_get_ntohll()" and "%llX" in the BOOTP dissector, as the
[obnox/wireshark/wip.git] / plugins / plugin_table.h
2001-10-29 guyStop using "tvb_get_ntohll()" and "%llX" in the BOOTP...
2001-10-17 gramEnable building of the coseventcomm plugin on Win32.
2001-09-14 guyMake the resolution for time values be nanoseconds...
2001-09-04 guyFrom Thomas Wittwer: add "prefs_register_string_prefere...
2001-08-29 guyAdd a "proto_item_append_text()" routine, which is...
2001-08-28 guyGet rid of "proto_tree_add_notext()" - if you create...
2001-07-22 guyAdd a bunch of routines used by GIOP plugins to the...
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...