
1. Specter is giving me "Bad exec tag" message
----------------------------------------------

If you're using tags (like %S or %P) in your EXEC command
configuration you have to also include BASE on the list of enabled
plugins, like that:

    1 {
        :BASE
        :EXEC
        command "/your/command/here --option %S"
    }


2. Packets arriving to specter are delayed
------------------------------------------

If you're using a very old kernel, you probably hit a bug described in
this post:
<http://lists.netfilter.org/pipermail/netfilter-devel/2004-June/015860.html>.

You can either install a newer kernel (2.4.27 and 2.6.9 and all above
will work fine) or recompile your current one with one of the ipt_ULOG
patches from the contrib/ directory.
