Snort mailing list archives

snortsnarf


From: "Aaron McKinnon" <aaron () fullerene com>
Date: Wed, 9 May 2001 12:58:15 -0700

SnortSnarf has been running great for a while now. So I added the -ldir and
used fix_perms.pl in my cron job to dynamically fix the perms in
/var/log/snort - all was well. Now all of the sudden I am getting about a
hundred of these:

Use of uninitialized value at include/SnortSnarf/HTMLOutput.pm line 1149,
<ifh001> chunk 9.

The "line" varies between 1140 and 1154. Those portions of that script are:

<Start Line 1149:>
} elsif ($sport >= $dport) {
        $ip= $src;
    } else {
        $ip= $dest;
    }
    if ($sport >= $dport) {
        $port1= $sport;
        $port2= $dport;
    } else {
        $port1= $dport;
        $port2= $sport;
    }


If I remove the -ldir portion it works fine... Ideas?

-----------------------------------
Aaron McKinnon
System Administrator
Fullerene Productions, Inc.
3250 Wilshire Blvd. Suite 2000
Los Angeles, CA 90010
213.365.1692
-----------------------------------


_______________________________________________
Snort-users mailing list
Snort-users () lists sourceforge net
Go to this URL to change user options or unsubscribe:
http://lists.sourceforge.net/lists/listinfo/snort-users
Snort-users list archive:
http://www.geocrawler.com/redir-sf.php3?list=snort-users


Current thread: