Fix the Frame Relay dissector to call subdissectors regardless of
[obnox/wireshark/wip.git] / plugins /
2001-01-04 gramDoesn't need #include "dfilter.h"
2001-01-03 guyAdd a new "prefs_register_protocol()" routine, which...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-12-28 guyUpdates from Ed Warnicke.
2000-12-25 guyPreferences shouldn't supposed to have blanks in their...
2000-12-20 gramBug fixes from Ed Warnicke.
2000-11-29 guyUse GLib's G_MODULE_EXPORT when defining constants...
2000-11-22 gramExport plugin_reg_handoff via DLLEXPORT.
2000-11-21 guyUpdates from Ed Warnicke.
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-11-10 guyYet Another .cvsignore file.
2000-11-10 guyTvbuffify the SAP and SDP dissectors.
2000-11-10 guyMGCP updates from Ed Warnicke.
2000-11-09 gramAdd MGCP dissector plugin from Ed Warnicke <hagbard...
2000-11-06 guy"plugin_reg_handoff()" is a symbol in the plugin that...
2000-11-05 guyNew-style plugins don't require a "desc" variable.
2000-11-05 guyAllow plugins to have, instead of "protocol" and "filte...
2000-11-01 guyUpdates from Steve Limkemann.
2000-10-11 guyFix it to build on Windows.
2000-09-13 grahambUpdated to ignore Win32 detritus
2000-08-18 denielModify the Gryphon plugin code in order to avoid an...
2000-08-11 denielMiscellaneous code cleaning
2000-05-31 gramFix plugin function table so that plugins work on Win32.
2000-05-31 guyAdd routines for adding items to a protocol tree that...
2000-05-28 oabadChanged my mail address to oabad@cybercable.fr (dhis...
2000-05-20 guyUse "rm -f", not "rm", to remove "plugin_api.obj",...
2000-05-11 gramAdd tvbuff class.
2000-05-05 guyAdd routines to:
2000-04-29 guyGraham Bloice's changes to, on Win32 using Microsoft...
2000-04-12 gramBuild tethereal and editcap on Win32.
2000-04-04 guyAdd "dissector_add()" to the list of routines exported...
2000-04-04 guyAdd "clean" rules in subdirectories, and run subdirecto...
2000-03-15 guyGive all the Ethereal APIs available to plugins their...
2000-03-15 guyRename the local variable "pi" to "ti" in several place...
2000-03-12 gramBreak proto_tree_add_item_format() into multiple functions:
2000-03-03 gramAdd config.nmake and two Makefile.nmake's to the list...
2000-02-15 gramCreate a header file for every packet-*.c file. Prune...
2000-02-12 guy"proto_add_item_subtree()" returns a value; its wrapper...
2000-02-10 geraldSean Walmsley <sean.p.walmsley@Hydro.ON.CA> caught...
2000-02-09 gramInitialize *p_pi solely to get rid of compiler warning.
2000-02-09 gramIntegrate Ed Meaney's <emeaney@altiga.com> changes...
2000-02-09 gramUpdate Makefiles for win32. Move local configuration...
2000-02-07 gramChange "unsigned gint64" to "guint64", and add GPL...
2000-02-07 gramCode changes, but not Makefile changes, for enabling...
2000-01-08 gramI finally got autoconf, automake, and the plugins to...
2000-01-01 guyAdd a "break;" statement to a "default:" clause - the...
1999-12-31 guyFilter out a few more things.
1999-12-31 guyFilter out a few more things.
1999-12-28 geraldAdd support for "--with-plugindir=<plugin install dir...
1999-12-26 geraldIntegrate libtool/libltdl with the plugin code. Add...
1999-12-15 gramAdd Dearborn Group Technology's Gryphon dissector as...