Reference the 'interlink' plugin dir as an example (rather than agentx
authorBill Meier <wmeier@newsguy.com>
Wed, 26 May 2010 16:21:19 +0000 (16:21 -0000)
committerBill Meier <wmeier@newsguy.com>
Wed, 26 May 2010 16:21:19 +0000 (16:21 -0000)
  which is no longer a plugin).
Fix a typo.

svn path=/trunk/; revision=32978

docbook/wsdg_src/WSDG_chapter_dissection.xml

index eaf8b0c1941dce55a6bec6799d1a248ac5ef1427..9e1c37ddd6ba4a1a9266edf44635d15e0be0810c 100644 (file)
@@ -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>