summaryrefslogtreecommitdiff
path: root/spec/bsw.fspec
diff options
context:
space:
mode:
authorJari Vetoniemi <mailroxas@gmail.com>2018-09-26 18:49:52 +0300
committerJari Vetoniemi <mailroxas@gmail.com>2018-09-26 18:49:52 +0300
commitf483419ce298607b2d971292b79fff44b5969609 (patch)
tree1854bacaae42f7f215d21c58fb880051fbeef92b /spec/bsw.fspec
parent904e0c52359e0051112b77b6da4232abc8b53ed4 (diff)
add some other spec files
Diffstat (limited to 'spec/bsw.fspec')
-rw-r--r--spec/bsw.fspec5
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/bsw.fspec b/spec/bsw.fspec
new file mode 100644
index 0000000..5e868eb
--- /dev/null
+++ b/spec/bsw.fspec
@@ -0,0 +1,5 @@
+struct v {
+ u8 header[4] | matches('CWS\0') str;
+ u32 size dec;
+ u8 data[until(false)] | compression('zlib', size) hex;
+};