[Bro] Digging through Source Code

Johanna Amann johanna at icir.org
Thu Jun 22 12:42:08 PDT 2017


On Tue, Jun 20, 2017 at 08:42:35PM +0000, Weasel, Gary W Jr CIV DISA RE (US) wrote:
>         element is type KRB_REQ_Arg (defined - https://github.com/bro/bro/blob/master/src/analyzer/protocol/krb/krb-protocol.pac)
> ->      data is type KRB_REQ_Arg_Data (defined - https://github.com/bro/bro/blob/master/src/analyzer/protocol/krb/krb-protocol.pac)
> ->      etype is type Array (defined - https://github.com/bro/bro/blob/master/src/analyzer/protocol/asn1/asn1.pac)
> ->      data is type ASN1Encoding (defined - https://github.com/bro/bro/blob/master/src/analyzer/protocol/asn1/asn1.pac)
> ->      size is type ?

Actually, data is of type ASN1Encoding[] - so it is an array; size returns
the size of that array (i.e. the number of array elements).

I hope that helps,
 Johanna


More information about the Bro mailing list