zeek/testing/btest/plugins/protocol-plugin/src/foo-protocol.pac
Robin Sommer c24bb9cacd Adding a test building a file analyzer plugin.
Also cleaning up, and moving, the other plugin tests.
2014-06-18 14:33:42 -07:00

4 lines
78 B
JavaScript

type Foo_Message(is_orig: bool) = record {
data: bytestring &restofdata;
};