<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to feature-requests</title><link href="https://sourceforge.net/p/nfsen/feature-requests/" rel="alternate"/><link href="https://sourceforge.net/p/nfsen/feature-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/nfsen/feature-requests/</id><updated>2013-03-23T13:54:47Z</updated><subtitle>Recent changes to feature-requests</subtitle><entry><title>Create an Install package for PFsense</title><link href="https://sourceforge.net/p/nfsen/feature-requests/11/" rel="alternate"/><published>2013-03-23T13:54:47Z</published><updated>2013-03-23T13:54:47Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netdcc18bcff99c277acc3b4cbc025636bfeabe2cdc</id><summary type="html">&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;</summary></entry><entry><title>Compile error, Support for nfsen-1.3.5</title><link href="https://sourceforge.net/p/nfsen/feature-requests/10/" rel="alternate"/><published>2011-11-24T09:05:44Z</published><updated>2011-11-24T09:05:44Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net2327ac46103b803834fb5b98433f4aa975dac427</id><summary type="html">&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;</summary></entry><entry><title>nfdump command line display</title><link href="https://sourceforge.net/p/nfsen/feature-requests/9/" rel="alternate"/><published>2011-01-11T17:06:55Z</published><updated>2011-01-11T17:06:55Z</updated><author><name>Bob Brunette</name><uri>https://sourceforge.net/u/bbrunette/</uri></author><id>https://sourceforge.net1b5da58a7e66222b1457bf1a55a4d89207659fc4</id><summary type="html">&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;</summary></entry><entry><title>Zoom detail graph using window</title><link href="https://sourceforge.net/p/nfsen/feature-requests/8/" rel="alternate"/><published>2011-01-11T16:46:11Z</published><updated>2011-01-11T16:46:11Z</updated><author><name>Bob Brunette</name><uri>https://sourceforge.net/u/bbrunette/</uri></author><id>https://sourceforge.netf1f96cc91e28118852dbe11cc94b5ade3c8391ec</id><summary type="html">&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;</summary></entry><entry><title>Modification time of alerts</title><link href="https://sourceforge.net/p/nfsen/feature-requests/7/" rel="alternate"/><published>2010-03-20T13:47:34Z</published><updated>2010-03-20T13:47:34Z</updated><author><name>Tor Inge Skaar</name><uri>https://sourceforge.net/u/toringe/</uri></author><id>https://sourceforge.net7021b270c59c00e9e1a94b24930cbfefdca1fce6</id><summary type="html">&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;</summary></entry><entry><title>Let nfcapd listen to one ip address </title><link href="https://sourceforge.net/p/nfsen/feature-requests/6/" rel="alternate"/><published>2009-08-07T14:25:36Z</published><updated>2009-08-07T14:25:36Z</updated><author><name>Theo</name><uri>https://sourceforge.net/u/t006/</uri></author><id>https://sourceforge.netde956d99c7b6f90bbab62e257253582422bd66f0</id><summary type="html">&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;</summary></entry><entry><title>Cancel profile generation</title><link href="https://sourceforge.net/p/nfsen/feature-requests/5/" rel="alternate"/><published>2008-05-14T14:19:06Z</published><updated>2008-05-14T14:19:06Z</updated><author><name>Tor Inge Skaar</name><uri>https://sourceforge.net/u/toringe/</uri></author><id>https://sourceforge.net2b9eb762f6c6145f77890a63f241fa5550e6f8a3</id><summary type="html">&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;</summary></entry><entry><title>Color choice</title><link href="https://sourceforge.net/p/nfsen/feature-requests/4/" rel="alternate"/><published>2008-04-14T08:01:09Z</published><updated>2008-04-14T08:01:09Z</updated><author><name>Crusher</name><uri>https://sourceforge.net/u/sufcrusher/</uri></author><id>https://sourceforge.netcdbaf2d6a9d0ec9fea9ccf08c4580ab75351122f</id><summary type="html">&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;</summary></entry><entry><title>Rebuild RRDs from filtered channels</title><link href="https://sourceforge.net/p/nfsen/feature-requests/3/" rel="alternate"/><published>2007-11-06T22:27:29Z</published><updated>2007-11-06T22:27:29Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net728eea27918ec16bd79d83d57c99e197e4bd9859</id><summary type="html">&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;</summary></entry><entry><title>by default create all flowfiles compressed</title><link href="https://sourceforge.net/p/nfsen/feature-requests/2/" rel="alternate"/><published>2007-11-01T08:49:57Z</published><updated>2007-11-01T08:49:57Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.neta6343be0ba90897480562fd937fdecaec042792a</id><summary type="html">&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;</summary></entry></feed>