On Thu, Jun 18, 2015 at 11:07:12AM +0200, Daniel Borkmann wrote:
> On 06/18/2015 10:57 AM, Vadim Kochan wrote:
> ...
> >Not yet, but I will try keep thinking about this, and will let know if I
> >will have some real ideas regarding implementation.
> 
> Sounds good!

Some 1st though which I came up is may be to start extend current
trafgen generation api set:

{
    eth
    {
        src(),
        dst(),
        proto(),
    }
    ,
    ip
    {
        ver(),
        src(),
        dst(),
        opt(0x1, 20),
        opt(0x2, 30),
    },
    tcp
    {
        dport(),
        sport(),
        flags(),
    },
}

and after use them when add cmd line options interface.

Regards,

-- 
You received this message because you are subscribed to the Google Groups 
"netsniff-ng" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to netsniff-ng+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to