stanford-esrg / retina

Retina is a network analysis framework that supports 100+ Gbps traffic analysis on a single server with no specialized hardware.
Apache License 2.0
146 stars 23 forks source link

URL Filter with Retina #28

Closed mmanoj closed 9 months ago

mmanoj commented 9 months ago

Hello Team,

I'm planning to use retina as URL filter and block selected URL's. Is there any example like DPDK-l2fw as I need to add retina as transparent bridge. Please advice.

thegwan commented 9 months ago

The core Retina framework doesn't natively support forwarding traffic, but the way you could do this is to subscribe to Frame with your URL filters and implement the forwarding mechanism (e.g., DPDK tx) inside the callback.