Add HP Switch Protocol SAP value
[obnox/wireshark/wip.git] / plugins / gryphon /
2006-10-31 sahlbergchange the signature for the get_pdu_len() function...
2006-10-29 ulflput every python script name into "" so the call won...
2006-06-02 jmayerremove plugin.c in distlclean
2006-05-31 geraldlibethereal -> libwireshark. idl2eth -> idl2wrs. ...
2006-05-22 sahlbergethereal->wireshark updates
2006-05-21 sahlbergname change
2006-04-22 guyConvert most other plugin dissectors to use the make...
2006-03-20 sahlbergwaste a couple of bytes per tcp conversation and make...
2005-07-23 jmayerMore 'char*' -> 'const char*' changes to fix warnings.
2005-07-10 jmayerAfter doing "make maintainer-clean", "svn status -...
2005-03-07 guyCall the "new-style init" routine for plugins a "regist...
2005-03-05 lrolandPreparations for dropping the old plugin api.
2005-02-14 guyMake the "maintainer-clean" rules get rid of some addit...
2004-11-21 guyUpdate a URL.
2004-10-01 guyFrom Lars Roland: we need to define _NEED_VAR_IMPORT_...
2004-09-29 guyFrom Lars Roland: add an option to link plugins with...
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-08-22 guyEthereal has required guint64 support for a while,...
2004-07-18 jmayer .cvsignore is dead
2004-07-18 jmayerAdd epan/dissectors/.cvsignore
2004-07-18 gramMove dissectors to epan/dissectors directory.
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-04-25 obiotReplace the plugin linkage libs into PLUGIN_LIBS which...
2004-04-14 obiotAdd support for plugin dissectors on cygwin builds...
2004-01-24 jmayerTrivial signed/unsigned warning fixes
2004-01-05 ulflremoved some MSVC warnings (level 3)
2003-11-17 guyFix the copyright notices (Gerald has the copyright...
2003-11-06 guyUse "$(OBJECTS)" whenever a complete list of .obj files...
2003-11-04 guyFrom Masaki Chikama: fix static compilation of "generic...
2003-10-10 guyGive every Makefile.nmake file a "distclean" rule,...
2003-10-06 jmayercheck in the following comment:
2003-10-06 jmayerFix 4 warnings in case of strict-aliasing by declaring...
2003-10-03 guyFrom Steve Limkemann:
2003-09-09 guyUse the right value_string table for the filter mode in
2003-09-05 jmayer- Make --enable-static work again (configure.in, Makefi...
2003-06-14 guyDefine GLIB_LIBS and GTK_LIBS variables in config.nmake...
2003-06-14 guyDefine GLIB_CFLAGS and GTK_CFLAGS variables in config...
2003-06-12 guyLink the plugin with glib, as it now calls "g_free()".
2003-06-12 guyAdd new routines:
2003-04-30 geraldModify tvb_get_nstringz*() to behave more like snprintf...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-07-06 guyFrom Nix:
2002-05-05 guyMake a "tcp_dissect_pdus()" with the standard loop...
2002-05-01 guyGet rid of unused arguments.
2002-05-01 guyMake more use of "val_to_str()" and "decode_boolean_bit...
2002-05-01 guyUse the bitfield decoding routines for bitfields.
2002-05-01 guyAdd desegmentation support.
2002-04-30 guyMark the "plugin_address_table_t *" argument to "plugin...
2002-02-27 guyFrom Joerg Mayer:
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2001-12-12 guyFrom Motonori Shindo:
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-10-31 guySigh. Well, if you make the function declarations...
2001-07-10 guyAdd some additional items to .cvsignore files, for...
2001-07-10 hagbardFixed the make dist problem.
2001-07-09 girlichC sources are in $(srcdir) and not the current directory
2001-07-08 hagbardFixed the {tethereal,ethereal}_static targets so that the
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-04-25 guyTvbuffify the Gryphon dissector.
2001-04-23 guySigned vs. unsigned fixes from Joerg Mayer.
2001-01-12 gramIncrement module version.
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-04 gramDoesn't need #include "dfilter.h"
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-11-29 guyUse GLib's G_MODULE_EXPORT when defining constants...
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-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-11 gramAdd tvbuff class.
2000-04-12 gramBuild tethereal and editcap on Win32.
2000-04-04 guyAdd "clean" rules in subdirectories, and run subdirecto...
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-10 geraldSean Walmsley <sean.p.walmsley@Hydro.ON.CA> caught...
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-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...