<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/nfsen/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/nfsen/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sat, 23 Mar 2013 13:54:47 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/nfsen/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>Create an Install package for PFsense</title><link>https://sourceforge.net/p/nfsen/feature-requests/11/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I run Pfsense on a dual core pc. I would like to have this software available as an installer package. For the not so experienced users. &lt;/p&gt;
&lt;p&gt;Would it be possible? &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 23 Mar 2013 13:54:47 -0000</pubDate><guid>https://sourceforge.netdcc18bcff99c277acc3b4cbc025636bfeabe2cdc</guid></item><item><title>Compile error, Support for nfsen-1.3.5</title><link>https://sourceforge.net/p/nfsen/feature-requests/10/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hey,&lt;/p&gt;
&lt;p&gt;I get the following error when compiling under nfsen-1.3.5.&lt;/p&gt;
&lt;p&gt;The compiler cant find, version.h.&lt;/p&gt;
&lt;p&gt;Problem with the 1.3.5 ?&lt;/p&gt;
&lt;p&gt;[0940][root@svg-infra010:/usr/src/nfsen-1.3.5/contrib/PortTracker]# ./do_compile &lt;br /&gt;
+ NFDUMP=/usr/src/nfdump-1.6.4&lt;br /&gt;
+ RRDINCLUDE=/usr/include&lt;br /&gt;
+ LIBRRD=/usr/lib&lt;br /&gt;
+ NFDUMP_OBJ=/usr/src/nfdump-1.6.4/bin&lt;br /&gt;
+ NFDUMP_INC=/usr/src/nfdump-1.6.4&lt;br /&gt;
+ OBJ='/usr/src/nfdump-1.6.4/bin/util.o /usr/src/nfdump-1.6.4/bin/nftree.o /usr/src/nfdump-1.6.4/bin/grammar.o /usr/src/nfdump-1.6.4/bin/scanner.o /usr/src/nfdump-1.6.4/bin/nffile.o /usr/src/nfdump-1.6.4/bin/flist.o /usr/src/nfdump-1.6.4/bin/nf_common.o /usr/src/nfdump-1.6.4/bin/nfx.o /usr/src/nfdump-1.6.4/bin/panonymizer.o /usr/src/nfdump-1.6.4/bin/rijndael.o /usr/src/nfdump-1.6.4/bin/ipconv.o /usr/src/nfdump-1.6.4/bin/minilzo.o'&lt;br /&gt;
+ '[' -f /usr/src/nfdump-1.6.4/bin/fts_compat.o ']'&lt;br /&gt;
+ NFDUMP_OBJ='/usr/src/nfdump-1.6.4/bin /usr/src/nfdump-1.6.4/fts_compat.o'&lt;br /&gt;
+ INCLUDES='-I /usr/src/nfdump-1.6.4 -I /usr/src/nfdump-1.6.4/bin -I/usr/include'&lt;br /&gt;
+ CC='gcc  -c  -g -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn'&lt;br /&gt;
+ gcc -c -g -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -c -I /usr/src/nfdump-1.6.4 -I /usr/src/nfdump-1.6.4/bin -I/usr/include nftrack.c&lt;br /&gt;
nftrack.c:61:21: error: version.h: No such file or directory&lt;br /&gt;
nftrack.c: In function ‘process’:&lt;br /&gt;
nftrack.c:127: error: too many arguments to function ‘GetNextFile’&lt;br /&gt;
nftrack.c:127: warning: assignment makes integer from pointer without a cast&lt;br /&gt;
nftrack.c:160: warning: passing argument 1 of ‘ReadBlock’ makes pointer from integer without a cast&lt;br /&gt;
nftrack.c:160: error: too many arguments to function ‘ReadBlock’&lt;br /&gt;
nftrack.c:171: warning: passing argument 1 of ‘GetNextFile’ makes pointer from integer without a cast&lt;br /&gt;
nftrack.c:171: error: too many arguments to function ‘GetNextFile’&lt;br /&gt;
nftrack.c:171: warning: assignment makes integer from pointer without a cast&lt;br /&gt;
+ gcc -c -g -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -c -I /usr/src/nfdump-1.6.4 -I /usr/src/nfdump-1.6.4/bin -I/usr/include nftrack_rrd.c&lt;br /&gt;
+ gcc -c -g -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -c -I /usr/src/nfdump-1.6.4 -I /usr/src/nfdump-1.6.4/bin -I/usr/include nftrack_stat.c&lt;br /&gt;
+ gcc -o nftrack nftrack.o nftrack_rrd.o nftrack_stat.o /usr/src/nfdump-1.6.4/bin/util.o /usr/src/nfdump-1.6.4/bin/nftree.o /usr/src/nfdump-1.6.4/bin/grammar.o /usr/src/nfdump-1.6.4/bin/scanner.o /usr/src/nfdump-1.6.4/bin/nffile.o /usr/src/nfdump-1.6.4/bin/flist.o /usr/src/nfdump-1.6.4/bin/nf_common.o /usr/src/nfdump-1.6.4/bin/nfx.o /usr/src/nfdump-1.6.4/bin/panonymizer.o /usr/src/nfdump-1.6.4/bin/rijndael.o /usr/src/nfdump-1.6.4/bin/ipconv.o /usr/src/nfdump-1.6.4/bin/minilzo.o -L/usr/lib -lrrd -L/usr/X11R6/lib -L/usr/local/lib&lt;br /&gt;
gcc: nftrack.o: No such file or directory&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 24 Nov 2011 09:05:44 -0000</pubDate><guid>https://sourceforge.net2327ac46103b803834fb5b98433f4aa975dac427</guid></item><item><title>nfdump command line display</title><link>https://sourceforge.net/p/nfsen/feature-requests/9/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Peter,&lt;br /&gt;
I like that the nfdump command line and filters used to create the Netflows are displayed, but would rather have them displayed below the results. I'm usually most interested in the flows and so prefer not to have to scroll down to see them.  I've made the change in my copy of details.php.  Would you consider making this change in the next release or perhaps make it an option?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;
Bob&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bob Brunette</dc:creator><pubDate>Tue, 11 Jan 2011 17:06:55 -0000</pubDate><guid>https://sourceforge.net1b5da58a7e66222b1457bf1a55a4d89207659fc4</guid></item><item><title>Zoom detail graph using window</title><link>https://sourceforge.net/p/nfsen/feature-requests/8/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Peter,&lt;br /&gt;
It appears to me that the window selection applies only to the statistics and Netflow lists.  I thought it would be nice to be able to it to the graph as well.  I've made the basic changes to the TimeSlotUpdate function in details.php to do it, but still need to add error checking, time range adjustments, etc.  Is this something you would be interested in adding to the next release?  If so, would my code be useful to you or would you rather do it yourself?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;
Bob&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bob Brunette</dc:creator><pubDate>Tue, 11 Jan 2011 16:46:11 -0000</pubDate><guid>https://sourceforge.netf1f96cc91e28118852dbe11cc94b5ade3c8391ec</guid></item><item><title>Modification time of alerts</title><link>https://sourceforge.net/p/nfsen/feature-requests/7/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In addition to the "Last Triggered" timestamp on the Alerts page,  a "Last Modified" timestamp would be nice; i.e. the time of the last modification of any of the settings for this alert. Today I've hacked the code to get the mtime of the alert-filter.txt file and display this info next to the last triggered column. But a more integrated solution may be preferred.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tor Inge Skaar</dc:creator><pubDate>Sat, 20 Mar 2010 13:47:34 -0000</pubDate><guid>https://sourceforge.net7021b270c59c00e9e1a94b24930cbfefdca1fce6</guid></item><item><title>Let nfcapd listen to one ip address </title><link>https://sourceforge.net/p/nfsen/feature-requests/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Let user define in nfsen.conf on which ip nfcapd should listen. Same parameter like port.&lt;br /&gt;
Like 'ip' =&amp;gt; '10.0.0.1', 'port' =&amp;gt; '9930'&lt;br /&gt;
I made a patch for our own nfsen setup. It would be nice when this feature is included in the next release.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Theo</dc:creator><pubDate>Fri, 07 Aug 2009 14:25:36 -0000</pubDate><guid>https://sourceforge.netde956d99c7b6f90bbab62e257253582422bd66f0</guid></item><item><title>Cancel profile generation</title><link>https://sourceforge.net/p/nfsen/feature-requests/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It would be nice to have a cancel button in the "Building Profile" page to stop the process of generating a profile.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tor Inge Skaar</dc:creator><pubDate>Wed, 14 May 2008 14:19:06 -0000</pubDate><guid>https://sourceforge.net2b9eb762f6c6145f77890a63f241fa5550e6f8a3</guid></item><item><title>Color choice</title><link>https://sourceforge.net/p/nfsen/feature-requests/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When creating a new profile/channel, present a choice of already used colors (with their channel names) in other profiles. To make it easier to keep the same or similar channels the same color without having to copy/paste all the time.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Crusher</dc:creator><pubDate>Mon, 14 Apr 2008 08:01:09 -0000</pubDate><guid>https://sourceforge.netcdbaf2d6a9d0ec9fea9ccf08c4580ab75351122f</guid></item><item><title>Rebuild RRDs from filtered channels</title><link>https://sourceforge.net/p/nfsen/feature-requests/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;While experimenting with filters in channels I usually produce "scrap" in my RRDs.&lt;/p&gt;
&lt;p&gt;I would like to have a button that rebuilds these RRD data over the period I have netflow data so that I can egt a clean (aka corrected) display.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 06 Nov 2007 22:27:29 -0000</pubDate><guid>https://sourceforge.net728eea27918ec16bd79d83d57c99e197e4bd9859</guid></item><item><title>by default create all flowfiles compressed</title><link>https://sourceforge.net/p/nfsen/feature-requests/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;there is new feature in nfdump ver 1.5.6&lt;/p&gt;
&lt;p&gt;"&lt;br /&gt;
-z  Compress flows. Use fast LZO1X-1 compression in output file.&lt;br /&gt;
"&lt;/p&gt;
&lt;p&gt;it will be good thing to have all flow files created by --add-channel shadow=0 compressed by default&lt;/p&gt;
&lt;p&gt;Hillar&lt;br /&gt;
no space left on device ;)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 01 Nov 2007 08:49:57 -0000</pubDate><guid>https://sourceforge.neta6343be0ba90897480562fd937fdecaec042792a</guid></item></channel></rss>