aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2000-12-20Bug fixes from Ed Warnicke.Gilbert Ramirez1-10/+40
2000-11-29Use GLib's G_MODULE_EXPORT when defining constants and functionsGuy Harris3-20/+11
2000-11-22Export plugin_reg_handoff via DLLEXPORT.Gilbert Ramirez1-3/+5
2000-11-21Updates from Ed Warnicke.Guy Harris1-140/+95
2000-11-18Fix a number of problems that caused compiles to fail ifGuy Harris1-9/+10
2000-11-16Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris1-2/+2
2000-11-15Add a mechanism by which a dissector can be registered by name, anotherGuy Harris4-8/+33
2000-11-14"plugin_api.c" needs to include <glib.h>, to define G_HAVE_GINT64 onGuy Harris4-9/+12
2000-11-13Add "dissector_delete()", "proto_item_get_len()",Guy Harris3-11/+56
2000-11-13Add the tvbuff routines expected to be used by dissectors to the tableGuy Harris3-3/+177
2000-11-12Add a Makefile.nmake for the MGCP plugin, and updateGuy Harris6-11/+55
2000-11-10Yet Another .cvsignore file.Guy Harris1-0/+18
2000-11-10Tvbuffify the SAP and SDP dissectors.Guy Harris1-5/+2
2000-11-10MGCP updates from Ed Warnicke.Guy Harris1-47/+33
2000-11-09Add MGCP dissector plugin from Ed Warnicke <hagbard@physics.rutgers.edu>.Gilbert Ramirez9-2/+1531
2000-11-06"plugin_reg_handoff()" is a symbol in the plugin that Ethereal has toGuy Harris1-2/+2
2000-11-05New-style plugins don't require a "desc" variable.Guy Harris1-2/+1
2000-11-05Allow plugins to have, instead of "protocol" and "filter_string"Guy Harris1-8/+12
2000-11-01Updates from Steve Limkemann.Guy Harris2-16/+180
2000-10-11Fix it to build on Windows.Guy Harris2-4/+4
2000-09-13Updated to ignore Win32 detritusGraham Bloice2-0/+7
2000-08-18Modify the Gryphon plugin code in order to avoid an abort when theLaurent Deniel1-4/+11
2000-08-11Miscellaneous code cleaningLaurent Deniel1-4/+1
2000-05-31Fix plugin function table so that plugins work on Win32.Gilbert Ramirez3-46/+156
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-8/+8
2000-05-28Changed my mail address to oabad@cybercable.fr (dhis.net is tooOlivier Abad1-1/+1
2000-05-20Use "rm -f", not "rm", to remove "plugin_api.obj", so that ifGuy Harris1-2/+2
2000-05-11Add tvbuff class.Gilbert Ramirez1-192/+192
2000-05-05Add routines to:Guy Harris3-4/+11
2000-04-29Graham Bloice's changes to, on Win32 using Microsoft's "nmake":Guy Harris1-1/+2
2000-04-12Build tethereal and editcap on Win32.Gilbert Ramirez2-0/+8
2000-04-04Add "dissector_add()" to the list of routines exported to plugins viaGuy Harris3-3/+10
2000-04-04Add "clean" rules in subdirectories, and run subdirectory "nmake -fGuy Harris2-0/+7
2000-03-15Give all the Ethereal APIs available to plugins their own functionGuy Harris4-211/+180
2000-03-15Rename the local variable "pi" to "ti" in several places - "pi" is alsoGuy Harris1-10/+10
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez1-71/+71
2000-03-03Add config.nmake and two Makefile.nmake's to the list of deliverables.Gilbert Ramirez2-3/+7
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez1-1/+5
2000-02-12"proto_add_item_subtree()" returns a value; its wrapper should returnGuy Harris1-3/+3
2000-02-10Sean Walmsley <sean.p.walmsley@Hydro.ON.CA> caught a typo in Makefile.am.Gerald Combs1-2/+2
2000-02-09Initialize *p_pi solely to get rid of compiler warning.Gilbert Ramirez1-2/+2
2000-02-09Integrate Ed Meaney's <emeaney@altiga.com> changes for using libpcapGilbert Ramirez2-6/+8
2000-02-09Update Makefiles for win32. Move local configuration to config.nmake,Gilbert Ramirez2-0/+29
2000-02-07Change "unsigned gint64" to "guint64", and add GPL header to plugin_api.[ch]Gilbert Ramirez3-2/+46
2000-02-07Code changes, but not Makefile changes, for enabling plugins for Win32.Gilbert Ramirez3-19/+265
2000-01-08I finally got autoconf, automake, and the plugins to behave together.Gilbert Ramirez7-862/+24
2000-01-01Add a "break;" statement to a "default:" clause - the AIX C compilerGuy Harris1-2/+3
1999-12-31Filter out a few more things.Guy Harris1-2/+3
1999-12-31Filter out a few more things.Guy Harris1-0/+2
1999-12-28Add support for "--with-plugindir=<plugin install dir>" to configure.Gerald Combs1-3/+3