mirror of https://github.com/OISF/suricata
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
195 B
Plaintext
14 lines
195 B
Plaintext
8 years ago
|
@uint@
|
||
|
uint i;
|
||
|
position p1;
|
||
|
@@
|
||
|
|
||
|
i@p1
|
||
|
|
||
|
@script:python@
|
||
|
p1 << uint.p1;
|
||
|
@@
|
||
|
print "banned type uint used at at %s:%s, please use a explicit length." % (p1[0].file, p1[0].line)
|
||
|
import sys
|
||
|
sys.exit(1)
|