aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/gryphon
AgeCommit message (Expand)AuthorFilesLines
2007-01-03clean should also remove generated plugin.c and manifest filesUlf Lamping1-2/+3
2006-12-19Add Windows version info resource.Jaap Keuter4-9/+87
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...Ronnie Sahlberg1-1/+1
2006-10-29put every python script name into "" so the call won't fail on Win32 native p...Ulf Lamping1-1/+1
2006-06-02remove plugin.c in distlcleanJörg Mayer1-1/+2
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs1-3/+3
2006-05-22ethereal->wireshark updatesRonnie Sahlberg1-1/+1
2006-05-21name changeRonnie Sahlberg4-7/+7
2006-04-22Convert most other plugin dissectors to use the make-dissector-regGuy Harris4-35/+160
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...Ronnie Sahlberg1-0/+1
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer2-42/+49
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"Jörg Mayer1-0/+3
2005-03-07Call the "new-style init" routine for plugins a "register" routine, asGuy Harris1-6/+6
2005-03-05Preparations for dropping the old plugin api.Lars Roland2-15/+5
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris1-0/+2
2004-11-21Update a URL.Guy Harris1-1/+1
2004-10-01From Lars Roland: we need to define _NEED_VAR_IMPORT_ in plugins if weGuy Harris1-2/+2
2004-09-29From Lars Roland: add an option to link plugins with libethereal ratherGuy Harris1-2/+11
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-08-22Ethereal has required guint64 support for a while, so there's no need toGuy Harris1-27/+30
2004-07-18 .cvsignore is deadJörg Mayer1-21/+0
2004-07-18Add epan/dissectors/.cvsignoreJörg Mayer1-0/+2
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris4-4/+4
2004-04-25Replace the plugin linkage libs into PLUGIN_LIBS which is generated from theOlivier Biot1-2/+2
2004-04-14Add support for plugin dissectors on cygwin builds, by adding the followingOlivier Biot1-1/+2
2004-01-24Trivial signed/unsigned warning fixesJörg Mayer1-12/+12
2004-01-05removed some MSVC warnings (level 3)Ulf Lamping1-2/+2
2003-11-17Fix the copyright notices (Gerald has the copyright on Ethereal).Guy Harris1-4/+5
2003-11-06Use "$(OBJECTS)" whenever a complete list of .obj files appears, ratherGuy Harris1-3/+3
2003-11-04From Masaki Chikama: fix static compilation of "generic ASN.1" andGuy Harris1-1/+7
2003-10-10Give every Makefile.nmake file a "distclean" rule, and have "distclean"Guy Harris1-1/+3
2003-10-06check in the following comment:Jörg Mayer1-1/+4
2003-10-06Fix 4 warnings in case of strict-aliasing by declaring timestamp as time_tJörg Mayer1-3/+3
2003-10-03From Steve Limkemann:Guy Harris3-73/+600
2003-09-09Use the right value_string table for the filter mode inGuy Harris1-2/+2
2003-09-05- Make --enable-static work again (configure.in, Makefile.am)Jörg Mayer2-8/+3
2003-06-14Define GLIB_LIBS and GTK_LIBS variables in config.nmake (based onGuy Harris1-2/+2
2003-06-14Define GLIB_CFLAGS and GTK_CFLAGS variables in config.nmake (based onGuy Harris1-4/+2
2003-06-12Link the plugin with glib, as it now calls "g_free()".Guy Harris1-2/+3
2003-06-12Add new routines:Guy Harris1-5/+5
2003-04-30Modify tvb_get_nstringz*() to behave more like snprintf(). Make changesGerald Combs1-3/+4
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer2-54/+54
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-11/+4
2002-07-06From Nix:Guy Harris1-3/+3
2002-05-05Make a "tcp_dissect_pdus()" with the standard loop for a TCP segment,Guy Harris1-105/+38
2002-05-01Get rid of unused arguments.Guy Harris2-101/+101
2002-05-01Make more use of "val_to_str()" and "decode_boolean_bitfield()".Guy Harris1-133/+85
2002-05-01Use the bitfield decoding routines for bitfields.Guy Harris2-100/+91
2002-05-01Add desegmentation support.Guy Harris2-153/+290