aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/gryphon
AgeCommit message (Expand)AuthorFilesLines
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.jmayer2-42/+49
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"jmayer1-0/+3
2005-03-07Call the "new-style init" routine for plugins a "register" routine, asguy1-6/+6
2005-03-05Preparations for dropping the old plugin api.lroland2-15/+5
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedguy1-0/+2
2004-11-21Update a URL.guy1-1/+1
2004-10-01From Lars Roland: we need to define _NEED_VAR_IMPORT_ in plugins if weguy1-2/+2
2004-09-29From Lars Roland: add an option to link plugins with libethereal ratherguy1-2/+11
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-08-22Ethereal has required guint64 support for a while, so there's no need toguy1-27/+30
2004-07-18 .cvsignore is deadjmayer1-21/+0
2004-07-18Add epan/dissectors/.cvsignorejmayer1-0/+2
2004-07-18Move dissectors to epan/dissectors directory.gram1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy4-4/+4
2004-04-25Replace the plugin linkage libs into PLUGIN_LIBS which is generated from theobiot1-2/+2
2004-04-14Add support for plugin dissectors on cygwin builds, by adding the followingobiot1-1/+2
2004-01-24Trivial signed/unsigned warning fixesjmayer1-12/+12
2004-01-05removed some MSVC warnings (level 3)ulfl1-2/+2
2003-11-17Fix the copyright notices (Gerald has the copyright on Ethereal).guy1-4/+5
2003-11-06Use "$(OBJECTS)" whenever a complete list of .obj files appears, ratherguy1-3/+3
2003-11-04From Masaki Chikama: fix static compilation of "generic ASN.1" andguy1-1/+7
2003-10-10Give every Makefile.nmake file a "distclean" rule, and have "distclean"guy1-1/+3
2003-10-06check in the following comment:jmayer1-1/+4
2003-10-06Fix 4 warnings in case of strict-aliasing by declaring timestamp as time_tjmayer1-3/+3
2003-10-03From Steve Limkemann:guy3-73/+600
2003-09-09Use the right value_string table for the filter mode inguy1-2/+2
2003-09-05- Make --enable-static work again (configure.in, Makefile.am)jmayer2-8/+3
2003-06-14Define GLIB_LIBS and GTK_LIBS variables in config.nmake (based onguy1-2/+2
2003-06-14Define GLIB_CFLAGS and GTK_CFLAGS variables in config.nmake (based onguy1-4/+2
2003-06-12Link the plugin with glib, as it now calls "g_free()".guy1-2/+3
2003-06-12Add new routines:guy1-5/+5
2003-04-30Modify tvb_get_nstringz*() to behave more like snprintf(). Make changesgerald1-3/+4
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer2-54/+54
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-11/+4
2002-07-06From Nix:guy1-3/+3
2002-05-05Make a "tcp_dissect_pdus()" with the standard loop for a TCP segment,guy1-105/+38
2002-05-01Get rid of unused arguments.guy2-101/+101
2002-05-01Make more use of "val_to_str()" and "decode_boolean_bitfield()".guy1-133/+85
2002-05-01Use the bitfield decoding routines for bitfields.guy2-100/+91
2002-05-01Add desegmentation support.guy2-153/+290
2002-04-30Mark the "plugin_address_table_t *" argument to "plugin_init()" asguy1-2/+6
2002-02-27From Joerg Mayer:guy1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy2-4/+4
2001-12-12From Motonori Shindo:guy1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-8/+8
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-7/+9
2001-10-31Sigh. Well, if you make the function declarations external, that meansguy1-1/+3
2001-07-10Add some additional items to .cvsignore files, for new files built whenguy1-0/+1
2001-07-10Fixed the make dist problem.hagbard1-2/+2
2001-07-09C sources are in $(srcdir) and not the current directorygirlich1-2/+2