aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.plugins
AgeCommit message (Collapse)AuthorFilesLines
2010-11-17Small clarification.Jaap Keuter1-2/+3
svn path=/trunk/; revision=34921
2010-04-19Simplify Makefile.nmake so that adding a new plugin to Makefile.nmakeBill Meier1-14/+3
requires only adding the plugin (directory) name to a list of plugins. svn path=/trunk/; revision=32516
2009-10-30Add instructions for the cmake files.Jaap Keuter1-7/+28
svn path=/trunk/; revision=30765
2009-02-21Update the documentation to reflect the current state of plugin development.Jaap Keuter1-49/+32
svn path=/trunk/; revision=27491
2008-03-14Updates and fixes.Gerald Combs1-13/+33
svn path=/trunk/; revision=24635
2008-02-05From J.C. Wren (and Bill Meier): Updates to reflect current makefiles & etcBill Meier1-70/+14
svn path=/trunk/; revision=24271
2008-01-18Document required changes to top level Makefile.nmake.Jaap Keuter1-17/+30
svn path=/trunk/; revision=24132
2007-11-16Fix trivial typo.Martin Mathieson1-1/+1
svn path=/trunk/; revision=23472
2007-10-19Minor update to reflect recent plugins/Makefile.nmake change to ↵Bill Meier1-3/+3
clean/distclean/maintainer-clean svn path=/trunk/; revision=23231
2007-10-12From Andrew Feren:Stig Bjørlykke1-1/+1
Fix an assortment of typos and other minor errors in various README files svn path=/trunk/; revision=23166
2007-08-24Clear out any remaining references to the h223 plugin. Replace theGerald Combs1-29/+29
references to h223 in README.plugins with agentx since it's small and no one seems to be in a hurry to move it to epan/dissectors. svn path=/trunk/; revision=22641
2007-08-21Give the full pathname of the wireshark.nsi file, and add information onGuy Harris1-2/+11
what to do for the U3 win32/makefile.nmake file. svn path=/trunk/; revision=22566
2007-08-21Add more information on adding a plugin to the NSIS installer.Guy Harris1-3/+15
svn path=/trunk/; revision=22564
2007-01-18Improve information on building plugins.Jaap Keuter1-10/+19
svn path=/trunk/; revision=20476
2006-12-20Updated to describe the current state of plugin development.Jaap Keuter1-31/+74
svn path=/trunk/; revision=20180
2006-05-31Rename the main executable to "wireshark", along with more conversions:Gerald Combs1-5/+5
ethereal.com -> wireshark.org mailing lists and addresses ETHEREAL -> WIRESHARK Man pages Automake/Autoconf names svn path=/trunk/; revision=18271
2006-05-22ethereal->wiresharkRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=18208
2006-04-20Update to reflect the way the DOCSIS plugin is done; that's easier (youGuy Harris1-186/+51
only list the files in one place, Makefile.common; make-dissector-reg will generate the init routines and other boilerplate for you). svn path=/trunk/; revision=17920
2005-07-25from Thomas Boehne: update README's to reflect latest changesUlf Lamping1-3/+8
svn path=/trunk/; revision=15059
2005-03-08More editing.Guy Harris1-2/+3
svn path=/trunk/; revision=13663
2005-03-08Editing.Guy Harris1-2/+2
svn path=/trunk/; revision=13662
2005-03-08from jaap keuter: add info how to update from old to new style plugin ↵Ulf Lamping1-1/+54
registering svn path=/trunk/; revision=13661
2005-03-07Call the "new-style init" routine for plugins a "register" routine, asGuy Harris1-1/+1
it serves the same purpose as the register routine in a built-in dissector, and don't require all dissectors to have one, as they might just be taps. Get rid of the stats tree's init routine, as it's just a tap, and as it doesn't do anything. Update the idl2eth Python script to generate plugins with register routines. svn path=/trunk/; revision=13644
2005-03-05Preparations for dropping the old plugin api.Lars Roland1-22/+18
Introduce a new init routine for plugins, which does not take the plugin api table as an argument and allows etheral to distinguish between plugins using the old and the new api. Update README.plugins accordingly Change all g_warnings() in epan/plugins.c to report_failue(). On windows we do not have a log console open while loading the plugins, because a log console cannot be opened before the prefs have been read. Thus g_warnings() does not work for reporting problems with plugins. svn path=/trunk/; revision=13596
2004-10-01From Lars Roland: we need to define _NEED_VAR_IMPORT_ in plugins if weGuy Harris1-2/+2
link the plugins with libethereal, so do so. svn path=/trunk/; revision=12176
2004-09-29From Lars Roland: add an option to link plugins with libethereal ratherGuy Harris1-2/+11
than using the plugin address table. svn path=/trunk/; revision=12139
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2004-07-03Update to current setup.Michael Tüxen1-14/+22
svn path=/trunk/; revision=11304
2004-04-25Replace the plugin linkage libs into PLUGIN_LIBS which is generated from theOlivier Biot1-3/+4
top-level configure.in when running configure. svn path=/trunk/; revision=10699
2004-04-14Add support for plugin dissectors on cygwin builds, by adding the followingOlivier Biot1-1/+2
line to every Makefile.am file for a given plugin XXX: XXX_la_LIBADD = -L../../epan -lethereal @GLIB_LIBS@ This way symbols defined in libethereal and GLib are resolved when linking the plugin dissector modules. svn path=/trunk/; revision=10601
2004-03-02Note to self: If you update the code, you should update the docs too.Jörg Mayer1-6/+8
Update README.plugins to use ENABLE_STATIC instead of __ETHEREAL_STATIC__ Update some plugins, that were created after my changes according to the outdated docs. Changed occurrences of G_MODULE_EXPORT void plugin_reg_handoff(void) into G_MODULE_EXPORT void plugin_reg_handoff(void) as the one line Python version doesn't work with the Python of Suse 9.0 svn path=/trunk/; revision=10281
2003-11-06Note that not all OSes on which Ethereal runs can support plugins.Guy Harris1-26/+19
Note that you have to modify plugins/Makefile.nmake. Fix "plugin/" to "plugins/". Update the sample Makefile.am and Makefile.nmake to match the current state of affairs. svn path=/trunk/; revision=8899
2003-01-26Update my email address in various places since my old one no longer worksLaurent Deniel1-2/+2
svn path=/trunk/; revision=7003
2002-07-19From Richard Urwin: fixes for README.plugins.Guy Harris1-2/+8
Combine the two entries for Anand Narwani in the AUTHORS file and the Ethereal man page list of contributors. svn path=/trunk/; revision=5893
2002-07-06From Nix:Guy Harris1-3/+3
Don't add "-I/usr/include" to CFLAGS or CPPFLAGS; GCC 3.1 warns about it, and it's not necessary. Expand the plugin directory path used for installation at installation time, rather than configuration time, so the user can reset "prefix" at installation time. svn path=/trunk/; revision=5828
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
"epan/..." pathnames, so as to avoid collisions with header files in any of the directories in which we look (e.g., "proto.h", as some other package has its own "proto.h" file which it installs in the top-level include directory). Don't add "-I" flags to search "epan", as that's no longer necessary (and we want includes of "epan" headers to fail if the "epan/" is left out, so that we don't re-introduce includes lacking "epan/"). svn path=/trunk/; revision=4586
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez1-2/+2
svn path=/trunk/; revision=4199
2001-07-20Simplified the process of adding plugins to the toplevelEd Warnicke1-67/+16
Makefile.am. Updated doc/README.plugins to reflect the change. svn path=/trunk/; revision=3741
2001-07-10Fixed the make dist problem.Ed Warnicke1-2/+2
svn path=/trunk/; revision=3676
2001-07-10Moved documentation for plugins to README.plugins and expandedEd Warnicke1-0/+354
it. Removed most of the Plugins section from README.developers svn path=/trunk/; revision=3675