Reworded commit message of 12-14 patches from series:

    "[PATCH v3 00/16] trafgen: Add proto header generation"

1) Added parameters & default values description.
2) Functionality was not changed.


Vadim Kochan (4):
  trafgen: l3: Add IPv4 header generation backend
  trafgen: parser: Add syntax for IPv4 protocol generation
  trafgen: l4: Add UDP header generation logic
  trafgen: parser: Add syntax to build UDP header

 trafgen/Makefile |  2 ++
 trafgen_l3.c     | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 trafgen_l3.h     | 26 ++++++++++++++++++
 trafgen_l4.c     | 71 ++++++++++++++++++++++++++++++++++++++++++++++++
 trafgen_l4.h     | 14 ++++++++++
 trafgen_lexer.l  | 19 +++++++++++++
 trafgen_parser.y | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 trafgen_proto.c  |  4 +++
 8 files changed, 298 insertions(+)
 create mode 100644 trafgen_l3.c
 create mode 100644 trafgen_l3.h
 create mode 100644 trafgen_l4.c
 create mode 100644 trafgen_l4.h

-- 
2.6.3

-- 
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