summaryrefslogtreecommitdiff
path: root/trafgen
diff options
context:
space:
mode:
authorVadim Kochan <vadim4j@gmail.com>2016-01-29 00:06:24 +0200
committerTobias Klauser <tklauser@distanz.ch>2016-01-29 08:57:35 +0100
commitbaf47305fabce02017642b0f43472ab5a4eaa533 (patch)
tree627bac0bfb69d207dd44aa952428c56551148819 /trafgen
parent6b845387e5bf5f2b7c584900c87ac41daa1acf36 (diff)
trafgen: l3: Add IPv4 header generation backend
Add L3 module for implement L3 layer protocols generation. Implemented setting of IPv4 header with all fields except options. By default IPv4 address of output device is used as src ip address. On finish (after packet is specified) - total len & checksum are calculated. Meanwhile Ethernet protocol is initialized as default lower header. If the lower protocol is IPv4 then IPv4 protocol id is set to IP-in-IP in lower protocol header. Signed-off-by: Vadim Kochan <vadim4j@gmail.com> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'trafgen')
-rw-r--r--trafgen/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/trafgen/Makefile b/trafgen/Makefile
index 1c95118..4f342ca 100644
--- a/trafgen/Makefile
+++ b/trafgen/Makefile
@@ -21,6 +21,7 @@ trafgen-objs = xmalloc.o \
cpp.o \
trafgen_proto.o \
trafgen_l2.o \
+ trafgen_l3.o \
trafgen_lexer.yy.o \
trafgen_parser.tab.o \
trafgen.o