<?xml version='1.0' ?>
<Plugin id='31310'>
 <Command id='16' name='netmon2k'>
  <Help>Monitors a machine to determine if the Win2k version of netmon is running.</Help>
  <Help>If either netmon.exe or mcsvc.exe are running, you will receive a warning about it.</Help>
  <Help>netmon.exe is a stand-alone network monitor like ethereal, which captures all packets.</Help>
  <Help>mcsvc.exe is a service program that captures packets in a specialized fashion.</Help>
  <Help>This works with Windows 2000</Help>
  <Input>
   <Option name='update' optional='true'>
    <Argument name='number' data='update'/>
    <Help>Sets the maximum frequency to update at (seconds).</Help>
    <Help>If '0', the automatic updating is disabled.</Help>
    <Help>Default:  60</Help>
   </Option>
  </Input>
  <Output>
   <Data name='update' type='int32_t' default='60' />
  </Output>
 </Command>
</Plugin>