aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* Add some win32-specific targets in .cvsignore's.Gilbert Ramirez2001-03-061-5/+5
* Updates from Ed Warnicke.Guy Harris2001-03-042-14/+21
* Update from Ed Warnicke.Guy Harris2001-03-042-40/+208
* Add "col_clear()" to the list of functions in the transfer vector forGuy Harris2001-01-283-3/+7
* Clean up the dissector registration up a bit - arrange that all pluginsGuy Harris2001-01-264-21/+4
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-221-5/+10
* Tvbuffify the PIM dissector.Guy Harris2001-01-133-8/+3
* Increment module version.Gilbert Ramirez2001-01-122-2/+2
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-093-12/+17
* Doesn't need #include "dfilter.h"Gilbert Ramirez2001-01-041-2/+1
* Add a new "prefs_register_protocol()" routine, which is likeGuy Harris2001-01-034-16/+16
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+2
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-032-6/+7
* Updates from Ed Warnicke.Guy Harris2000-12-283-30/+49
* Preferences shouldn't supposed to have blanks in their names - it canGuy Harris2000-12-251-15/+15
* Bug fixes from Ed Warnicke.Gilbert Ramirez2000-12-201-10/+40
* Use GLib's G_MODULE_EXPORT when defining constants and functionsGuy Harris2000-11-293-20/+11
* Export plugin_reg_handoff via DLLEXPORT.Gilbert Ramirez2000-11-221-3/+5
* Updates from Ed Warnicke.Guy Harris2000-11-211-140/+95
* Fix a number of problems that caused compiles to fail ifGuy Harris2000-11-181-9/+10
* Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris2000-11-161-2/+2
* Add a mechanism by which a dissector can be registered by name, anotherGuy Harris2000-11-154-8/+33
* "plugin_api.c" needs to include <glib.h>, to define G_HAVE_GINT64 onGuy Harris2000-11-144-9/+12
* Add "dissector_delete()", "proto_item_get_len()",Guy Harris2000-11-133-11/+56
* Add the tvbuff routines expected to be used by dissectors to the tableGuy Harris2000-11-133-3/+177
* Add a Makefile.nmake for the MGCP plugin, and updateGuy Harris2000-11-126-11/+55
* Yet Another .cvsignore file.Guy Harris2000-11-101-0/+18
* Tvbuffify the SAP and SDP dissectors.Guy Harris2000-11-101-5/+2
* MGCP updates from Ed Warnicke.Guy Harris2000-11-101-47/+33
* Add MGCP dissector plugin from Ed Warnicke <hagbard@physics.rutgers.edu>.Gilbert Ramirez2000-11-099-2/+1531
* "plugin_reg_handoff()" is a symbol in the plugin that Ethereal has toGuy Harris2000-11-061-2/+2
* New-style plugins don't require a "desc" variable.Guy Harris2000-11-051-2/+1
* Allow plugins to have, instead of "protocol" and "filter_string"Guy Harris2000-11-051-8/+12
* Updates from Steve Limkemann.Guy Harris2000-11-012-16/+180
* Fix it to build on Windows.Guy Harris2000-10-112-4/+4
* Updated to ignore Win32 detritusGraham Bloice2000-09-132-0/+7
* Modify the Gryphon plugin code in order to avoid an abort when theLaurent Deniel2000-08-181-4/+11
* Miscellaneous code cleaningLaurent Deniel2000-08-111-4/+1
* 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