On 06/22/2015 03:37 PM, Vadim Kochan wrote:
...
Well, anyway I am trying to implement basic cmdline mz-like proto
generation API with few layered protocols: eth, ip, udp for trafgen
utility.
If I success with this I will share the patch series (I will try to
better split it for easier review).
On 06/21/2015 07:02 PM, Vadim Kochan wrote:
...
Not sure if it is necessary to use libnet by trafgen as it is used by mz
to generate packets ? It will add the new dependency, but seems it can
simplify generation of the proto packets.
Yes sure, we shouldn't depend on it, I think some small helpe
On Sun, Jun 21, 2015 at 08:02:40PM +0300, Vadim Kochan wrote:
> On Sat, Jun 20, 2015 at 01:10:45AM +0200, Daniel Borkmann wrote:
> > On 06/20/2015 12:25 AM, Vadim Kochan wrote:
> > ...
> > >>Ok, how would all of this tie together with flex and bison that we
> > >>use for trafgen as parser generator