aboutsummaryrefslogtreecommitdiffstats
path: root/plugins.c
AgeCommit message (Expand)AuthorFilesLines
2000-09-14Move to version 0.8.12Gilbert Ramirez1-5/+5
2000-08-19- fix potential buffer overflow problems.Laurent Deniel1-9/+23
2000-08-18- move some #preprocessor directives at the fisrt column.Laurent Deniel1-4/+9
2000-08-11Miscellaneous code cleaningLaurent Deniel1-1/+7
2000-08-03Move to version 0.8.11Gilbert Ramirez1-5/+5
2000-07-04Change version to 0.8.10Gilbert Ramirez1-5/+5
2000-06-07Move to version 0.8.9Gilbert Ramirez1-5/+5
2000-05-31Fix plugin function table so that plugins work on Win32.Gilbert Ramirez1-1/+25
2000-05-08Move to version 0.8.8Gilbert Ramirez1-5/+5
2000-05-05Add routines to:Guy Harris1-1/+5
2000-04-12Move to version 0.8.7.Gilbert Ramirez1-5/+5
2000-04-05Plugin API is at version 0.8.5 (reflected in directory name for plugins)Gilbert Ramirez1-5/+5
2000-03-31Add a counter : "enabled_plugins_number", to record how many plugins areOlivier Abad1-1/+5
2000-03-15Give all the Ethereal APIs available to plugins their own functionGuy Harris1-24/+32
2000-02-09Change LT_LIB_EXT to ".so" for non-Win32 platforms.Gilbert Ramirez1-2/+2
2000-02-07Code changes, but not Makefile changes, for enabling plugins for Win32.Gilbert Ramirez1-7/+51
2000-02-03In init_plugins() :Olivier Abad1-14/+32
2000-01-31In init_plugins(), before scanning PLUGIN_DIR :Olivier Abad1-2/+14
2000-01-29Remove instances of getenv("HOME") and provide a get_home_dir() functionGilbert Ramirez1-9/+10
2000-01-15Merge in the final code to make Ethereal run on Win32, compiledGilbert Ramirez1-21/+42
2000-01-04Small corrections :Olivier Abad1-7/+21
2000-01-04Implement plugins status save/restore :Olivier Abad1-1/+206
1999-12-09Put in an RCS ID.Olivier Abad1-2/+4
1999-12-09plugins support (i.e. Dynamically loadable dissectors)Olivier Abad1-0/+204