aboutsummaryrefslogtreecommitdiffstats
path: root/epan/plugins.c
AgeCommit message (Expand)AuthorFilesLines
2001-09-04From Thomas Wittwer: add "prefs_register_string_preference()" to theGuy Harris1-1/+2
2001-08-29Add a "proto_item_append_text()" routine, which is likeGuy Harris1-1/+2
2001-08-28Get rid of "proto_tree_add_notext()" - if you create a subtree using it,Guy Harris1-2/+1
2001-08-21Plug a memory leak.Guy Harris1-2/+3
2001-08-21Fix some Win32 compilation warnings and errors.Guy Harris1-8/+8
2001-08-21On Windows, use the directory in which the binary resides as theGuy Harris1-72/+36
2001-08-19Fix some compile problems on Windows.Guy Harris1-9/+10
2001-08-18On Win32, use the default installation directory for Ethereal as theGuy Harris1-5/+91
2001-07-22Add a bunch of routines used by GIOP plugins to the plugin addressGuy Harris1-1/+10
2001-04-25Get rid of support for non-tvbuffified plugin dissectors.Guy Harris1-3/+1
2001-04-25Make "col_set_str()" and "tvb_reported_length_remaining()" available inGuy Harris1-1/+3
2001-04-02The plugins code has an API that uses a type from "prefs.h"; includeGuy Harris1-1/+3
2001-01-28Get rid of support for old-style plugins (support for old-style pluginsGuy Harris1-392/+21
2001-01-28Add "col_clear()" to the list of functions in the transfer vector forGuy Harris1-4/+2
2001-01-26Clean up the dissector registration up a bit - arrange that all pluginsGuy Harris1-16/+35
2001-01-13Tvbuffify the PIM dissector.Guy Harris1-2/+1
2001-01-12Move the libethereal version to 0.8.15, and use the C preprocessorGilbert Ramirez1-5/+5
2001-01-12Change version numbers to 0.8.15Gilbert Ramirez1-5/+5
2001-01-03Add a new "prefs_register_protocol()" routine, which is likeGuy Harris1-2/+2
2000-11-29Get the suffix for dynamically-loaded modules by means of a hackGuy Harris1-9/+31
2000-11-28Move Win32 version to 0.8.14.1Gilbert Ramirez1-3/+3
2000-11-20Move to version 0.8.14Gilbert Ramirez1-5/+5
2000-11-18Fix a number of problems that caused compiles to fail ifGuy Harris1-6/+6
2000-11-15Move the table of bit-swapped byte values to "epan/bitswap.c", andGuy Harris1-15/+33
2000-11-15Add a mechanism by which a dissector can be registered by name, anotherGuy Harris1-1/+6
2000-11-13Add "dissector_delete()", "proto_item_get_len()",Guy Harris1-1/+11
2000-11-13Add the tvbuff routines expected to be used by dissectors to the tableGuy Harris1-1/+48
2000-11-12Add a Makefile.nmake for the MGCP plugin, and updateGuy Harris1-1/+6
2000-11-05Allow plugins to have, instead of "protocol" and "filter_string"Guy Harris1-37/+173
2000-10-27Move to version 0.8.13.Gilbert Ramirez1-5/+5
2000-10-16Give libethereal its own configuration file, and have that configurationGuy Harris1-11/+11
2000-09-28More EPAN-related code movements. Get rid of usage of #include "globals.h"Gilbert Ramirez1-3/+4
2000-09-27First step in moving core Ethereal routines to libepan.Gilbert Ramirez1-0/+586