diff options
Diffstat (limited to 'trafgen_l2.c')
-rw-r--r-- | trafgen_l2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trafgen_l2.c b/trafgen_l2.c index 5600c24..529dc36 100644 --- a/trafgen_l2.c +++ b/trafgen_l2.c @@ -45,7 +45,7 @@ static void arp_header_init(struct proto_hdr *hdr) { struct proto_hdr *lower; - lower = proto_lower_default_add(PROTO_ETH); + lower = proto_lower_default_add(hdr, PROTO_ETH); if (lower->id == PROTO_ETH) { uint8_t bcast[6] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; |