<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>netflow &#8211; Noise</title>
	<atom:link href="https://noise.getoto.net/tag/netflow/feed/" rel="self" type="application/rss+xml" />
	<link>https://noise.getoto.net</link>
	<description>The collective thoughts of the interwebz</description>
	<lastBuildDate>Sun, 08 Mar 2015 17:01:39 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>Example how to use node-netflowv9 and define your own netflow type decoders</title>
		<link>https://noise.getoto.net/2015/03/08/example-how-to-use-node-netflowv9-and-define-your-own-netflow-type-decoders/</link>
		
		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Sun, 08 Mar 2015 17:01:00 +0000</pubDate>
				<category><![CDATA[cisco]]></category>
		<category><![CDATA[netflow]]></category>
		<category><![CDATA[node.js]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=d4fbbf008de7ea9b36753a0fc86826fc</guid>

					<description><![CDATA[
This is an example of how you can use node-netflowv9 library (version &#62;= 0.2.5) to define your own proprietary Netflow v9 type decoders if they are not supported.

The given primer is adding decoding for types 30000, 30001, 30002 for Cisco ASA/PIX ...]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>node-netflowv9 node.js module for processing of netflowv9 has been updated to 0.2.5</title>
		<link>https://noise.getoto.net/2015/03/03/node-netflowv9-node-js-module-for-processing-of-netflowv9-has-been-updated-to-0-2-5/</link>
		
		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Tue, 03 Mar 2015 11:17:00 +0000</pubDate>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[netflow]]></category>
		<category><![CDATA[node.js]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=57157779b9da0436bb281d8b226383dd</guid>

					<description><![CDATA[My node-netflowv9 library has been updated to version 0.2.5

There are few new things -


Almost all of the IETF netflow types are decoded now. Which means practically that we support IPFIX
Unknown NetFlow v9 type does not throw an error. It is decoded...]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>node-netflowv9 is updated to support netflow v1, v5, v7 and v9</title>
		<link>https://noise.getoto.net/2014/11/14/node-netflowv9-is-updated-to-support-netflow-v1-v5-v7-and-v9/</link>
		
		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Fri, 14 Nov 2014 12:09:00 +0000</pubDate>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[netflow]]></category>
		<category><![CDATA[node.js]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=d394665e47b9f3cd126c9297ff8a74ea</guid>

					<description><![CDATA[
My netflow module for Node.JS has been updated. Now it support more NetFlow versions - like NetFlow ver 1, ver 5, ver 7 and ver 9. Also it has been modified to be able to be used as Event Generator (instead of doing callbacks). Now you can do as well ...]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>New improved version of the node-netflowv9 module for Node.JS</title>
		<link>https://noise.getoto.net/2014/06/13/new-improved-version-of-the-node-netflowv9-module-for-node-js/</link>
		
		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Fri, 13 Jun 2014 16:33:00 +0000</pubDate>
				<category><![CDATA[cisco]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[netflow]]></category>
		<category><![CDATA[node.js]]></category>
		<category><![CDATA[telecommunications]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=9d2eeea3986012b2d773d3e0a324392d</guid>

					<description><![CDATA[
As I have mentioned before, I have implemented a NetFlowV9 compatible library for decode of Cisco NetFlow version 9 packets for Node.JS.



Now I am upgrading it to version 0.1 which has few updates:



bug fixes (including avoidance of an issue that ...]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Simple example for Node.JS sflow collector</title>
		<link>https://noise.getoto.net/2014/06/10/simple-example-for-node-js-sflow-collector/</link>
		
		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Tue, 10 Jun 2014 15:41:00 +0000</pubDate>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[netflow]]></category>
		<category><![CDATA[node.js]]></category>
		<category><![CDATA[sflow]]></category>
		<category><![CDATA[telecommunications]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=cbaa578aa50a45c4c7d51d06307b36e7</guid>

					<description><![CDATA[
Sometimes you can use the SFlow or Netflow to extra add intelligence to your network. The collectors available on internet are usually there just to collect and store data used for accounting or nice graphics. But the collectors are either not allowin...]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 24/99 objects using Memcached
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching using Memcached

Served from: noise.getoto.net @ 2025-12-07 20:28:29 by W3 Total Cache
-->