
jvanick at oaknet
May 16, 2011, 6:55 AM
Post #6 of 6
(400 views)
Permalink
|
|
Re: Transparent_mode=2 but stock tcpdump still working?
[In reply to]
|
|
Cool, that works perfectly, I was just trying to verify functionality by running the 2 different apps... separately. Never thought to run it simultaneously... We're perfect now... Thank you so much for the description of the blocking nature of pf_ring, that's exactly what I needed to know. -J -----Original Message----- From: ntop-misc-bounces [at] listgateway [mailto:ntop-misc-bounces [at] listgateway] On Behalf Of Luca Deri Sent: Friday, May 13, 2011 11:31 AM To: ntop-misc [at] listgateway Subject: Re: [Ntop-misc] Transparent_mode=2 but stock tcpdump still working? Hi all the transparent mode diverts all packets to PF_RING only, if and only if, you have a PF_RING enabled application running when/simultaneously you start your non-PF_RING tcpdump. Is this your case? Regards Luca On May 13, 2011, at 6:10 PM, Chris Wakelin wrote: > Looks like they're statically linked, then. I guess it was worth a try :) > > (You can spot a binary with PF_RING statically linked in using "strings" > and looking for things like "PCAP_NO_PF_RING".) > > The only other thing I can think of is you're picking up different > ethernet interfaces (are you specifying "-i" in both cases?) > > Best Wishes, > Chris > > On 13/05/11 17:04, Jason Vanick wrote: >> >> I don't even see it linking pf_ring or even pcap in??? >> >> --Jason >> >> -----Original Message----- >> From: ntop-misc-bounces [at] listgateway >> [mailto:ntop-misc-bounces [at] listgateway] On Behalf Of Chris Wakelin >> Sent: Friday, May 13, 2011 10:53 AM >> To: ntop-misc [at] listgateway >> Subject: Re: [Ntop-misc] Transparent_mode=2 but stock tcpdump still working? >> >> Is the stock tcpdump linking against the PF_RING libpcap? What does >> "ldd" show? Do you get anything in /proc/net/pf_ring/eth<x>-<pid> when >> the stock tcpdump is running? >> >> Best Wishes, >> Chris >> > > > -- > --+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+- > Christopher Wakelin, c.d.wakelin [at] reading > IT Services Centre, The University of Reading, Tel: +44 (0)118 378 8439 > Whiteknights, Reading, RG6 6AF, UK Fax: +44 (0)118 975 3094 > _______________________________________________ > Ntop-misc mailing list > Ntop-misc [at] listgateway > http://listgateway.unipi.it/mailman/listinfo/ntop-misc --- We can't solve problems by using the same kind of thinking we used when we created them - Albert Einstein _______________________________________________ Ntop-misc mailing list Ntop-misc [at] listgateway http://listgateway.unipi.it/mailman/listinfo/ntop-misc _______________________________________________ Ntop-misc mailing list Ntop-misc [at] listgateway http://listgateway.unipi.it/mailman/listinfo/ntop-misc
|