aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2001-07-10Add some additional items to .cvsignore files, for new files built whenGuy Harris2-0/+2
2001-07-10Fixed the make dist problem.Ed Warnicke2-4/+4
2001-07-09C sources are in $(srcdir) and not the current directoryUwe Girlich2-4/+4
2001-07-08Fixed the {tethereal,ethereal}_static targets so that theEd Warnicke5-21/+53
2001-07-08Some additional cleanup.Ed Warnicke2-2/+5
2001-07-05Fixed problem with handling empty parameters.Ed Warnicke2-5/+3
2001-07-04Some minor changes to allow the mgcp plugin to be compiledEd Warnicke1-8/+8
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris2-43/+43
2001-04-25Get rid of support for non-tvbuffified plugin dissectors.Guy Harris3-12/+3
2001-04-25Make "col_set_str()" and "tvb_reported_length_remaining()" available inGuy Harris3-3/+11
2001-04-25Tvbuffify the Gryphon dissector.Guy Harris3-788/+892
2001-04-23Signed vs. unsigned fixes from Joerg Mayer.Guy Harris1-15/+19
2001-04-23Get rid of NullTVB references.Guy Harris1-3/+3
2001-04-02"tvb_get_ptr()" now returns a "const guint8 *", not a "guint8 *"; adjustGuy Harris1-2/+2
2001-03-23Update the version of the MGCP plugin.Guy Harris1-1/+1
2001-03-22Get rid of no-longer-used "tvb_section_length()" routine.Guy Harris1-14/+1
2001-03-15Patch from Ed Warnicke.Olivier Abad1-30/+14
2001-03-06Add some win32-specific targets in .cvsignore's.Gilbert Ramirez1-5/+5
2001-03-04Updates from Ed Warnicke.Guy Harris2-14/+21
2001-03-04Update from Ed Warnicke.Guy Harris2-40/+208
2001-01-28Add "col_clear()" to the list of functions in the transfer vector forGuy Harris3-3/+7
2001-01-26Clean up the dissector registration up a bit - arrange that all pluginsGuy Harris4-21/+4
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris1-5/+10
2001-01-13Tvbuffify the PIM dissector.Guy Harris3-8/+3
2001-01-12Increment module version.Gilbert Ramirez2-2/+2
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris3-12/+17
2001-01-04Doesn't need #include "dfilter.h"Gilbert Ramirez1-2/+1
2001-01-03Add a new "prefs_register_protocol()" routine, which is likeGuy Harris4-16/+16
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris2-6/+7
2000-12-28Updates from Ed Warnicke.Guy Harris3-30/+49
2000-12-25Preferences shouldn't supposed to have blanks in their names - it canGuy Harris1-15/+15
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