Class: Rex::Proto::Kerberos::Pac::Krb5PacInfoBuffer
- Inherits:
-
BinData::Record
- Object
- BinData::Record
- Rex::Proto::Kerberos::Pac::Krb5PacInfoBuffer
- Defined in:
- lib/rex/proto/kerberos/pac/krb5_pac.rb
Instance Attribute Summary collapse
- #cb_buffer_size ⇒ Integer
- #offset ⇒ Integer
-
#ul_type ⇒ Integer
Describes the type of data present in the buffer.
Instance Attribute Details
#cb_buffer_size ⇒ Integer
847 |
# File 'lib/rex/proto/kerberos/pac/krb5_pac.rb', line 847 uint32 :cb_buffer_size, initial_value: -> { buffer.pac_element.num_bytes } |
#offset ⇒ Integer
851 |
# File 'lib/rex/proto/kerberos/pac/krb5_pac.rb', line 851 uint64 :offset |
#ul_type ⇒ Integer
Returns Describes the type of data present in the buffer.
843 |
# File 'lib/rex/proto/kerberos/pac/krb5_pac.rb', line 843 uint32 :ul_type |