trafgen: Remove unnecessary reinitialization of icmp packet
commit160bb3a3a1fad035e0c483f47b06c525189550e0
authorTobias Klauser <tklauser@distanz.ch>
Tue, 21 May 2013 12:42:28 +0000 (21 14:42 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Tue, 21 May 2013 12:47:57 +0000 (21 14:47 +0200)
treef16c76454592acfcde20dc7448ca6a0872e81d69
parent18d49f2b1ca529d881b8e1064da57b372698a0cd
trafgen: Remove unnecessary reinitialization of icmp packet

The entire packet is zeroed using memset() three lines above, thus there
is no need to set icmp->code and icmp->checksum to 0 explicitely again.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
trafgen.c