aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/wsdg_src
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-05-26 16:21:19 +0000
committerBill Meier <wmeier@newsguy.com>2010-05-26 16:21:19 +0000
commitb07566f60ee840fb3c6167b3f0be34183fa33b09 (patch)
tree4d03e66190cb93f5f13a6f477039c27bb25013df /docbook/wsdg_src
parent763a397ae391f75f3c9d30cb5aa482c0762d2760 (diff)
Reference the 'interlink' plugin dir as an example (rather than agentx
which is no longer a plugin). Fix a typo. svn path=/trunk/; revision=32978
Diffstat (limited to 'docbook/wsdg_src')
-rw-r--r--docbook/wsdg_src/WSDG_chapter_dissection.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docbook/wsdg_src/WSDG_chapter_dissection.xml b/docbook/wsdg_src/WSDG_chapter_dissection.xml
index eaf8b0c194..9e1c37ddd6 100644
--- a/docbook/wsdg_src/WSDG_chapter_dissection.xml
+++ b/docbook/wsdg_src/WSDG_chapter_dissection.xml
@@ -208,9 +208,9 @@ dissect_foo(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
plugin.rc.in - This contains the DLL resource template for Windows
</para></listitem>
</itemizedlist>
- You can find a good example for these files in the agentx plugin directory. Makefile.common
+ You can find a good example for these files in the interlink plugin directory. Makefile.common
and Makefile.am have to be modified to reflect the relevant files and dissector name.
- moduldeinfo.h and moduleinfo.nmake have to be filled in with the version information.
+ moduleinfo.h and moduleinfo.nmake have to be filled in with the version information.
Compile the dissector to a DLL or shared library and copy it into the plugin
directory of the installation.
</para>