Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - Filters: Page 1 of 12 (12 Items)
   
Filters  
Our products are based on the io-net filter modules we've developed, and so far we've been unable to find any way to 
accomplish the same functionality in the new architecture.  We rely on the ability to filter packets seen by virtue of 
an interface being in promiscuous mode, and to keep them from ever reaching the stack (by either dropping them or 
sending them out another interface).  The BPF interface would let us see the packets, but not drop them, and would also 
probably be too slow (speed is critical in our applications).  The Packet Filter interface doesn't appear to be able to 
pass us anything not addressed to our own MAC address.  With io-net we had a nice way to intercept traffic and pass it 
up the stack, redirect it to another interface, or drop it.  We currently see no way to implement our products with io-
pkt!

Murf