-
I suppose it's obvious, but this is for spo_idmef.c.
2009-09-21 00:48:20 UTC in Snort IDMEF Plugin
-
This adds the ability to use libneon for exchanging messages over http/https. It's a hack job, but it's a start.
NOTE:
configure.in needs
NEON_LIBRARY
LIBS="${LIBS} -lneon-gnutls"
LDFLAGS="${LDFLAGS} -lneon-gnutls".
2009-09-21 00:47:43 UTC in Snort IDMEF Plugin
-
Hello:
Version 1.0.3's idmef-messages.dtd begins with:
which makes some validators, such as Saxon throw an error. I believe it is correct to remove that line entirely, but if not, it certainly needs the spaces removed.
Thanks!
2009-09-20 20:30:08 UTC in LibIDMEF
-
Hello again,
Was updating some systems, and found that both version of snort hosted on snort.org have changed the output plugin api. This breaks snort-idmef. When you get a chance, can you look at this again?
Thanks!
2009-09-20 05:44:53 UTC in Snort IDMEF Plugin
-
Attempt to build from packaged source, I ran into a couple problems, which I traced back to missing files:
***********
1. depcomp is missing from the root source directory. Adding this file from the previous beta package fixes the error:
source='create.c' object='create.lo' libtool=yes \
DEPDIR=.deps depmode=none /bin/sh ../depcomp \
/bin/sh ../libtool --tag=CC...
2009-02-23 17:06:44 UTC in LibIDMEF
-
Can you update the snort-idmef plugin to work with later versions of snort? I think it's a valuable tool, and has potential for a lot of applications as IDMEF usage continues to expand.
2009-02-12 19:54:07 UTC in Snort IDMEF Plugin