Fixed the bug. Patch below and will be included in the next release.
Bamm
---------- Forwarded message ----------
From: Bamm Visscher <bamm@...>
Date: Tue, Jun 28, 2011 at 11:07 PM
Subject: [Sguil-cvs] sguil/client/lib extdata.tcl,1.69,1.70
To: sguil-cvs@...
Update of /cvsroot/sguil/sguil/client/lib
In directory vz-cvs-3.sog:/tmp/cvs-serv7524/lib
Modified Files:
extdata.tcl
Log Message:
Change saved pcap filenames from : to _.
Index: extdata.tcl
===================================================================
RCS file: /cvsroot/sguil/sguil/client/lib/extdata.tcl,v
retrieving revision 1.69
retrieving revision 1.70
diff -C2 -d -r1.69 -r1.70
*** extdata.tcl 9 Mar 2011 05:00:05 -0000 1.69
--- extdata.tcl 29 Jun 2011 03:07:26 -0000 1.70
***************
*** 631,634 ****
--- 631,637 ----
global WIRESHARK_STORE_DIR WIRESHARK_PATH
+ # Windows doesn't like colons
+ regsub -all {:} [file tail $fileName] {_} fileName
+
set fileName $WIRESHARK_STORE_DIR/$fileName
if { [catch {open $fileName w} outfileID] } {
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Sguil-cvs mailing list
Sguil-cvs@...
https://lists.sourceforge.net/lists/listinfo/sguil-cvs
--
sguil - The Analyst Console for NSM
http://sguil.sf.net
|