coccinelle: update pkt not set test

This patch updates the test to add the support of initialization
of a Packet via the INITIALIZE macro.
pull/361/head
Eric Leblond 12 years ago
parent 93e7304117
commit 41ebfa77af

@ -14,7 +14,11 @@ position zeroed.p1;
memset(p@p1, 0, ...);
... when != p
(
p->pkt
|
PACKET_INITIALIZE(p)
)
@script:python depends on !isset@
p1 << zeroed.p1;

Loading…
Cancel
Save