mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +00:00
4 lines
78 B
JavaScript
4 lines
78 B
JavaScript
|
|
type Foo_Message(is_orig: bool) = record {
|
|
data: bytestring &restofdata;
|
|
};
|