Add desegmentation support.
[metze/wireshark/wip.git] / plugins / plugin_table.h
2002-04-04 Guy HarrisMake "dissect_data()" static - it's only called through...
2002-02-27 Guy HarrisFix the declaration of "addr_call_dissector" to match...
2002-02-23 Guy Harris"is_tpkt()" is always used to check a TCP segment to...
2002-02-22 Guy HarrisHandle TPKT packets split across segment boundaries...
2002-02-20 Guy HarrisExport "conversation_set_dissector()" in the plugin...
2002-02-19 Guy HarrisFix up the declaration of "addr_tvb_new_real_data"...
2002-02-02 Guy HarrisRoutines added to the plugin table, and include-once...
2002-01-29 Guy HarrisSupport for capturing on, and reading captures from...
2002-01-05 Gilbert RamirezLong NCP traces can easily have many packets whose...
2001-12-10 Guy HarrisMove the pointer to the "column_info" structure in...
2001-12-03 Guy HarrisRemove the no-longer-extant "conv_dissector_add()"...
2001-12-03 Guy HarrisMake "dissector_add()", "dissector_delete()", and ...
2001-11-21 Gilbert RamirezRemove the pointer to the global packet_info from the...
2001-11-13 Gilbert RamirezHopefully the last time I have to change my e-mail...
2001-11-04 Guy HarrisAdditional routines made available to plugins, from...
2001-11-04 Guy HarrisIn "plugin_api_defs.h", just do
2001-11-01 Guy HarrisFix some declarations to match the signatures of "tvb_f...
2001-10-29 Guy HarrisStop using "tvb_get_ntohll()" and "%llX" in the BOOTP...
2001-10-17 Gilbert RamirezEnable building of the coseventcomm plugin on Win32.
2001-09-14 Guy HarrisMake the resolution for time values be nanoseconds...
2001-09-04 Guy HarrisFrom Thomas Wittwer: add "prefs_register_string_prefere...
2001-08-29 Guy HarrisAdd a "proto_item_append_text()" routine, which is...
2001-08-28 Guy HarrisGet rid of "proto_tree_add_notext()" - if you create...
2001-07-22 Guy HarrisAdd a bunch of routines used by GIOP plugins to the...
2001-04-25 Guy HarrisGet rid of support for non-tvbuffified plugin dissectors.
2001-04-25 Guy HarrisMake "col_set_str()" and "tvb_reported_length_remaining...
2001-04-02 Guy Harris"tvb_get_ptr()" now returns a "const guint8 *", not...
2001-01-28 Guy HarrisAdd "col_clear()" to the list of functions in the trans...
2001-01-26 Guy HarrisClean up the dissector registration up a bit - arrange...
2001-01-13 Guy HarrisTvbuffify the PIM dissector.
2001-01-09 Guy HarrisAdd an additional "protocol index" argument to "{old_...
2001-01-03 Guy HarrisAdd a new "prefs_register_protocol()" routine, which...
2001-01-03 Guy HarrisHave "proto_register_protocol()" build a list of data...
2000-11-18 Guy HarrisFix a number of problems that caused compiles to fail if
2000-11-16 Guy HarrisTvbuffify the STP dissector, have it register itself...
2000-11-15 Guy HarrisAdd a mechanism by which a dissector can be registered...
2000-11-14 Guy Harris"plugin_api.c" needs to include <glib.h>, to define...
2000-11-13 Guy HarrisAdd "dissector_delete()", "proto_item_get_len()",
2000-11-13 Guy HarrisAdd the tvbuff routines expected to be used by dissecto...
2000-11-12 Guy HarrisAdd a Makefile.nmake for the MGCP plugin, and update
2000-05-31 Gilbert RamirezFix plugin function table so that plugins work on Win32.
2000-05-05 Guy HarrisAdd routines to:
2000-04-04 Guy HarrisAdd "dissector_add()" to the list of routines exported...
2000-03-15 Guy HarrisGive all the Ethereal APIs available to plugins their...