Hello, I recently started using pf_ring, and I'm just getting to know this library. I need to create a filter that for each session, will start filtering out packets after receiving the X packet (e.g. X=100). Ideally, this could be a single filter to all sessions. Currently, to my best understanding, there is no such "magical" filter. Meaning, I have to parse all received packets, hold a a sessions table, do the counting myself, and add the filter on-the-fly myself. Before developing all this stuff, I thought asking you the experts. Any advice on the right direction will be much appreciated.
Thanks in advance, Amir
_______________________________________________ Ntop-misc mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop-misc
