All,
I've been digging through the Bro source code, and there's been something that's mystifying me for a while now.
type Array = record {
array_meta: ASN1EncodingMeta;
data: ASN1Encoding[];
};
I have no clue what "record" is in this context. I suspect it has other attributes that are being inherited, but I haven't found anything to indicate what this is. Does anyone have any insight into this?
Thanks,
- Gary