Long NCP traces can easily have many packets whose "uniqueness"
[obnox/wireshark/wip.git] / plugins / plugin_api.c
2002-01-05 gramLong NCP traces can easily have many packets whose...
2001-12-03 guyRemove the no-longer-extant "conv_dissector_add()"...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-11-26 hagbardThis should be the final bit of removing the dissect_da...
2001-11-24 guyFinish removing the pointer to the no-longer-extant...
2001-11-21 gramRemove the pointer to the global packet_info from the...
2001-11-13 gramHopefully the last time I have to change my e-mail...
2001-11-04 guyAdditional routines made available to plugins, from...
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-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-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-03 guyAdd a new "prefs_register_protocol()" routine, which...
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...
2000-02-12 guy"proto_add_item_subtree()" returns a value; its wrapper...
2000-02-09 gramInitialize *p_pi solely to get rid of compiler warning.
2000-02-07 gramChange "unsigned gint64" to "guint64", and add GPL...
2000-02-07 gramCode changes, but not Makefile changes, for enabling...