<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: log2timeline updated</title>
	<atom:link href="http://blog.kiddaland.net/2010/03/log2timeline-updated-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.kiddaland.net/2010/03/log2timeline-updated-2/</link>
	<description>Some useless talk mixed with hopefully interesting points every now and then</description>
	<lastBuildDate>Mon, 30 Aug 2010 00:38:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: kiddi</title>
		<link>http://blog.kiddaland.net/2010/03/log2timeline-updated-2/comment-page-1/#comment-2646</link>
		<dc:creator>kiddi</dc:creator>
		<pubDate>Fri, 12 Mar 2010 18:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kiddaland.net/?p=226#comment-2646</guid>
		<description>Hi,
thank you for this comment, I&#039;ve added it in my code already.  The log files that I had in my hands had the 03 notion for month that was earlier than October, so obviously they can &quot;swing&quot; both ways</description>
		<content:encoded><![CDATA[<p>Hi,<br />
thank you for this comment, I&#8217;ve added it in my code already.  The log files that I had in my hands had the 03 notion for month that was earlier than October, so obviously they can &#8220;swing&#8221; both ways</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Bobby</title>
		<link>http://blog.kiddaland.net/2010/03/log2timeline-updated-2/comment-page-1/#comment-2640</link>
		<dc:creator>Paul Bobby</dc:creator>
		<pubDate>Fri, 12 Mar 2010 15:52:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kiddaland.net/?p=226#comment-2640</guid>
		<description>I changed line 697 to

if( $words[0] =~ m/d{1,2}/d{1,2}/d{4}/ )

the month field can be 1 or 2 characters also</description>
		<content:encoded><![CDATA[<p>I changed line 697 to</p>
<p>if( $words[0] =~ m/d{1,2}/d{1,2}/d{4}/ )</p>
<p>the month field can be 1 or 2 characters also</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Bobby</title>
		<link>http://blog.kiddaland.net/2010/03/log2timeline-updated-2/comment-page-1/#comment-2603</link>
		<dc:creator>Paul Bobby</dc:creator>
		<pubDate>Thu, 11 Mar 2010 20:07:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kiddaland.net/?p=226#comment-2603</guid>
		<description>When running log2timeline with the mcafee option I get the following:

pbobby@ubuntu:~/Documents/log2timeline$ log2timeline -z US/Eastern -f mcafee ./fred/AccessProtectionLog.txt 
Start processing file/dir [./fred/AccessProtectionLog.txt] ...
Loading output file: mactime
Starting to parse file using format: [mcafee] 
This is a plugin of unkown origin.  It parses a log file and contains no requirements or 
any other relevant options or possibilites, use with care...
------------------------

File ./fred/AccessProtectionLog.txt is not of the right format.
Error given from format file: The date field is not correctly formed(10/4/2009)

------------------------


Usage:
    log2timeline [OPTIONS] -f FORMAT LOG_FILE/LOG_DIR [--] [FORMAT FILE
    OPTIONS]

pbobby@ubuntu:~/Documents/log2timeline$</description>
		<content:encoded><![CDATA[<p>When running log2timeline with the mcafee option I get the following:</p>
<p>pbobby@ubuntu:~/Documents/log2timeline$ log2timeline -z US/Eastern -f mcafee ./fred/AccessProtectionLog.txt<br />
Start processing file/dir [./fred/AccessProtectionLog.txt] &#8230;<br />
Loading output file: mactime<br />
Starting to parse file using format: [mcafee]<br />
This is a plugin of unkown origin.  It parses a log file and contains no requirements or<br />
any other relevant options or possibilites, use with care&#8230;<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>File ./fred/AccessProtectionLog.txt is not of the right format.<br />
Error given from format file: The date field is not correctly formed(10/4/2009)</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Usage:<br />
    log2timeline [OPTIONS] -f FORMAT LOG_FILE/LOG_DIR [--] [FORMAT FILE<br />
    OPTIONS]</p>
<p>pbobby@ubuntu:~/Documents/log2timeline$</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Bobby</title>
		<link>http://blog.kiddaland.net/2010/03/log2timeline-updated-2/comment-page-1/#comment-2602</link>
		<dc:creator>Paul Bobby</dc:creator>
		<pubDate>Thu, 11 Mar 2010 20:06:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kiddaland.net/?p=226#comment-2602</guid>
		<description>Here&#039;s the first line of my AP log file.

10/4/2009	7:36:10 PM	Would be blocked by port blocking rule  (rule is currently not enforced) 	C:Documents and SettingspbobbyLocal SettingsApplication DataGoogleChromeApplicationchrome.exe	Common Maximum Protection:Prevent HTTP communication	8.5.0.232:80</description>
		<content:encoded><![CDATA[<p>Here&#8217;s the first line of my AP log file.</p>
<p>10/4/2009	7:36:10 PM	Would be blocked by port blocking rule  (rule is currently not enforced) 	C:Documents and SettingspbobbyLocal SettingsApplication DataGoogleChromeApplicationchrome.exe	Common Maximum Protection:Prevent HTTP communication	8.5.0.232:80</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Jarvis</title>
		<link>http://blog.kiddaland.net/2010/03/log2timeline-updated-2/comment-page-1/#comment-2519</link>
		<dc:creator>John Jarvis</dc:creator>
		<pubDate>Sat, 06 Mar 2010 16:46:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kiddaland.net/?p=226#comment-2519</guid>
		<description>Great news about its inclusion in the next version of SIFT.  Thanks for this, Kristinn; great tool!</description>
		<content:encoded><![CDATA[<p>Great news about its inclusion in the next version of SIFT.  Thanks for this, Kristinn; great tool!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
