3 Dec 2009 11:07
3 Dec 2009 12:45
IGB driver +igb_tnapi.c
17385898 <17385898 <at> 163.com>
2009-12-03 11:45:44 GMT
2009-12-03 11:45:44 GMT
hello,I have a NIC,Intel Corporation 82575GB Gigabit Network device.
When I am install a driver with tnapi ,It can get the DHCP IP address.However,It can't reach any computers of my lab.If I install a driver without tnapi,the network is OK.
My kernel is 2.6.28.10,I just compile it with modules IOAT,DCA,IGB.The PF_RING has not patch on it.
Does it necessory to patch PF_ring to the kernel for tnapi?
在2009-12-03,ntop-dev-request <at> listgateway.unipi.it 写道: >Send Ntop-dev mailing list submissions to > ntop-dev <at> listgateway.unipi.it > >To subscribe or unsubscribe via the World Wide Web, visit > http://listgateway.unipi.it/mailman/listinfo/ntop-dev >or, via email, send a message with subject or body 'help' to > ntop-dev-request <at> listgateway.unipi.it > >You can reach the person managing the list at > ntop-dev-owner <at> listgateway.unipi.it > >When replying, please edit your Subject line so it is more specific >than "Re: Contents of Ntop-dev digest..." > > >Today's Topics: > > 1. r4014 - branches/andrews/n2n_auth (svn-commit <at> ntop.org) > > >---------------------------------------------------------------------- > >Message: 1 >Date: Thu, 3 Dec 2009 11:07:55 +0100 (CET) >From: svn-commit <at> ntop.org >To: ntop-dev <at> unipi.it >Subject: [Ntop-dev] r4014 - branches/andrews/n2n_auth >Message-ID: <20091203100755.CE3202F812B <at> jake.ntop.org> >Content-Type: text/plain; charset=UTF-8 > >Author: andrews >Date: 2009-12-03 11:07:55 +0100 (Thu, 03 Dec 2009) >New Revision: 4014 > >Modified: > branches/andrews/n2n_auth/HACKING >Log: >Updated HACKING somewhat. Still lots out of date. > > > >------------------------------ > >_______________________________________________ >Ntop-dev mailing list >Ntop-dev <at> listgateway.unipi.it >http://listgateway.unipi.it/mailman/listinfo/ntop-dev > > >End of Ntop-dev Digest, Vol 67, Issue 2 >***************************************
09年新晋3D主流网游《天下贰》,网易六年亿资打造
_______________________________________________ Ntop-dev mailing list Ntop-dev <at> listgateway.unipi.it http://listgateway.unipi.it/mailman/listinfo/ntop-dev
3 Dec 2009 14:01
Re: IGB driver +igb_tnapi.c
Luca Deri <deri <at> ntop.org>
2009-12-03 13:01:06 GMT
2009-12-03 13:01:06 GMT
On 12/03/2009 12:45 PM, 17385898 wrote:
Luca
hello,I have a NIC,Intel Corporation 82575GB Gigabit Network device.you need to use PF_RING to fully exploit tnapi. But in this case, as TNAPI is for packet capture, you cannot use the adapter as management interface (i,e, DHCP) as all the incoming packets are diverted to PF_RING and not to the kernel.
When I am install a driver with tnapi ,It can get the DHCP IP address.However,It can't reach any computers of my lab.If I install a driver without tnapi,the network is OK.
My kernel is 2.6.28.10,I just compile it with modules IOAT,DCA,IGB.The PF_RING has not patch on it.
Does it necessory to patch PF_ring to the kernel for tnapi?
Luca
_______________________________________________ Ntop-dev mailing list Ntop-dev <at> listgateway.unipi.it http://listgateway.unipi.it/mailman/listinfo/ntop-dev
5 Dec 2009 19:41
r4015 - trunk/ntop
<svn-commit <at> ntop.org>
2009-12-05 18:41:05 GMT
2009-12-05 18:41:05 GMT
Author: deri Date: 2009-12-05 19:41:05 +0100 (Sat, 05 Dec 2009) New Revision: 4015 Modified: trunk/ntop/COPYING trunk/ntop/INSTALL trunk/ntop/acinclude.m4 trunk/ntop/aclocal.m4 trunk/ntop/config.h.in trunk/ntop/config.sub trunk/ntop/configure.in trunk/ntop/depcomp trunk/ntop/event.c trunk/ntop/globals-core.c trunk/ntop/globals-structtypes.h trunk/ntop/install-sh trunk/ntop/missing Log: Moved to 3.4-pre Added ability to save events on log file
5 Dec 2009 19:55
5 Dec 2009 20:15
Re: ntop 3.4-dev
DB free <dominiquebenoit <at> free.fr>
2009-12-05 19:15:07 GMT
2009-12-05 19:15:07 GMT
Hello, I am new on your mailing list. I would like to download the latest available releas for windows. Do you be soo kind to tell me where I can get the download link? Gracie tante Kind regards Dominique Benoit -----Original Message----- From: ntop-dev-bounces <at> listgateway.unipi.it [mailto:ntop-dev-bounces <at> listgateway.unipi.it]On Behalf Of Luca Deri Sent: samedi 5 decembre 2009 19:56 To: ntop-dev <at> unipi.it Subject: [Ntop-dev] ntop 3.4-dev Dear all I have moved the current ntop to 3.4-dev. I would like to release 3.4 by the end of the year. Please report issues you would like to be addressed before the stable release. Regards Luca _______________________________________________ Ntop-dev mailing list Ntop-dev <at> listgateway.unipi.it http://listgateway.unipi.it/mailman/listinfo/ntop-dev
5 Dec 2009 20:22
Re: ntop 3.4-dev
Ronald W. Henderson <rwhalb <at> nycap.rr.com>
2009-12-05 19:22:28 GMT
2009-12-05 19:22:28 GMT
Luca: Each new host detected creates an event entry in default location: /var/log/messages. [event: Host created][target: /196.206.186.111/] Can you add a switch to disable? ---Ron Henderson -----Original Message----- From: ntop-dev-bounces <at> listgateway.unipi.it [mailto:ntop-dev-bounces <at> listgateway.unipi.it] On Behalf Of Luca Deri Sent: Saturday, December 05, 2009 1:56 PM To: ntop-dev <at> unipi.it Subject: [Ntop-dev] ntop 3.4-dev Dear all I have moved the current ntop to 3.4-dev. I would like to release 3.4 by the end of the year. Please report issues you would like to be addressed before the stable release. Regards Luca _______________________________________________ Ntop-dev mailing list Ntop-dev <at> listgateway.unipi.it http://listgateway.unipi.it/mailman/listinfo/ntop-dev
9 Dec 2009 08:05
r4016 - trunk/ntop
<svn-commit <at> ntop.org>
2009-12-09 07:05:07 GMT
2009-12-09 07:05:07 GMT
Author: deri Date: 2009-12-09 08:05:07 +0100 (Wed, 09 Dec 2009) New Revision: 4016 Modified: trunk/ntop/event.c trunk/ntop/globals-core.h trunk/ntop/globals-defines.h trunk/ntop/http.c trunk/ntop/webInterface.c Log: Improved preferences editing
9 Dec 2009 12:03
RSS Feed