Hi John as Luca said we are refreshing DAG support, but we do not have a testbed for testing it yet, however in the meantime I made some fix to the lib dependencies, in essence if you installed the DAQ library, you should “./configure” the pfring lib, and compile it (you should notice the -D HAVE_DAG flag when compiling the lib), then in your application you should use the "pfring_config --libs” output to link the correct libraries.
Example: INCLUDE = `../lib/pfring_config --include` LIBS = `../lib/pfring_config --libs` -lpthread -lrt -lrt Alfredo > On 25 Oct 2016, at 03:18, John Marshall <[email protected]> wrote: > > In the PF_RING Users Guide section 6.6 there is mention of using the "-ldag" > flag to support the Endace DAG. I don't understand where that flag would be > used. Can you please provide details and an example? > > Thanks! > > -John Marshall > > -----Original Message----- > From: John Marshall > Sent: Wednesday, 19 October 2016 2:34 p.m. > To: '[email protected]' <[email protected]> > Subject: trying to get PF_RING to recognize DAG > > I've installed nProbe and, consequently, PF_RING. The only interface I can > currently use is ens3. I'm trying to get it to work with the Endace dag0. > > I've done the install from packages. > > Does anyone have any experience with this you can share? > > ---------------------------------------------------------------------- > -John > > This communication, including any attachments, is confidential. If you are > not the intended recipient, you should not read it - please contact me > immediately, destroy it, and do not copy or use any part of this > communication or disclose anything about it. Thank you. Please note that this > communication does not designate an information system for the purposes of > the Electronic Transactions Act 2002. > > _______________________________________________ > Ntop-misc mailing list > [email protected] > http://listgateway.unipi.it/mailman/listinfo/ntop-misc _______________________________________________ Ntop-misc mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop-misc
