aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* Fix plugin function table so that plugins work on Win32.Gilbert Ramirez2000-05-313-46/+156
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-8/+8
* Changed my mail address to oabad@cybercable.fr (dhis.net is tooOlivier Abad2000-05-281-1/+1
* Use "rm -f", not "rm", to remove "plugin_api.obj", so that ifGuy Harris2000-05-201-2/+2
* Add tvbuff class.Gilbert Ramirez2000-05-111-192/+192
* Add routines to:Guy Harris2000-05-053-4/+11
* Graham Bloice's changes to, on Win32 using Microsoft's "nmake":Guy Harris2000-04-291-1/+2
* Build tethereal and editcap on Win32.Gilbert Ramirez2000-04-122-0/+8
* Add "dissector_add()" to the list of routines exported to plugins viaGuy Harris2000-04-043-3/+10
* Add "clean" rules in subdirectories, and run subdirectory "nmake -fGuy Harris2000-04-042-0/+7
* Give all the Ethereal APIs available to plugins their own functionGuy Harris2000-03-154-211/+180
* Rename the local variable "pi" to "ti" in several places - "pi" is alsoGuy Harris2000-03-151-10/+10
* Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez2000-03-121-71/+71
* Add config.nmake and two Makefile.nmake's to the list of deliverables.Gilbert Ramirez2000-03-032-3/+7
* Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez2000-02-151-1/+5
* "proto_add_item_subtree()" returns a value; its wrapper should returnGuy Harris2000-02-121-3/+3
* Sean Walmsley <sean.p.walmsley@Hydro.ON.CA> caught a typo in Makefile.am.Gerald Combs2000-02-101-2/+2
* Initialize *p_pi solely to get rid of compiler warning.Gilbert Ramirez2000-02-091-2/+2
* Integrate Ed Meaney's <emeaney@altiga.com> changes for using libpcapGilbert Ramirez2000-02-092-6/+8
* Update Makefiles for win32. Move local configuration to config.nmake,Gilbert Ramirez2000-02-092-0/+29
* Change "unsigned gint64" to "guint64", and add GPL header to plugin_api.[ch]Gilbert Ramirez2000-02-073-2/+46
* Code changes, but not Makefile changes, for enabling plugins for Win32.Gilbert Ramirez2000-02-073-19/+265
* I finally got autoconf, automake, and the plugins to behave together.Gilbert Ramirez2000-01-087-862/+24
* Add a "break;" statement to a "default:" clause - the AIX C compilerGuy Harris2000-01-011-2/+3
* Filter out a few more things.Guy Harris1999-12-311-2/+3
* Filter out a few more things.Guy Harris1999-12-311-0/+2
* Add support for "--with-plugindir=<plugin install dir>" to configure.Gerald Combs1999-12-281-3/+3
* Integrate libtool/libltdl with the plugin code. Add libtool and libltdlGerald Combs1999-12-266-14/+810
* Add Dearborn Group Technology's Gryphon dissector as our firstGilbert Ramirez1999-12-1512-0/+2460